diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts b/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts
index cdab718e231b4ca787a95bacf2398f0be59acb33..292deb43f37ae2ceb0e1f83a78f01410160fd60f 100644
--- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts
+++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.ts
@@ -280,4 +280,8 @@ export class StructureEditionSummaryComponent implements OnInit {
     this.isGoToEdit = true;
     this.router.navigate([`/profil/gestion-membres/${this.structure.permalink}`]);
   }
+
+  public getStructureTypeIcon(): string {
+    return this.structure?.getTypeStructureIcon();
+  }
 }