35 lines
1.5 KiB
XML
35 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="Averse de pluie violente">
|
|
<title>Averse de pluie violente</title>
|
|
<defs>
|
|
<linearGradient id="skyStormShower" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#3E6E9E"/>
|
|
<stop offset="100%" stop-color="#1E3F63"/>
|
|
</linearGradient>
|
|
<linearGradient id="cloudStormShower" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#C9D3DD"/>
|
|
<stop offset="100%" stop-color="#8FA0B2"/>
|
|
</linearGradient>
|
|
<linearGradient id="dropStorm" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#BFE4FF"/>
|
|
<stop offset="100%" stop-color="#0F5EA8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Dark storm sky -->
|
|
<rect width="128" height="128" rx="20" fill="url(#skyStormShower)"/>
|
|
|
|
<!-- Massive storm cloud -->
|
|
<g transform="translate(64 46)">
|
|
<ellipse cx="0" cy="26" rx="50" ry="30" fill="url(#cloudStormShower)"/>
|
|
<circle cx="-32" cy="20" r="24" fill="url(#cloudStormShower)"/>
|
|
<circle cx="18" cy="8" r="28" fill="url(#cloudStormShower)"/>
|
|
<circle cx="46" cy="22" r="22" fill="url(#cloudStormShower)"/>
|
|
</g>
|
|
|
|
<!-- Violent shower drops (large, angled, numerous) -->
|
|
<g fill="url(#dropStorm)" transform="rotate(-22 64 92)">
|
|
<path d="M16 84 C16 70 34 52 34 52 C34 52 52 70 52 84 A14 14 0 1 1 16 84 Z"/>
|
|
<path d="M44 104 C44 90 62 72 62 72 C62 72 80 90 80 104 A14 14 0 1 1 44 104 Z"/>
|
|
<path d="M72 84 C72 70 90 52 90 52 C90 52 108 70 108 84 A14 14 0 1 1 72 84 Z"/>
|
|
</g>
|
|
</svg> |