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

35 lines
1.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Pluie légère">
<title>Pluie légère</title>
<defs>
<linearGradient id="skyLightRain" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#8FBCEB"/>
<stop offset="100%" stop-color="#5F8FC2"/>
</linearGradient>
<linearGradient id="cloudLightRain" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F1F4F8"/>
<stop offset="100%" stop-color="#D3DAE2"/>
</linearGradient>
<linearGradient id="dropLight" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#BFE4FF"/>
<stop offset="100%" stop-color="#5DA9E9"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="128" height="128" rx="20" fill="url(#skyLightRain)"/>
<!-- Cloud -->
<g transform="translate(64 54)">
<ellipse cx="0" cy="18" rx="42" ry="22" fill="url(#cloudLightRain)"/>
<circle cx="-24" cy="12" r="16" fill="url(#cloudLightRain)"/>
<circle cx="10" cy="4" r="20" fill="url(#cloudLightRain)"/>
<circle cx="30" cy="14" r="14" fill="url(#cloudLightRain)"/>
</g>
<!-- Light rain drops -->
<g fill="url(#dropLight)">
<path d="M40 86 C40 82 44 78 44 78 C44 78 48 82 48 86 A4 4 0 1 1 40 86 Z"/>
<path d="M60 92 C60 88 64 84 64 84 C64 84 68 88 68 92 A4 4 0 1 1 60 92 Z"/>
<path d="M80 86 C80 82 84 78 84 78 C84 78 88 82 88 86 A4 4 0 1 1 80 86 Z"/>
</g>
</svg>