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

36 lines
1.5 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Pluie forte">
<title>Pluie forte</title>
<defs>
<linearGradient id="skyHeavyRain" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#5F8FC2"/>
<stop offset="100%" stop-color="#2F5E8F"/>
</linearGradient>
<linearGradient id="cloudHeavyRain" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#DDE3EA"/>
<stop offset="100%" stop-color="#AEBBC8"/>
</linearGradient>
<linearGradient id="dropHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#BFE4FF"/>
<stop offset="100%" stop-color="#1E6FBF"/>
</linearGradient>
</defs>
<!-- Dark sky -->
<rect width="128" height="128" rx="20" fill="url(#skyHeavyRain)"/>
<!-- Large dense cloud -->
<g transform="translate(64 50)">
<ellipse cx="0" cy="22" rx="46" ry="26" fill="url(#cloudHeavyRain)"/>
<circle cx="-28" cy="16" r="20" fill="url(#cloudHeavyRain)"/>
<circle cx="14" cy="6" r="24" fill="url(#cloudHeavyRain)"/>
<circle cx="38" cy="18" r="18" fill="url(#cloudHeavyRain)"/>
</g>
<!-- Heavy rain drops -->
<g fill="url(#dropHeavy)">
<path d="M22 84 C22 74 32 64 32 64 C32 64 42 74 42 84 A10 10 0 1 1 22 84 Z"/>
<path d="M44 98 C44 88 54 78 54 78 C54 78 64 88 64 98 A10 10 0 1 1 44 98 Z"/>
<path d="M66 84 C66 74 76 64 76 64 C76 64 86 74 86 84 A10 10 0 1 1 66 84 Z"/>
<path d="M88 98 C88 88 98 78 98 78 C98 78 108 88 108 98 A10 10 0 1 1 88 98 Z"/>
</g>
</svg>