Icons aus SVG: transparent, scharf, alle Größen

This commit is contained in:
rene 2026-05-17 13:23:49 +02:00
parent 34c33864a4
commit cf50ab12df
12 changed files with 40 additions and 0 deletions

15
app/static/favicon.svg Normal file
View file

@ -0,0 +1,15 @@
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<rect width="256" height="256" rx="56" fill="#FF7A00"/>
<!-- Chat bubble -->
<rect x="52" y="48" width="152" height="132" rx="28" fill="#FF7A00"/>
<path d="M92 180 L92 214 L126 180 Z" fill="#FF7A00"/>
<!-- Checkmark -->
<path d="M82 116 L112 146 L174 84"
stroke="white"
stroke-width="22"
stroke-linecap="round"
stroke-linejoin="round"
fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 498 B