diff --git a/src/app/form/form-view/form-view.component.scss b/src/app/form/form-view/form-view.component.scss
index b7cd4cd4ef66311bd32c3b701269a307ee79411e..9df381923bdeb981c14932dc727c66ab56af78f3 100644
--- a/src/app/form/form-view/form-view.component.scss
+++ b/src/app/form/form-view/form-view.component.scss
@@ -83,10 +83,6 @@
   .info {
     @include font-regular-14;
   }
-  // V3REMOVE
-  .backArrow {
-    cursor: pointer;
-  }
 }
 
 :host ::ng-deep .form-details {
diff --git a/src/app/form/orientation-form-view/orientation-form-view.component.scss b/src/app/form/orientation-form-view/orientation-form-view.component.scss
index fe687ad53b9be575a5fb091d64feb0ed97182a15..18254ef8f1b058579276be34c5cf5f19c996d1ac 100644
--- a/src/app/form/orientation-form-view/orientation-form-view.component.scss
+++ b/src/app/form/orientation-form-view/orientation-form-view.component.scss
@@ -55,10 +55,6 @@
     @include font-regular-18;
     color: $grey-3;
   }
-  // V3REMOVE
-  .backArrow {
-    cursor: pointer;
-  }
 }
 
 div.titleform {
diff --git a/src/app/profile/edit/edit.component.scss b/src/app/profile/edit/edit.component.scss
index e7117bd43a4fc41309e288aab35308af79e2679a..2446040e4c696d67f1b40be1c4be1d7831c17a5c 100644
--- a/src/app/profile/edit/edit.component.scss
+++ b/src/app/profile/edit/edit.component.scss
@@ -149,11 +149,6 @@
     justify-content: center;
     flex-wrap: wrap;
     border-top: 1px solid $grey-5;
-
-    // V3REMOVE
-    ::ng-deep div svg {
-      height: 22px;
-    }
   }
 }
 
diff --git a/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss b/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss
index 1fec51d620ca108b664351a142e584b1299aaad3..55d69e9955ffeb14685a32d6e5683a6d12cad130 100644
--- a/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss
+++ b/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss
@@ -102,11 +102,6 @@
     justify-content: center;
     flex-wrap: wrap;
     border-top: 1px solid $grey-5;
-
-    // V3REMOVE
-    ::ng-deep div svg {
-      height: 22px;
-    }
   }
 }
 
diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss
index 5003e5110ed1254fc195a55722225359f8d8b3fc..98c22cfa6eb1684017b8f98cf9d88dde62e97a08 100644
--- a/src/app/profile/profile.component.scss
+++ b/src/app/profile/profile.component.scss
@@ -47,10 +47,6 @@ section {
   h1 {
     @include font-bold-18;
   }
-  // V3REMOVE
-  .backArrow {
-    cursor: pointer;
-  }
 }
 
 .profile {
diff --git a/src/app/shared/components/svg-icon/svg-icon.component.scss b/src/app/shared/components/svg-icon/svg-icon.component.scss
index 742058e5b237b8331a8db3f636c9e79162816131..12e3fb223d5a0237f68074b116f1eea4290d1a78 100644
--- a/src/app/shared/components/svg-icon/svg-icon.component.scss
+++ b/src/app/shared/components/svg-icon/svg-icon.component.scss
@@ -59,33 +59,6 @@ $sizes: (
       opacity: 0.8;
     }
   }
-  // V3REMOVE
-  &.white {
-    fill: $white;
-    stroke: $white;
-    path {
-      stroke: $white;
-      fill: $white;
-    }
-  }
-  &.grey {
-    fill: $grey-3;
-    stroke: $grey-3;
-  }
-  &.grey-1 {
-    fill: $grey-1;
-    stroke: $grey-1;
-  }
-  &.green {
-    fill: $green-1;
-    stroke: $green-1;
-  }
-  // V3REMOVE
-  &.backArrow {
-    height: 40px;
-    width: 40px;
-    margin-right: 1rem;
-  }
 }
 
 svg {
diff --git a/src/styles.scss b/src/styles.scss
index 0e5697a9f05049f42f7ae428c84b57942fb01a5e..a2faeb1f2d9f36d0ea07ee963ac7e78e07f82cfb 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -350,17 +350,6 @@ button {
   margin: 0 !important;
 }
 
-// V3REMOVE
-.backLink {
-  cursor: pointer;
-  color: $grey-2;
-  margin-bottom: 40px;
-  @include font-bold-16;
-  &:hover {
-    opacity: 0.4;
-  }
-}
-
 .userList {
   max-width: 50%;
 }