brand: App-Icon-SVG (sechseckiges Zeichen) ablegen

Saubere App-Icon-Version des Vorrania-Zeichens (vollflächig, feste Farbe, 1024px,
ohne abgerundete Ecken) unter brand/app-icon.svg, plus README. Quelle des
Zeichens ist das "box"-Icon; das Favicon liegt weiterhin in web/public.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-27 07:25:43 +02:00
parent 5d3ae185ce
commit 729dfe766b
2 changed files with 36 additions and 0 deletions

11
brand/app-icon.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024" role="img" aria-label="Vorrania">
<!-- App-Icon: dasselbe "box"-Zeichen wie Favicon/Seitenleiste, aber vollflächig
(keine abgerundeten Ecken iOS/macOS maskieren selbst) und mit fester
Farbe (kein Dark-Mode-Umschalten). 1024×1024 für App Store / Icon Composer. -->
<rect width="1024" height="1024" fill="#4d5cd4" />
<g transform="translate(192 192) scale(26.6667)"
fill="none" stroke="#ffffff" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 736 B