diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html
index da389cd0f772d5f24178acc9d757e6eb1c6b074e..54ad68b58040706bd665df479611871b7681d669 100644
--- a/src/app/profile/profile.component.html
+++ b/src/app/profile/profile.component.html
@@ -1,9 +1,6 @@
 <div fxLayout="column" class="content-container full-screen" *ngIf="userProfile">
   <div class="profileSection">
     <div class="section-container" fxLayout="row">
-      <svg class="cameraProfile" aria-hidden="true">
-        <use [attr.xlink:href]="'assets/ico/sprite.svg#camera'"></use>
-      </svg>
       <div class="profileInformation" fxLayoutGap="18px" fxLayout="column">
         <div fxLayout="row" fxLayoutAlign="space-between center">
           <p class="profileName">{{ userProfile.name | titlecase }} {{ userProfile.surname | titlecase }}</p>