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

50 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Partiellement nuageux">
<title>Partiellement nuageux</title>
<defs>
<radialGradient id="sunGradPN" 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="sunGlowPN" x="-40%" y="-40%" width="180%" height="180%">
<feGaussianBlur stdDeviation="2.5"/>
</filter>
<linearGradient id="cloudShadePN" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="100%" stop-color="#E6EEF7"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="128" height="128" rx="20" fill="#7EC8FF"/>
<!-- Sun behind clouds -->
<g transform="translate(44 44)">
<circle r="24" fill="url(#sunGradPN)" filter="url(#sunGlowPN)"/>
<g stroke="#FFD25A" stroke-width="4" stroke-linecap="round" opacity="0.9">
<line x1="0" y1="-36" x2="0" y2="-50"/>
<line x1="0" y1="36" x2="0" y2="50"/>
<line x1="-36" y1="0" x2="-50" y2="0"/>
<line x1="36" y1="0" x2="50" y2="0"/>
<line x1="26" y1="-26" x2="38" y2="-38"/>
<line x1="-26" y1="-26" x2="-38" y2="-38"/>
<line x1="26" y1="26" x2="38" y2="38"/>
<line x1="-26" y1="26" x2="-38" y2="38"/>
</g>
</g>
<!-- Main cloud -->
<g transform="translate(70 78)">
<ellipse cx="0" cy="12" rx="34" ry="18" fill="url(#cloudShadePN)"/>
<circle cx="-20" cy="8" r="14" fill="url(#cloudShadePN)"/>
<circle cx="6" cy="4" r="18" fill="url(#cloudShadePN)"/>
<circle cx="26" cy="10" r="12" fill="url(#cloudShadePN)"/>
</g>
<!-- Secondary smaller cloud -->
<g transform="translate(40 86)" opacity="0.9">
<ellipse cx="0" cy="8" rx="20" ry="12" fill="#F4F8FC"/>
<circle cx="-10" cy="6" r="8" fill="#F4F8FC"/>
<circle cx="8" cy="4" r="10" fill="#F4F8FC"/>
</g>
</svg>