website/public/favicon.svg
2026-09-08 19:05:10 -04:00

13 lines
566 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="rgb(255,224,138)"/>
<stop offset="33%" stop-color="rgb(255,171,94)"/>
<stop offset="66%" stop-color="rgb(255,95,109)"/>
<stop offset="100%" stop-color="rgb(200,75,214)"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="6" fill="#000000"/>
<path d="M9 8 L23 8 L23 11.5 L13.5 20.5 L23 20.5 L23 24 L9 24 L9 20.5 L18.5 11.5 L9 11.5 Z" fill="url(#g)"/>
</svg>