Files
mini/public/favicon.svg

12 lines
591 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="godGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3B82F6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B5CF6;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="32" height="32" rx="6" fill="url(#godGrad)"/>
<path d="M16 6 L18 12 L24 12 L19 16 L21 22 L16 18 L11 22 L13 16 L8 12 L14 12 Z" fill="#FFD700" stroke="#FFF" stroke-width="0.5"/>
<circle cx="16" cy="14" r="3" fill="none" stroke="#FFF" stroke-width="1.5"/>
</svg>