Files
Llamagochi/frontend/favicon.svg
Vlad Doloman e2996ff0b3 feat: add SVG favicon (llama head, amber on dark)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 18:21:03 +03:00

20 lines
859 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="22 2 56 48">
<rect x="22" y="2" width="56" height="48" rx="10" fill="#0a0a04"/>
<!-- Ears -->
<ellipse cx="38" cy="15" rx="5" ry="9" transform="rotate(-15 38 15)" fill="#ffb000"/>
<ellipse cx="62" cy="15" rx="5" ry="9" transform="rotate(15 62 15)" fill="#ffb000"/>
<!-- Head -->
<ellipse cx="50" cy="27" rx="16" ry="14" fill="#ffb000"/>
<!-- Nose -->
<ellipse cx="50" cy="34" rx="5.5" ry="3.5" fill="#ffb000"/>
<!-- Nostrils -->
<circle cx="47.5" cy="34" r="1.2" fill="#0a0a04"/>
<circle cx="52.5" cy="34" r="1.2" fill="#0a0a04"/>
<!-- Eyes -->
<circle cx="43" cy="25" r="2.8" fill="#0a0a04"/>
<circle cx="57" cy="25" r="2.8" fill="#0a0a04"/>
<!-- Eye shines -->
<circle cx="44.2" cy="23.8" r="0.9" fill="#ffb000"/>
<circle cx="58.2" cy="23.8" r="0.9" fill="#ffb000"/>
</svg>