Files
amusement/icon.svg
2026-03-09 07:44:27 -07:00

12 lines
533 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
<stop offset="50%" style="stop-color:#a855f7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ec4899;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="512" height="512" rx="100" fill="url(#grad)" />
<path d="M256 120 L380 340 L132 340 Z" fill="white" />
</svg>