15 lines
659 B
XML
15 lines
659 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
<defs>
|
|
<linearGradient id="favicon-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#DA22FF;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#FF69B4;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Simplified for 16x16 favicon -->
|
|
<circle cx="8" cy="8" r="7" fill="url(#favicon-gradient)" />
|
|
<circle cx="8" cy="8" r="4" fill="#FF69B4" />
|
|
<circle cx="8" cy="8" r="2" fill="#FFFFFF" />
|
|
</svg>
|