2025-08-13 18:05:26 +02:00

38 lines
1.3 KiB
XML

<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
<!-- Sun rays -->
<g stroke="#FCD34D" stroke-width="3" stroke-linecap="round">
<!-- Top ray -->
<line x1="32" y1="2" x2="32" y2="10"/>
<!-- Top-right ray -->
<line x1="47.5" y1="7.5" x2="42.4" y2="12.6"/>
<!-- Right ray -->
<line x1="58" y1="32" x2="50" y2="32"/>
<!-- Bottom-right ray -->
<line x1="47.5" y1="56.5" x2="42.4" y2="51.4"/>
<!-- Bottom ray -->
<line x1="32" y1="62" x2="32" y2="54"/>
<!-- Bottom-left ray -->
<line x1="16.5" y1="56.5" x2="21.6" y2="51.4"/>
<!-- Left ray -->
<line x1="6" y1="32" x2="14" y2="32"/>
<!-- Top-left ray -->
<line x1="16.5" y1="7.5" x2="21.6" y2="12.6"/>
</g>
<!-- Sun circle with gradient -->
<defs>
<radialGradient id="sunGradient" cx="0.4" cy="0.3">
<stop offset="0%" stop-color="#FDE047"/>
<stop offset="100%" stop-color="#F59E0B"/>
</radialGradient>
</defs>
<circle cx="32" cy="32" r="18" fill="url(#sunGradient)"/>
<!-- Green cross in center -->
<g stroke="#10B981" stroke-width="2.5" stroke-linecap="round">
<!-- Vertical line -->
<line x1="32" y1="22" x2="32" y2="42"/>
<!-- Horizontal line -->
<line x1="22" y1="32" x2="42" y2="32"/>
</g>
</svg>