diff --git a/alfa-client/apps/admin/src/app/app.component.html b/alfa-client/apps/admin/src/app/app.component.html
index 4a9d3f0ffebbaff963100cf82298fc2044af5543..e3f678a0980422ab96fababf96adae0a30f6670b 100644
--- a/alfa-client/apps/admin/src/app/app.component.html
+++ b/alfa-client/apps/admin/src/app/app.component.html
@@ -34,7 +34,7 @@
       routerLink="/"
       data-test-id="logo-link"
     >
-      <ods-icon name="admin-logo" size="unset" />
+      <ods-icon name="admin-logo" size="full" />
     </a>
     <user-profile-button-container
       [apiRootStateResource]="apiRootStateResource$ | async"
diff --git a/alfa-client/apps/demo/src/app/app.component.html b/alfa-client/apps/demo/src/app/app.component.html
index fd0d2b4c32d007933a8102f1eea5c03552dbc430..778bcbc87270dbdacbda128dfcd4759d004dc7e8 100644
--- a/alfa-client/apps/demo/src/app/app.component.html
+++ b/alfa-client/apps/demo/src/app/app.component.html
@@ -64,7 +64,7 @@
           <ods-icon name="accessibility" size="large" fill="error" />
           <ods-icon name="accessibility" class="fill-red-500" />
           <ods-icon name="accessibility" size="small" />
-          <ods-icon name="admin-logo" size="unset" />
+          <ods-icon name="admin-logo" size="full" />
         </div>
         <h1 class="mb-6 text-2xl font-semibold text-text">Auswertungen</h1>
         <ods-button text="Auswertung hinzufügen" />
diff --git a/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/externe-fachstelle-container/externe-fachstelle-container.component.html b/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/externe-fachstelle-container/externe-fachstelle-container.component.html
index 5f062757f3f19f0e33095b3563d853b517d46a56..80b24af5bb330eedd1b75121eec4438aa0947b36 100644
--- a/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/externe-fachstelle-container/externe-fachstelle-container.component.html
+++ b/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/externe-fachstelle-container/externe-fachstelle-container.component.html
@@ -37,7 +37,7 @@
 </ng-container>
 <ng-template #anfrageErstellenButton>
   <div class="flex flex-1 gap-3 border border-grayborder bg-background-100 p-4 shadow shadow-grayborder">
-    <ods-icon name="external-unit" size="unset" />
+    <ods-icon name="external-unit" size="full" />
     <div class="flex flex-1 flex-col text-base">
       <p class="text-primary">Externe Fachstelle</p>
       <p class="text-text">Private Organisation, Verein, Schule</p>
diff --git a/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/organisations-einheit-container/organisations-einheit-container.component.html b/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/organisations-einheit-container/organisations-einheit-container.component.html
index e9b0fde49ecf89640000db056033b59c6bd103de..b7d68a92c304119b4d25737c7e128a4ad81fdd63 100644
--- a/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/organisations-einheit-container/organisations-einheit-container.component.html
+++ b/alfa-client/libs/collaboration/src/lib/collaboration-in-vorgang-container/collaboration-in-vorgang/organisations-einheit-container/organisations-einheit-container.component.html
@@ -37,7 +37,7 @@
 </ng-container>
 <ng-template #anfrageErstellenButton>
   <div class="flex flex-1 gap-3 border border-grayborder bg-background-100 p-4 shadow shadow-grayborder">
-    <ods-icon name="public-administration" size="unset" />
+    <ods-icon name="public-administration" size="full" />
     <div class="flex flex-1 flex-col text-base">
       <p class="text-primary">Öffentliche Verwaltung</p>
       <p class="text-text">Kommune, Amt, Ministerium</p>
diff --git a/alfa-client/libs/design-system/src/assets/accessibility.svg b/alfa-client/libs/design-system/src/assets/accessibility.svg
index 5f0c8a919799a0fd30ff127f548c5076e00b0583..aae97169d3c538498b5cf155db3c29a3c8acfb42 100644
--- a/alfa-client/libs/design-system/src/assets/accessibility.svg
+++ b/alfa-client/libs/design-system/src/assets/accessibility.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg">
   <rect x="2" y="2" width="22" height="22" rx="11" />
   <path
     d="M13 8.87508C12.6828 8.87508 12.3726 8.781 12.1088 8.60473C11.845 8.42846 11.6394 8.17793 11.518 7.8848C11.3966 7.59168 11.3648 7.26914 11.4267 6.95796C11.4886 6.64678 11.6414 6.36095 11.8657 6.1366C12.0901 5.91225 12.3759 5.75947 12.6871 5.69757C12.9983 5.63568 13.3208 5.66744 13.6139 5.78886C13.907 5.91027 14.1576 6.11588 14.3339 6.37969C14.5101 6.64349 14.6042 6.95364 14.6042 7.27092C14.6038 7.69623 14.4346 8.10399 14.1339 8.40473C13.8331 8.70547 13.4253 8.87463 13 8.87508Z"
diff --git a/alfa-client/libs/design-system/src/assets/account-circle.svg b/alfa-client/libs/design-system/src/assets/account-circle.svg
index e6e1d1517a3912b9fe6f68403a034c3561c78f8b..689d2b5404d0470830a87c6227d0f1eafcae5f18 100644
--- a/alfa-client/libs/design-system/src/assets/account-circle.svg
+++ b/alfa-client/libs/design-system/src/assets/account-circle.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M12.75 2C7.23 2 2.75 6.48 2.75 12C2.75 17.52 7.23 22 12.75 22C18.27 22 22.75 17.52 22.75 12C22.75 6.48 18.27 2 12.75 2ZM7.82 18.28C8.25 17.38 10.87 16.5 12.75 16.5C14.63 16.5 17.26 17.38 17.68 18.28C16.32 19.36 14.61 20 12.75 20C10.89 20 9.18 19.36 7.82 18.28ZM19.11 16.83C17.68 15.09 14.21 14.5 12.75 14.5C11.29 14.5 7.82 15.09 6.39 16.83C5.37 15.49 4.75 13.82 4.75 12C4.75 7.59 8.34 4 12.75 4C17.16 4 20.75 7.59 20.75 12C20.75 13.82 20.13 15.49 19.11 16.83ZM12.75 6C10.81 6 9.25 7.56 9.25 9.5C9.25 11.44 10.81 13 12.75 13C14.69 13 16.25 11.44 16.25 9.5C16.25 7.56 14.69 6 12.75 6ZM12.75 11C11.92 11 11.25 10.33 11.25 9.5C11.25 8.67 11.92 8 12.75 8C13.58 8 14.25 8.67 14.25 9.5C14.25 10.33 13.58 11 12.75 11Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/admin-logo.svg b/alfa-client/libs/design-system/src/assets/admin-logo.svg
index f26c24debf689de12cd41ee3e92ef455a60b9ebf..09b36728eb25fa93ddca6a09c0949d689328ec0d 100644
--- a/alfa-client/libs/design-system/src/assets/admin-logo.svg
+++ b/alfa-client/libs/design-system/src/assets/admin-logo.svg
@@ -1,5 +1,5 @@
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" width="143" height="38"
-  viewBox="0 0 143 38" aria-hidden="true">
+  viewBox="0 0 143 38">
   <g clip-path="url(#a)">
     <path fill="#003064"
       d="M28.747 17.906h-9.604c-1.188 0-2.15-.925-2.15-2.065s.963-2.066 2.15-2.066h9.604c1.187 0 2.15.926 2.15 2.066 0 1.14-.963 2.065-2.15 2.065Z" />
diff --git a/alfa-client/libs/design-system/src/assets/archive.svg b/alfa-client/libs/design-system/src/assets/archive.svg
index cca0b02d27be966f86960070482ca0b68ca234f6..afec31e1cf410e0b0082f85b6789bb08e1da8f77 100644
--- a/alfa-client/libs/design-system/src/assets/archive.svg
+++ b/alfa-client/libs/design-system/src/assets/archive.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M4.96804 21L2.85693 9H21.8569L19.7458 21H4.96804ZM6.7361 19H17.9778L19.3236 11H5.39027L6.7361 19ZM10.2458 15H14.468C14.7671 15 15.0178 14.9042 15.2201 14.7125C15.4224 14.5208 15.5236 14.2833 15.5236 14C15.5236 13.7167 15.4224 13.4792 15.2201 13.2875C15.0178 13.0958 14.7671 13 14.468 13H10.2458C9.94675 13 9.69605 13.0958 9.49374 13.2875C9.29142 13.4792 9.19027 13.7167 9.19027 14C9.19027 14.2833 9.29142 14.5208 9.49374 14.7125C9.69605 14.9042 9.94675 15 10.2458 15ZM6.0236 8C5.72453 8 5.47383 7.90417 5.27152 7.7125C5.0692 7.52083 4.96804 7.28333 4.96804 7C4.96804 6.71667 5.0692 6.47917 5.27152 6.2875C5.47383 6.09583 5.72453 6 6.0236 6H18.6903C18.9893 6 19.24 6.09583 19.4424 6.2875C19.6447 6.47917 19.7458 6.71667 19.7458 7C19.7458 7.28333 19.6447 7.52083 19.4424 7.7125C19.24 7.90417 18.9893 8 18.6903 8H6.0236ZM8.13471 5C7.83564 5 7.58494 4.90417 7.38263 4.7125C7.18031 4.52083 7.07916 4.28333 7.07916 4C7.07916 3.71667 7.18031 3.47917 7.38263 3.2875C7.58494 3.09583 7.83564 3 8.13471 3H16.5792C16.8782 3 17.1289 3.09583 17.3312 3.2875C17.5336 3.47917 17.6347 3.71667 17.6347 4C17.6347 4.28333 17.5336 4.52083 17.3312 4.7125C17.1289 4.90417 16.8782 5 16.5792 5H8.13471Z" />
   <path
diff --git a/alfa-client/libs/design-system/src/assets/arrow-back.svg b/alfa-client/libs/design-system/src/assets/arrow-back.svg
index 61a866594a2848cf24618d26f6fb197906fd4c46..aabf69479ac4842000b6ea24c0624198c68c537b 100644
--- a/alfa-client/libs/design-system/src/assets/arrow-back.svg
+++ b/alfa-client/libs/design-system/src/assets/arrow-back.svg
@@ -1,3 +1,3 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path d="M20.75 11H8.58L14.17 5.41L12.75 4L4.75 12L12.75 20L14.16 18.59L8.58 13H20.75V11Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/attachment.svg b/alfa-client/libs/design-system/src/assets/attachment.svg
index aaeff270ef01a368f5d97f4a40566744f1ea7583..19083d518fa5a86bc452555d29c010552d0c920f 100644
--- a/alfa-client/libs/design-system/src/assets/attachment.svg
+++ b/alfa-client/libs/design-system/src/assets/attachment.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 16 25">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 25">
   <path
     d="M15.874 17c0 2.08-.73 3.85-2.19 5.31-1.46 1.46-3.23 2.19-5.31 2.19-2.08 0-3.85-.73-5.31-2.19C1.604 20.85.874 19.08.874 17V5.9c0-1.5.525-2.775 1.575-3.825C3.499 1.025 4.774.5 6.274.5s2.775.525 3.825 1.575c1.05 1.05 1.575 2.325 1.575 3.825v10.5c0 .92-.32 1.7-.96 2.34-.64.64-1.42.96-2.34.96-.92 0-1.7-.32-2.34-.96-.64-.64-.96-1.42-.96-2.34V5.3h2.4v11.1c0 .26.085.475.255.645.17.17.385.255.645.255s.475-.085.645-.255a.874.874 0 0 0 .255-.645V5.9c-.02-.84-.315-1.55-.885-2.13-.57-.58-1.275-.87-2.115-.87-.84 0-1.55.29-2.13.87-.58.58-.87 1.29-.87 2.13V17c-.02 1.42.47 2.625 1.47 3.615 1 .99 2.21 1.485 3.63 1.485 1.4 0 2.59-.495 3.57-1.485.98-.99 1.49-2.195 1.53-3.615V5.3h2.4V17Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/bescheid-generate.svg b/alfa-client/libs/design-system/src/assets/bescheid-generate.svg
index ed128fff26aa3f167e47e972691835a6471e84bb..8bdd8a1f5d33c66db8c64ba931a6a43248dd9334 100644
--- a/alfa-client/libs/design-system/src/assets/bescheid-generate.svg
+++ b/alfa-client/libs/design-system/src/assets/bescheid-generate.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 32 40">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 40">
   <path d="M32 12 20 0H4C1.8 0 .02 1.8.02 4L0 36c0 2.2 1.78 4 3.98 4H28c2.2 0 4-1.8 4-4V12Zm-4 24H4V4h14v10h10v22Z" />
   <path d="M18.273 2.86H2.856v34.285h26.429V13.574H18.273V2.86Z" />
   <circle cx="16" cy="20" r="11.5" stroke="#fff" stroke-opacity=".3" stroke-width="3" />
diff --git a/alfa-client/libs/design-system/src/assets/bescheid-upload.svg b/alfa-client/libs/design-system/src/assets/bescheid-upload.svg
index 11e83845c1bcb85722cd5048b484abfcbfc2ebbe..ea682be253eff694063654f0585e19edea933fcc 100644
--- a/alfa-client/libs/design-system/src/assets/bescheid-upload.svg
+++ b/alfa-client/libs/design-system/src/assets/bescheid-upload.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="none" viewBox="0 0 32 40">
+<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 40">
   <path d="M32 12 20 0H4C1.8 0 .02 1.8.02 4L0 36c0 2.2 1.78 4 3.98 4H28c2.2 0 4-1.8 4-4V12Zm-4 24H4V4h14v10h10v22Z" />
   <path d="M18.273 2.86H2.856v34.285h26.429V13.574H18.273V2.86Z" />
   <path fill="#FEFEFE"
diff --git a/alfa-client/libs/design-system/src/assets/check-circle.svg b/alfa-client/libs/design-system/src/assets/check-circle.svg
index 39e7d50a3ad5836b1e855303bc539347b58891e9..83f1930135c28a45037bb133a810c69aeffe8e6c 100644
--- a/alfa-client/libs/design-system/src/assets/check-circle.svg
+++ b/alfa-client/libs/design-system/src/assets/check-circle.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M22 5.18L10.59 16.6L6.35 12.36L7.76 10.95L10.59 13.78L20.59 3.78L22 5.18ZM19.79 10.22C19.92 10.79 20 11.39 20 12C20 16.42 16.42 20 12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C13.58 4 15.04 4.46 16.28 5.25L17.72 3.81C16.1 2.67 14.13 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 10.81 21.78 9.67 21.4 8.61L19.79 10.22Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/check.svg b/alfa-client/libs/design-system/src/assets/check.svg
index c046b477f5f7dc302b505a2b9ab54c092eed18f2..d64b370d6b818f4e25cabc9102206bacb0d01ed6 100644
--- a/alfa-client/libs/design-system/src/assets/check.svg
+++ b/alfa-client/libs/design-system/src/assets/check.svg
@@ -1,3 +1,3 @@
-<svg viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path d="M9.55 18L3.85 12.3L5.275 10.875L9.55 15.15L18.725 5.975L20.15 7.4L9.55 18Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/close.svg b/alfa-client/libs/design-system/src/assets/close.svg
index 08970d6eb3bac1ddb156c54ca362b7cfcd5bf523..27f1b6607989f736b20b34121af33d6dafade5cf 100644
--- a/alfa-client/libs/design-system/src/assets/close.svg
+++ b/alfa-client/libs/design-system/src/assets/close.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
   <path
     d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/delete-vorgang-finally.svg b/alfa-client/libs/design-system/src/assets/delete-vorgang-finally.svg
index 955bcaad762de38f2fd2b3067567ccfb6e53ca1f..234ed181cd7abd5dfcb4f4a953a31d0a208299f4 100644
--- a/alfa-client/libs/design-system/src/assets/delete-vorgang-finally.svg
+++ b/alfa-client/libs/design-system/src/assets/delete-vorgang-finally.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path fill-rule="evenodd" clip-rule="evenodd"
     d="M17.7366 13V3.11101H12.4405L7.74777 8.05811L7.74777 13H5.75V8.05811C5.75 7.49738 5.96112 6.95968 6.3368 6.56365L11.0296 1.61654C11.4041 1.22173 11.9115 1 12.4405 1H17.7366C18.8399 1 19.7344 1.94513 19.7344 3.11101V13H17.7366Z" />
   <path
diff --git a/alfa-client/libs/design-system/src/assets/delete.svg b/alfa-client/libs/design-system/src/assets/delete.svg
index a19f68607f393cd0fac0a858ce6642bd1c7ddc90..0860838030da5378f9163dd2ad436c8f5232e04b 100644
--- a/alfa-client/libs/design-system/src/assets/delete.svg
+++ b/alfa-client/libs/design-system/src/assets/delete.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M7 21C6.45 21 5.97917 20.8042 5.5875 20.4125C5.19583 20.0208 5 19.55 5 19V6H4V4H9V3H15V4H20V6H19V19C19 19.55 18.8042 20.0208 18.4125 20.4125C18.0208 20.8042 17.55 21 17 21H7ZM17 6H7V19H17V6ZM9 17H11V8H9V17ZM13 17H15V8H13V17Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/discard-vorgang.svg b/alfa-client/libs/design-system/src/assets/discard-vorgang.svg
index 71bb09f3d59ec834eecbef57dcdc90404d0e1e07..f7c8d2393d8207c0f37360d69dd31b64366a935f 100644
--- a/alfa-client/libs/design-system/src/assets/discard-vorgang.svg
+++ b/alfa-client/libs/design-system/src/assets/discard-vorgang.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M12.75 19.4L14.35 21L16.75 18.6286L19.15 21L20.75 19.4L18.3786 17L20.75 14.6L19.15 13L16.75 15.4L14.35 13L12.75 14.6L15.15 17L12.75 19.4Z" />
   <path fill-rule="evenodd" clip-rule="evenodd"
diff --git a/alfa-client/libs/design-system/src/assets/edit.svg b/alfa-client/libs/design-system/src/assets/edit.svg
index 8aa1db91fd9dcf78da5481e25e332a51b36e8432..b7d856cf83d71c558842abeb2cf3ff9f90d4eccf 100644
--- a/alfa-client/libs/design-system/src/assets/edit.svg
+++ b/alfa-client/libs/design-system/src/assets/edit.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M5 19H6.425L16.2 9.225L14.775 7.8L5 17.575V19ZM3 21V16.75L16.2 3.575C16.4 3.39167 16.6208 3.25 16.8625 3.15C17.1042 3.05 17.3583 3 17.625 3C17.8917 3 18.15 3.05 18.4 3.15C18.65 3.25 18.8667 3.4 19.05 3.6L20.425 5C20.625 5.18333 20.7708 5.4 20.8625 5.65C20.9542 5.9 21 6.15 21 6.4C21 6.66667 20.9542 6.92083 20.8625 7.1625C20.7708 7.40417 20.625 7.625 20.425 7.825L7.25 21H3ZM15.475 8.525L14.775 7.8L16.2 9.225L15.475 8.525Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/error.svg b/alfa-client/libs/design-system/src/assets/error.svg
index a6b6a8ad0d5356ccecdb0ca6583936b466d4b084..e9500c742026af8e5f5da7ca9383f57a399750d0 100644
--- a/alfa-client/libs/design-system/src/assets/error.svg
+++ b/alfa-client/libs/design-system/src/assets/error.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM11 13H13V7H11V13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/exclamation.svg b/alfa-client/libs/design-system/src/assets/exclamation.svg
index 330adc7d4650bfd5b7b9dadfd4c5f5e08ad25351..884b58338eb5e3525419a38459962e0de50047c9 100644
--- a/alfa-client/libs/design-system/src/assets/exclamation.svg
+++ b/alfa-client/libs/design-system/src/assets/exclamation.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 20 20">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
   <path
     d="M10.3069 14.7308C10.5416 14.7308 10.7383 14.6533 10.8971 14.4985C11.0559 14.3437 11.1353 14.1518 11.1353 13.923C11.1353 13.6942 11.0559 13.5023 10.8971 13.3475C10.7383 13.1928 10.5416 13.1155 10.3069 13.1155C10.0722 13.1155 9.87548 13.1928 9.71668 13.3475C9.55789 13.5023 9.47849 13.6942 9.47849 13.923C9.47849 14.1518 9.55789 14.3437 9.71668 14.4985C9.87548 14.6533 10.0722 14.7308 10.3069 14.7308ZM10.3072 11.077C10.5253 11.077 10.7079 11.0051 10.8551 10.8613C11.0024 10.7176 11.0761 10.5395 11.0761 10.327V5.827C11.0761 5.6145 11.0023 5.43633 10.8548 5.2925C10.7073 5.14883 10.5246 5.077 10.3066 5.077C10.0885 5.077 9.9059 5.14883 9.75873 5.2925C9.61139 5.43633 9.53772 5.6145 9.53772 5.827V10.327C9.53772 10.5395 9.61148 10.7176 9.75899 10.8613C9.9065 11.0051 10.0892 11.077 10.3072 11.077ZM10.3087 19.5C8.96109 19.5 7.69442 19.2507 6.50868 18.752C5.32295 18.2533 4.29156 17.5766 3.41452 16.7218C2.53748 15.8669 1.84308 14.8617 1.33132 13.706C0.81973 12.5503 0.563934 11.3156 0.563934 10.0017C0.563934 8.68775 0.819644 7.45267 1.33106 6.2965C1.84248 5.14033 2.53654 4.13467 3.41324 3.2795C4.28994 2.42433 5.3209 1.74725 6.50612 1.24825C7.69134 0.749417 8.95767 0.5 10.3051 0.5C11.6527 0.5 12.9194 0.749333 14.1051 1.248C15.2909 1.74667 16.3222 2.42342 17.1993 3.27825C18.0763 4.13308 18.7707 5.13833 19.2825 6.294C19.7941 7.44967 20.0499 8.68442 20.0499 9.99825C20.0499 11.3123 19.7942 12.5473 19.2827 13.7035C18.7713 14.8597 18.0773 15.8653 17.2006 16.7205C16.3239 17.5757 15.2929 18.2528 14.1077 18.7518C12.9225 19.2506 11.6561 19.5 10.3087 19.5Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/forward-vorgang.svg b/alfa-client/libs/design-system/src/assets/forward-vorgang.svg
index 7f5ccf64220f06394ce34db8934b8c4bb263b84b..2e616b460ffe9483c37d312264f3694521cf19fe 100644
--- a/alfa-client/libs/design-system/src/assets/forward-vorgang.svg
+++ b/alfa-client/libs/design-system/src/assets/forward-vorgang.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M17.7222 16.4V14L22 18.2L17.7222 22.4V19.94C14.6667 19.94 12.5278 20.9 11 23C11.6111 20 13.4444 17 17.7222 16.4Z" />
   <path fill-rule="evenodd" clip-rule="evenodd"
diff --git a/alfa-client/libs/design-system/src/assets/help.svg b/alfa-client/libs/design-system/src/assets/help.svg
index 03b7bf7b89da338965ac37d4eacdabd9a44ccd68..558327f920d139abe2e672c8335af49d432c04f4 100644
--- a/alfa-client/libs/design-system/src/assets/help.svg
+++ b/alfa-client/libs/design-system/src/assets/help.svg
@@ -1,4 +1,4 @@
-<svg aria-hidden="true" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M11.95 18C12.3 18 12.5958 17.8792 12.8375 17.6375C13.0792 17.3958 13.2 17.1 13.2 16.75C13.2 16.4 13.0792 16.1042 12.8375 15.8625C12.5958 15.6208 12.3 15.5 11.95 15.5C11.6 15.5 11.3042 15.6208 11.0625 15.8625C10.8208 16.1042 10.7 16.4 10.7 16.75C10.7 17.1 10.8208 17.3958 11.0625 17.6375C11.3042 17.8792 11.6 18 11.95 18ZM11.05 14.15H12.9C12.9 13.6 12.9625 13.1667 13.0875 12.85C13.2125 12.5333 13.5667 12.1 14.15 11.55C14.5833 11.1167 14.925 10.7042 15.175 10.3125C15.425 9.92083 15.55 9.45 15.55 8.9C15.55 7.96667 15.2083 7.25 14.525 6.75C13.8417 6.25 13.0333 6 12.1 6C11.15 6 10.3792 6.25 9.7875 6.75C9.19583 7.25 8.78333 7.85 8.55 8.55L10.2 9.2C10.2833 8.9 10.4708 8.575 10.7625 8.225C11.0542 7.875 11.5 7.7 12.1 7.7C12.6333 7.7 13.0333 7.84583 13.3 8.1375C13.5667 8.42917 13.7 8.75 13.7 9.1C13.7 9.43333 13.6 9.74583 13.4 10.0375C13.2 10.3292 12.95 10.6 12.65 10.85C11.9167 11.5 11.4667 11.9917 11.3 12.325C11.1333 12.6583 11.05 13.2667 11.05 14.15ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/info.svg b/alfa-client/libs/design-system/src/assets/info.svg
index 84304b828d8ab5d48b5280b1c52603dde0725e81..50c6c22e8ca8982ce80e91a746d6689cb4b5257f 100644
--- a/alfa-client/libs/design-system/src/assets/info.svg
+++ b/alfa-client/libs/design-system/src/assets/info.svg
@@ -1,4 +1,4 @@
-<svg aria-hidden="true" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M11.25 16.75H12.75V11H11.25V16.75ZM12 9.2885C12.2288 9.2885 12.4207 9.21108 12.5755 9.05625C12.7303 8.90142 12.8077 8.70958 12.8077 8.48075C12.8077 8.25192 12.7303 8.06008 12.5755 7.90525C12.4207 7.75058 12.2288 7.67325 12 7.67325C11.7712 7.67325 11.5793 7.75058 11.4245 7.90525C11.2697 8.06008 11.1923 8.25192 11.1923 8.48075C11.1923 8.70958 11.2697 8.90142 11.4245 9.05625C11.5793 9.21108 11.7712 9.2885 12 9.2885ZM12.0017 21.5C10.6877 21.5 9.45267 21.2507 8.2965 20.752C7.14033 20.2533 6.13467 19.5766 5.2795 18.7218C4.42433 17.8669 3.74725 16.8617 3.24825 15.706C2.74942 14.5503 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45267 3.248 8.2965C3.74667 7.14033 4.42342 6.13467 5.27825 5.2795C6.13308 4.42433 7.13833 3.74725 8.294 3.24825C9.44967 2.74942 10.6844 2.5 11.9983 2.5C13.3123 2.5 14.5473 2.74933 15.7035 3.248C16.8597 3.74667 17.8653 4.42342 18.7205 5.27825C19.5757 6.13308 20.2528 7.13833 20.7518 8.294C21.2506 9.44967 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2507 14.5473 20.752 15.7035C20.2533 16.8597 19.5766 17.8653 18.7218 18.7205C17.8669 19.5757 16.8617 20.2528 15.706 20.7518C14.5503 21.2506 13.3156 21.5 12.0017 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/logout.svg b/alfa-client/libs/design-system/src/assets/logout.svg
index 5294c26bd3277f60ce99454c7300eb79d506563f..fa25346b8c17128b03e4ccb7332e5c36350b45ab 100644
--- a/alfa-client/libs/design-system/src/assets/logout.svg
+++ b/alfa-client/libs/design-system/src/assets/logout.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H12V5H5V19H12V21H5ZM16 17L14.625 15.55L17.175 13H9V11H17.175L14.625 8.45L16 7L21 12L16 17Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/more.svg b/alfa-client/libs/design-system/src/assets/more.svg
index f7830ecca836ef47e1cbcd40096fd2822ec3e80b..92d6caf778fedcd97685042d689fa3725d0e8978 100644
--- a/alfa-client/libs/design-system/src/assets/more.svg
+++ b/alfa-client/libs/design-system/src/assets/more.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M6 14C5.45 14 4.97917 13.8042 4.5875 13.4125C4.19583 13.0208 4 12.55 4 12C4 11.45 4.19583 10.9792 4.5875 10.5875C4.97917 10.1958 5.45 10 6 10C6.55 10 7.02083 10.1958 7.4125 10.5875C7.80417 10.9792 8 11.45 8 12C8 12.55 7.80417 13.0208 7.4125 13.4125C7.02083 13.8042 6.55 14 6 14ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM18 14C17.45 14 16.9792 13.8042 16.5875 13.4125C16.1958 13.0208 16 12.55 16 12C16 11.45 16.1958 10.9792 16.5875 10.5875C16.9792 10.1958 17.45 10 18 10C18.55 10 19.0208 10.1958 19.4125 10.5875C19.8042 10.9792 20 11.45 20 12C20 12.55 19.8042 13.0208 19.4125 13.4125C19.0208 13.8042 18.55 14 18 14Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/office.svg b/alfa-client/libs/design-system/src/assets/office.svg
index b106ec7355a28627b9e80a41b120c4a635eab071..d7a626b609476a32166d3c3a994e7ba8bd775974 100644
--- a/alfa-client/libs/design-system/src/assets/office.svg
+++ b/alfa-client/libs/design-system/src/assets/office.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M2 21V4.75L7 1L12 4.75V7H22V21H2ZM4 19H6V17H4V19ZM4 15H6V13H4V15ZM4 11H6V9H4V11ZM4 7H6V5H4V7ZM8 7H10V5H8V7ZM8 19H20V9H8V19ZM14 13V11H18V13H14ZM14 17V15H18V17H14ZM10 13V11H12V13H10ZM10 17V15H12V17H10Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/open-link.svg b/alfa-client/libs/design-system/src/assets/open-link.svg
index 3ee831d0bf4b21fe359be180506711842295494d..b76b85957b16d690b6a5150ed7341c60c0845890 100644
--- a/alfa-client/libs/design-system/src/assets/open-link.svg
+++ b/alfa-client/libs/design-system/src/assets/open-link.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
   <path
     d="M5 21c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 3 19V5c0-.55.196-1.02.587-1.413A1.926 1.926 0 0 1 5 3h7v2H5v14h14v-7h2v7c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 19 21H5Zm4.7-5.3-1.4-1.4L17.6 5H14V3h7v7h-2V6.4l-9.3 9.3Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/orga-unit.svg b/alfa-client/libs/design-system/src/assets/orga-unit.svg
index b74d1307d8bd1dfee432be17681e58d32da1d044..24f5315bddb172766de60e4c99bcab038d530012 100644
--- a/alfa-client/libs/design-system/src/assets/orga-unit.svg
+++ b/alfa-client/libs/design-system/src/assets/orga-unit.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
   <path fill-rule="evenodd"
     d="M3 2.25a.75.75 0 0 0 0 1.5v16.5h-.75a.75.75 0 0 0 0 1.5H15v-18a.75.75 0 0 0 0-1.5H3ZM6.75 19.5v-2.25a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1-.75-.75ZM6 6.75A.75.75 0 0 1 6.75 6h.75a.75.75 0 0 1 0 1.5h-.75A.75.75 0 0 1 6 6.75ZM6.75 9a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75ZM6 12.75a.75.75 0 0 1 .75-.75h.75a.75.75 0 0 1 0 1.5h-.75a.75.75 0 0 1-.75-.75ZM10.5 6a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75Zm-.75 3.75A.75.75 0 0 1 10.5 9h.75a.75.75 0 0 1 0 1.5h-.75a.75.75 0 0 1-.75-.75ZM10.5 12a.75.75 0 0 0 0 1.5h.75a.75.75 0 0 0 0-1.5h-.75ZM16.5 6.75v15h5.25a.75.75 0 0 0 0-1.5H21v-12a.75.75 0 0 0 0-1.5h-4.5Zm1.5 4.5a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Zm.75 2.25a.75.75 0 0 0-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 0 0 .75-.75v-.008a.75.75 0 0 0-.75-.75h-.008ZM18 17.25a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 .75.75v.008a.75.75 0 0 1-.75.75h-.008a.75.75 0 0 1-.75-.75v-.008Z"
     clip-rule="evenodd" />
diff --git a/alfa-client/libs/design-system/src/assets/plus.svg b/alfa-client/libs/design-system/src/assets/plus.svg
index 673de9ce3ad92f3981d7f12872e11386b75875a7..e069c06f41312b00680e413205f860648948d6f8 100644
--- a/alfa-client/libs/design-system/src/assets/plus.svg
+++ b/alfa-client/libs/design-system/src/assets/plus.svg
@@ -1,3 +1,3 @@
-<svg aria-hidden="true" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path d="M11 13H5V11H11V5H13V11H19V13H13V19H11V13Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/request-vorgang-deletion.svg b/alfa-client/libs/design-system/src/assets/request-vorgang-deletion.svg
index 1b1a479253a09891aaaefa5a75fad95f62ced2b5..72ce55b535984088680b6352695e80575f2edad7 100644
--- a/alfa-client/libs/design-system/src/assets/request-vorgang-deletion.svg
+++ b/alfa-client/libs/design-system/src/assets/request-vorgang-deletion.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path d="M11.75 8H13.75V12.15L15.35 10.6L16.75 12L12.75 16L8.75 12L10.15 10.6L11.75 12.15V8Z" />
   <path
     d="M7.75 21C7.2 21 6.72917 20.8042 6.3375 20.4125C5.94583 20.0208 5.75 19.55 5.75 19V6H4.75V4H9.75V3H15.75V4H20.75V6H19.75V19C19.75 19.55 19.5542 20.0208 19.1625 20.4125C18.7708 20.8042 18.3 21 17.75 21H7.75ZM17.75 6H7.75V19H17.75V6Z" />
diff --git a/alfa-client/libs/design-system/src/assets/save.svg b/alfa-client/libs/design-system/src/assets/save.svg
index c97a1ea3dd523601b191617e0027ae5be73c603e..a0d06f5a6d6164688be732305835c69e7cafe77b 100644
--- a/alfa-client/libs/design-system/src/assets/save.svg
+++ b/alfa-client/libs/design-system/src/assets/save.svg
@@ -1,4 +1,4 @@
-<svg aria-hidden="true" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M25.3333 16V25.3333H6.66667V16H4V25.3333C4 26.8 5.2 28 6.66667 28H25.3333C26.8 28 28 26.8 28 25.3333V16H25.3333ZM17.3333 16.8933L20.7867 13.4533L22.6667 15.3333L16 22L9.33333 15.3333L11.2133 13.4533L14.6667 16.8933V4H17.3333V16.8933Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/search.svg b/alfa-client/libs/design-system/src/assets/search.svg
index 9e138b8a7956c965a73711f1af8390eb6d5d813f..fef2d7fec75567add8bd16f91ee0824d08e6a04a 100644
--- a/alfa-client/libs/design-system/src/assets/search.svg
+++ b/alfa-client/libs/design-system/src/assets/search.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/send.svg b/alfa-client/libs/design-system/src/assets/send.svg
index 2a1e1a931ec9b60e0edb002dc218630c8629424d..e50b77db986207d2086e543a40ff5afdbc7b4db3 100644
--- a/alfa-client/libs/design-system/src/assets/send.svg
+++ b/alfa-client/libs/design-system/src/assets/send.svg
@@ -1,4 +1,4 @@
-<svg aria-hidden="true" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M4 26.6688V5.33545L29.3333 16.0021L4 26.6688ZM6.66667 22.6688L22.4667 16.0021L6.66667 9.33545V14.0021L14.6667 16.0021L6.66667 18.0021V22.6688Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/settings.svg b/alfa-client/libs/design-system/src/assets/settings.svg
index 40651bfee5fa008f0923c4a4c267384a45439a15..e6b768b39d1ca35fab1c8d3a733771116e541503 100644
--- a/alfa-client/libs/design-system/src/assets/settings.svg
+++ b/alfa-client/libs/design-system/src/assets/settings.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M 10.490234 2 C 10.011234 2 9.6017656 2.3385938 9.5097656 2.8085938 L 9.1757812 4.5234375 C 8.3550224 4.8338012 7.5961042 5.2674041 6.9296875 5.8144531 L 5.2851562 5.2480469 C 4.8321563 5.0920469 4.33375 5.2793594 4.09375 5.6933594 L 2.5859375 8.3066406 C 2.3469375 8.7216406 2.4339219 9.2485 2.7949219 9.5625 L 4.1132812 10.708984 C 4.0447181 11.130337 4 11.559284 4 12 C 4 12.440716 4.0447181 12.869663 4.1132812 13.291016 L 2.7949219 14.4375 C 2.4339219 14.7515 2.3469375 15.278359 2.5859375 15.693359 L 4.09375 18.306641 C 4.33275 18.721641 4.8321562 18.908906 5.2851562 18.753906 L 6.9296875 18.1875 C 7.5958842 18.734206 8.3553934 19.166339 9.1757812 19.476562 L 9.5097656 21.191406 C 9.6017656 21.661406 10.011234 22 10.490234 22 L 13.509766 22 C 13.988766 22 14.398234 21.661406 14.490234 21.191406 L 14.824219 19.476562 C 15.644978 19.166199 16.403896 18.732596 17.070312 18.185547 L 18.714844 18.751953 C 19.167844 18.907953 19.66625 18.721641 19.90625 18.306641 L 21.414062 15.691406 C 21.653063 15.276406 21.566078 14.7515 21.205078 14.4375 L 19.886719 13.291016 C 19.955282 12.869663 20 12.440716 20 12 C 20 11.559284 19.955282 11.130337 19.886719 10.708984 L 21.205078 9.5625 C 21.566078 9.2485 21.653063 8.7216406 21.414062 8.3066406 L 19.90625 5.6933594 C 19.66725 5.2783594 19.167844 5.0910937 18.714844 5.2460938 L 17.070312 5.8125 C 16.404116 5.2657937 15.644607 4.8336609 14.824219 4.5234375 L 14.490234 2.8085938 C 14.398234 2.3385937 13.988766 2 13.509766 2 L 10.490234 2 z M 12 8 C 14.209 8 16 9.791 16 12 C 16 14.209 14.209 16 12 16 C 9.791 16 8 14.209 8 12 C 8 9.791 9.791 8 12 8 z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/stamp.svg b/alfa-client/libs/design-system/src/assets/stamp.svg
index 77bb27f812bd54a37e1d6ba76123f2cd3c9776c2..d66c3bc50bfa3a10c3413ef5da3e97e1f3b97adc 100644
--- a/alfa-client/libs/design-system/src/assets/stamp.svg
+++ b/alfa-client/libs/design-system/src/assets/stamp.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
   <path fill-rule="evenodd"
     d="M2.742 21.213h-.409a.872.872 0 0 1-.63-.252.873.873 0 0 1-.253-.631v-3.333A2.557 2.557 0 0 1 4 14.447h4.667a.786.786 0 0 0 .783-.784v-.366c0-1.823-.434-3.522-1.315-4.907a4.388 4.388 0 0 1-.685-2.393c0-1.291.571-2.544 1.511-3.372a4.534 4.534 0 0 1 3.568-1.141c2.01.227 3.678 1.823 3.982 3.802a4.755 4.755 0 0 1-.527 2.973l-.012.02c-.945 1.575-1.422 3.212-1.422 4.818v.566c0 .43.353.784.783.784H20a2.557 2.557 0 0 1 2.55 2.55v3.333a.873.873 0 0 1-.253.63.873.873 0 0 1-.63.253h-.066a2.666 2.666 0 0 1-2.3 1.334H5.032a2.642 2.642 0 0 1-2.29-1.334Zm18.041-1.766v-2.45a.787.787 0 0 0-.783-.784h-4.667a2.557 2.557 0 0 1-2.55-2.55v-.566c0-1.925.555-3.817 1.635-5.7.307-.557.452-1.198.34-1.845-.195-1.196-1.196-2.17-2.415-2.308a2.8 2.8 0 0 0-1.949.51l-.246.202c-.606.496-.93 1.269-.93 2.04 0 .53.137 1.03.417 1.479 1.017 1.648 1.582 3.647 1.582 5.822v.366a2.557 2.557 0 0 1-2.55 2.55H4a.786.786 0 0 0-.783.784v2.45h17.566Z"
     clip-rule="evenodd" />
diff --git a/alfa-client/libs/design-system/src/assets/statistic.svg b/alfa-client/libs/design-system/src/assets/statistic.svg
index cdd6483e885c71afcdaf097efb921dd55d9629e6..6dc03bef986f154874ecbaffeb1585c0ddff7715 100644
--- a/alfa-client/libs/design-system/src/assets/statistic.svg
+++ b/alfa-client/libs/design-system/src/assets/statistic.svg
@@ -1,3 +1,3 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path d="M2 21V19H22V21H2ZM3 18V11H6V18H3ZM8 18V6H11V18H8ZM13 18V9H16V18H13ZM18 18V3H21V18H18Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/undo-request-vorgang-deletion.svg b/alfa-client/libs/design-system/src/assets/undo-request-vorgang-deletion.svg
index a3ee32d8a217e53aa316cbaa8690e11ae25096e9..a2e0e88620b162d924bf3059882786b1423b61d3 100644
--- a/alfa-client/libs/design-system/src/assets/undo-request-vorgang-deletion.svg
+++ b/alfa-client/libs/design-system/src/assets/undo-request-vorgang-deletion.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M11.75 16H13.75V11.85L15.35 13.4L16.75 12L12.75 8L8.75 12L10.15 13.4L11.75 11.85V16ZM7.75 21C7.2 21 6.72917 20.8042 6.3375 20.4125C5.94583 20.0208 5.75 19.55 5.75 19V6H4.75V4H9.75V3H15.75V4H20.75V6H19.75V19C19.75 19.55 19.5542 20.0208 19.1625 20.4125C18.7708 20.8042 18.3 21 17.75 21H7.75ZM17.75 6H7.75V19H17.75V6Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/undo.svg b/alfa-client/libs/design-system/src/assets/undo.svg
index 2bdb826365a6514c83272880a19113509b1f45c5..4a6139a989def859b69ed5c0b79c2a28470d5058 100644
--- a/alfa-client/libs/design-system/src/assets/undo.svg
+++ b/alfa-client/libs/design-system/src/assets/undo.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M13.25 8C10.6 8 8.2 8.99 6.35 10.6L2.75 7V16H11.75L8.13 12.38C9.52 11.22 11.29 10.5 13.25 10.5C16.79 10.5 19.8 12.81 20.85 16L23.22 15.22C21.83 11.03 17.9 8 13.25 8Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/update.svg b/alfa-client/libs/design-system/src/assets/update.svg
index ef6280b2fee28bb19ba260c6e6b715d3140586a5..e93e76fbc30e63c302e8ebaedf2eed6d7fdc398f 100644
--- a/alfa-client/libs/design-system/src/assets/update.svg
+++ b/alfa-client/libs/design-system/src/assets/update.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M21.75 10.12H14.97L17.71 7.3C14.98 4.6 10.56 4.5 7.83 7.2C5.1 9.91 5.1 14.28 7.83 16.99C10.56 19.7 14.98 19.7 17.71 16.99C19.07 15.65 19.75 14.08 19.75 12.1H21.75C21.75 14.08 20.87 16.65 19.11 18.39C15.6 21.87 9.9 21.87 6.39 18.39C2.89 14.92 2.86 9.28 6.37 5.81C9.88 2.34 15.51 2.34 19.02 5.81L21.75 3V10.12ZM13.25 8V12.25L16.75 14.33L16.03 15.54L11.75 13V8H13.25Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/user.svg b/alfa-client/libs/design-system/src/assets/user.svg
index 4e0d58f8491bfaeee62a594a5fbb3525cfcb8fb7..5202c96d5c4740b230bd5badcb74dcdee0741981 100644
--- a/alfa-client/libs/design-system/src/assets/user.svg
+++ b/alfa-client/libs/design-system/src/assets/user.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 112 112" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
+<svg viewBox="0 0 112 112" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M56 0.970734C25.6239 0.970734 0.970886 25.6239 0.970886 56C0.970886 86.3761 25.6239 111.029 56 111.029C86.3761 111.029 111.029 86.3761 111.029 56C111.029 25.6239 86.3761 0.970734 56 0.970734ZM56 17.4795C65.135 17.4795 72.5087 24.8534 72.5087 33.9881C72.5087 43.1232 65.135 50.4969 56 50.4969C46.8652 50.4969 39.4912 43.1232 39.4912 33.9881C39.4912 24.8534 46.8652 17.4795 56 17.4795ZM56 95.621C42.2428 95.621 30.0814 88.5772 22.9825 77.9014C23.1477 66.9506 44.9943 60.9526 56 60.9526C66.9508 60.9526 88.8525 66.9506 89.0175 77.9014C81.9189 88.5772 69.7575 95.621 56 95.621Z" />
 </svg>
\ No newline at end of file
diff --git a/alfa-client/libs/design-system/src/assets/users.svg b/alfa-client/libs/design-system/src/assets/users.svg
index a2e68f116cb9234019f2a254e775f6f4427b0672..87e03eefa75e3ac42ef78ef1a8a281367d6cade6 100644
--- a/alfa-client/libs/design-system/src/assets/users.svg
+++ b/alfa-client/libs/design-system/src/assets/users.svg
@@ -1,4 +1,4 @@
-<svg viewBox="0 0 24 24" aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
   <path
     d="M8.404 2.045c-1.492.173-2.878 1.069-3.67 2.374a4.994 4.994 0 0 0 1.03 6.375 4.992 4.992 0 0 0 6.472 0c2.09-1.78 2.34-4.937.558-7.03a5.013 5.013 0 0 0-4.39-1.719m7.283.151a1.06 1.06 0 0 0-.578.504c-.124.239-.119.623.011.877.139.269.317.399.765.557.482.17.726.302 1.048.567.471.389.884 1.062 1.006 1.639.075.352.077.96.004 1.301-.227 1.073-1.048 1.945-2.127 2.258a1.653 1.653 0 0 0-.395.18c-.192.132-.371.436-.405.687-.07.51.339 1.025.872 1.099.213.029.653-.086 1.153-.301.996-.429 1.943-1.34 2.438-2.344.22-.446.32-.734.427-1.226.102-.47.101-1.521-.001-1.994a5.184 5.184 0 0 0-1.913-3.001 5.704 5.704 0 0 0-1.566-.778c-.419-.119-.461-.121-.739-.025M9.632 4.062c.388.079.955.352 1.264.609 1.081.9 1.41 2.384.804 3.629a2.93 2.93 0 0 1-1.4 1.4c-1.245.606-2.729.277-3.629-.804a3.408 3.408 0 0 1-.609-1.264 3.037 3.037 0 0 1 1.042-2.961c.298-.247.872-.529 1.236-.606a3.642 3.642 0 0 1 1.292-.003M5.32 14.061a5.019 5.019 0 0 0-3.837 2.824c-.397.846-.492 1.481-.475 3.166.013 1.345.016 1.36.299 1.642.209.21.391.285.693.285.397 0 .695-.186.893-.556.083-.155.088-.226.111-1.582.027-1.579.032-1.616.313-2.18.398-.8 1.201-1.425 2.051-1.598.462-.093 6.802-.093 7.264 0 .85.173 1.653.798 2.051 1.598.281.564.286.601.313 2.18.027 1.578.025 1.568.311 1.853.209.21.391.285.693.285.397 0 .695-.186.893-.556.083-.154.088-.219.099-1.371.009-.903-.003-1.324-.047-1.66-.153-1.156-.618-2.106-1.424-2.912a4.881 4.881 0 0 0-2.881-1.421c-.588-.079-6.748-.077-7.32.003m13.367.135a1.06 1.06 0 0 0-.578.504c-.124.239-.119.623.011.877.139.269.317.399.768.558.837.295 1.368.736 1.765 1.467.305.561.319.653.344 2.238.026 1.578.024 1.567.31 1.853.209.21.391.285.693.285.302 0 .484-.075.693-.285.29-.29.287-.269.287-1.853 0-1.2-.011-1.474-.071-1.768a4.952 4.952 0 0 0-1.408-2.612 4.39 4.39 0 0 0-1.351-.96c-.37-.175-1.004-.381-1.164-.379a1.458 1.458 0 0 0-.299.075"
     fill-rule="evenodd" />
diff --git a/alfa-client/libs/design-system/src/lib/icon/icon.component.ts b/alfa-client/libs/design-system/src/lib/icon/icon.component.ts
index d8f6ef0f403da71da02c7512c9e8846dd5eb8207..835fe41dfa94a32686e8ec09d8ac0818f06d65c1 100644
--- a/alfa-client/libs/design-system/src/lib/icon/icon.component.ts
+++ b/alfa-client/libs/design-system/src/lib/icon/icon.component.ts
@@ -36,7 +36,6 @@ const iconVariants = cva('', {
       large: 'size-8',
       'extra-large': 'size-10',
       xxl: 'size-12',
-      unset: '',
     },
     fill: {
       primary: 'fill-primary',
@@ -57,8 +56,12 @@ type IconVariants = VariantProps<typeof iconVariants>;
   selector: 'ods-icon',
   standalone: true,
   imports: [CommonModule, SvgIconComponent],
-  template: `<svg-icon [src]="'assets/icons/' + name + '.svg'" [svgClass]="twMerge(iconVariants({ size, fill }), class)" />`,
-  styles: [':host {@apply block w-fit}'],
+  template: `<svg-icon
+    [src]="'assets/icons/' + name + '.svg'"
+    [svgClass]="twMerge(iconVariants({ size, fill }), class)"
+    aria-hidden="true"
+  />`,
+  styles: [':host {@apply block size-fit}'],
 })
 export class IconComponent {
   @Input({ required: true }) name!: string;
diff --git a/alfa-client/libs/externe-fachstelle/src/lib/externe-fachstelle-list-item-container/externe-fachstelle-list-item/externe-fachstelle-list-item.component.html b/alfa-client/libs/externe-fachstelle/src/lib/externe-fachstelle-list-item-container/externe-fachstelle-list-item/externe-fachstelle-list-item.component.html
index 4f9f87ff25f0401b58b0ba4fb3242d8189b81d26..7ec042380f72530dbfacd8532906d9e7ca12d2de 100644
--- a/alfa-client/libs/externe-fachstelle/src/lib/externe-fachstelle-list-item-container/externe-fachstelle-list-item/externe-fachstelle-list-item.component.html
+++ b/alfa-client/libs/externe-fachstelle/src/lib/externe-fachstelle-list-item-container/externe-fachstelle-list-item/externe-fachstelle-list-item.component.html
@@ -28,7 +28,7 @@
     <div class="border border-grayborder bg-background-100 p-4 shadow shadow-grayborder">
       <div class="flex flex-1 gap-6">
         <div class="flex flex-1 gap-3">
-          <ods-icon name="external-unit" size="unset" />
+          <ods-icon name="external-unit" size="full" />
           <div class="flex flex-1 flex-col text-base">
             <p class="text-primary">Externe Fachstelle</p>
             <p class="font-bold text-text">{{ resource.name }}</p>
diff --git a/alfa-client/libs/organisations-einheit/src/lib/organisations-einheit-list-item-container/organisations-einheit-list-item/organisations-einheit-list-item.component.html b/alfa-client/libs/organisations-einheit/src/lib/organisations-einheit-list-item-container/organisations-einheit-list-item/organisations-einheit-list-item.component.html
index 8ee981db8ce2128a7732b2216527753cdb4fe6f3..5aca27713f3d7707a1542099d182fcd0a0eb13c0 100644
--- a/alfa-client/libs/organisations-einheit/src/lib/organisations-einheit-list-item-container/organisations-einheit-list-item/organisations-einheit-list-item.component.html
+++ b/alfa-client/libs/organisations-einheit/src/lib/organisations-einheit-list-item-container/organisations-einheit-list-item/organisations-einheit-list-item.component.html
@@ -28,7 +28,7 @@
     <div class="border border-grayborder bg-background-100 p-4 shadow shadow-grayborder">
       <div class="flex flex-1 gap-6">
         <div class="flex flex-1 gap-3">
-          <ods-icon name="public-administration" size="unset" />
+          <ods-icon name="public-administration" size="full" />
           <div class="flex flex-1 flex-col text-base">
             <p class="text-primary">Organisationseinheit</p>
             <p class="font-bold text-text">{{ resource.name }}</p>
diff --git a/alfa-client/libs/zustaendige-stelle/src/lib/search-externe-fachstelle-container/search-externe-fachstelle-container.component.html b/alfa-client/libs/zustaendige-stelle/src/lib/search-externe-fachstelle-container/search-externe-fachstelle-container.component.html
index 7bba8e78bd8e3cdf52a59867f25da493c07b9835..b4c217c33010f399330802f119ade9948be9ee08 100644
--- a/alfa-client/libs/zustaendige-stelle/src/lib/search-externe-fachstelle-container/search-externe-fachstelle-container.component.html
+++ b/alfa-client/libs/zustaendige-stelle/src/lib/search-externe-fachstelle-container/search-externe-fachstelle-container.component.html
@@ -25,7 +25,7 @@
 -->
 <ng-container *ngIf="externeFachstelleResource$ | async as externeFachstelleResource; else searchButton">
   <alfa-zustaendige-stelle-header title="Externe Fachstelle" [subTitle]="externeFachstelleResource.name" [isSubTitleBold]="true">
-    <ods-icon icon name="external-unit" size="unset" />
+    <ods-icon icon name="external-unit" size="full" />
     <div class="flex flex-1 flex-col text-sm text-text" info>
       <p>{{ externeFachstelleResource.anschrift }}</p>
       <p>{{ 'Email: ' + externeFachstelleResource.email }}</p>
@@ -38,7 +38,7 @@
 </ng-container>
 <ng-template #searchButton>
   <alfa-zustaendige-stelle-header title="Externe Fachstelle" subTitle="Private Organisation, Verein, Schule">
-    <ods-icon icon name="external-unit" size="unset" />
+    <ods-icon icon name="external-unit" size="full" />
     <alfa-zustaendige-stelle-button title="Zuständige externe Fachstelle auswählen" dataTestId="externe-fachstelle-button" />
   </alfa-zustaendige-stelle-header>
 </ng-template>
diff --git a/alfa-client/libs/zustaendige-stelle/src/lib/search-organisations-einheit-container/search-organisations-einheit-container.component.html b/alfa-client/libs/zustaendige-stelle/src/lib/search-organisations-einheit-container/search-organisations-einheit-container.component.html
index 1a6f560ec2f03b6ef3ab01de0195a1da99123aac..713bacea9233735ef86322a0f2b71785829107d4 100644
--- a/alfa-client/libs/zustaendige-stelle/src/lib/search-organisations-einheit-container/search-organisations-einheit-container.component.html
+++ b/alfa-client/libs/zustaendige-stelle/src/lib/search-organisations-einheit-container/search-organisations-einheit-container.component.html
@@ -29,7 +29,7 @@
     [subTitle]="organisationsEinheitResource.name"
     [isSubTitleBold]="true"
   >
-    <ods-icon icon name="public-administration" size="unset" />
+    <ods-icon icon name="public-administration" size="full" />
     <alfa-organisations-einheit
       data-test-id="organisations-einheit-in-collaboration"
       [organisationsEinheitResource]="organisationsEinheitResource"
@@ -41,7 +41,7 @@
 </ng-container>
 <ng-template #searchButton>
   <alfa-zustaendige-stelle-header title="Öffentliche Verwaltung" subTitle="Kommune, Amt, Ministerium">
-    <ods-icon icon name="public-administration" size="unset" />
+    <ods-icon icon name="public-administration" size="full" />
     <alfa-zustaendige-stelle-button title="Zuständige Stelle auswählen" dataTestId="organisations-einheit-search-button" />
   </alfa-zustaendige-stelle-header>
 </ng-template>