diff --git a/src/app/structure-list/components/card/card.component.html b/src/app/structure-list/components/card/card.component.html
index 79c33855b964fd6c7a72bede87c912c0361c1930..9528348e9c28af68a74eecdde0b5bbd26d59620b 100644
--- a/src/app/structure-list/components/card/card.component.html
+++ b/src/app/structure-list/components/card/card.component.html
@@ -6,10 +6,13 @@
   [ngClass]="{ orientation: isOrientation }"
 >
   <div class="left">
-    <div fxLayout="row" fxLayoutAlign="space-between baseline" fxLayoutGap="16px">
-      <div fxLayout="column" fxLayoutAlign="end">
-        <span class="structure-name" [ngClass]="{ notClaimed: !isClaimed }">{{ structure.structureName }}</span>
-        <span class="typeStructure">{{ structure.getLabelTypeStructure() }}</span>
+    <div fxLayout="row" fxLayoutAlign="space-between center" fxLayoutGap="16px">
+      <div fxLayout="row" fxLayoutAlign="center center" fxLayoutGap="8px">
+        <app-svg-icon [type]="'ico'" [icon]="structure.getTypeStructureIcon()" [iconClass]="'icon-52'"></app-svg-icon>
+        <div fxLayout="column" fxLayoutAlign="end">
+          <span class="structure-name" [ngClass]="{ notClaimed: !isClaimed }">{{ structure.structureName }}</span>
+          <span class="typeStructure">{{ structure.getLabelTypeStructure() }}</span>
+        </div>
       </div>
       <div *ngIf="!isOrientation" fxLayout="column" fxLayoutAlign="none end">
         <div class="distanceStructure">