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

35 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="Averse de pluie modérée">
<title>Averse de pluie modérée</title>
<defs>
<linearGradient id="skyShowerModerate" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#6F9BC2"/>
<stop offset="100%" stop-color="#2E5E8C"/>
</linearGradient>
<linearGradient id="cloudShowerModerate" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#DDE3EA"/>
<stop offset="100%" stop-color="#AEBBC8"/>
</linearGradient>
<linearGradient id="dropShowerModerate" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#CFE9FF"/>
<stop offset="100%" stop-color="#1E6FBF"/>
</linearGradient>
</defs>
<!-- Dark sky -->
<rect width="128" height="128" rx="20" fill="url(#skyShowerModerate)"/>
<!-- Dense cloud -->
<g transform="translate(64 48)">
<ellipse cx="0" cy="24" rx="48" ry="28" fill="url(#cloudShowerModerate)"/>
<circle cx="-30" cy="18" r="22" fill="url(#cloudShowerModerate)"/>
<circle cx="16" cy="8" r="26" fill="url(#cloudShowerModerate)"/>
<circle cx="42" cy="20" r="20" fill="url(#cloudShowerModerate)"/>
</g>
<!-- Moderate shower drops (slanted, more numerous) -->
<g fill="url(#dropShowerModerate)" transform="rotate(-18 64 92)">
<path d="M26 86 C26 76 38 64 38 64 C38 64 50 76 50 86 A10 10 0 1 1 26 86 Z"/>
<path d="M52 100 C52 90 64 78 64 78 C64 78 76 90 76 100 A10 10 0 1 1 52 100 Z"/>
<path d="M78 86 C78 76 90 64 90 64 C90 64 102 76 102 86 A10 10 0 1 1 78 86 Z"/>
</g>
</svg>