Files
jardin/icons/weather/1.svg
2026-02-22 15:05:40 +01:00

44 lines
1.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Principalement clair">
<title>Principalement clair</title>
<defs>
<radialGradient id="sunGrad" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#FFE68A"/>
<stop offset="60%" stop-color="#FFC93C"/>
<stop offset="100%" stop-color="#FFB300"/>
</radialGradient>
<filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="2"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Sky background -->
<rect width="128" height="128" rx="20" fill="#6EC6FF"/>
<!-- Sun (partially visible) -->
<g transform="translate(48 48)" filter="url(#glow)">
<g stroke="#FFD25A" stroke-width="5" stroke-linecap="round">
<line x1="0" y1="-34" x2="0" y2="-48"/>
<line x1="0" y1="34" x2="0" y2="48"/>
<line x1="-34" y1="0" x2="-48" y2="0"/>
<line x1="34" y1="0" x2="48" y2="0"/>
<line x1="24" y1="-24" x2="34" y2="-34"/>
<line x1="-24" y1="-24" x2="-34" y2="-34"/>
<line x1="24" y1="24" x2="34" y2="34"/>
<line x1="-24" y1="24" x2="-34" y2="34"/>
</g>
<circle r="22" fill="url(#sunGrad)"/>
</g>
<!-- Small cloud (mostly clear) -->
<g transform="translate(70 72)">
<ellipse cx="0" cy="10" rx="26" ry="14" fill="#FFFFFF"/>
<circle cx="-14" cy="6" r="10" fill="#FFFFFF"/>
<circle cx="2" cy="2" r="12" fill="#FFFFFF"/>
<circle cx="18" cy="8" r="9" fill="#FFFFFF"/>
<ellipse cx="0" cy="14" rx="26" ry="8" fill="#E6F3FF" opacity="0.6"/>
</g>
</svg>