36 lines
1.5 KiB
XML
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 modérée">
|
|
<title>Pluie modérée</title>
|
|
<defs>
|
|
<linearGradient id="skyModerateRain" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#7EA9D6"/>
|
|
<stop offset="100%" stop-color="#4F7FAF"/>
|
|
</linearGradient>
|
|
<linearGradient id="cloudModerateRain" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#E8EDF2"/>
|
|
<stop offset="100%" stop-color="#B9C6D3"/>
|
|
</linearGradient>
|
|
<linearGradient id="dropModerate" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#CFE9FF"/>
|
|
<stop offset="100%" stop-color="#3D8EDB"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Sky -->
|
|
<rect width="128" height="128" rx="20" fill="url(#skyModerateRain)"/>
|
|
|
|
<!-- Cloud -->
|
|
<g transform="translate(64 52)">
|
|
<ellipse cx="0" cy="20" rx="44" ry="24" fill="url(#cloudModerateRain)"/>
|
|
<circle cx="-26" cy="14" r="18" fill="url(#cloudModerateRain)"/>
|
|
<circle cx="12" cy="6" r="22" fill="url(#cloudModerateRain)"/>
|
|
<circle cx="34" cy="16" r="16" fill="url(#cloudModerateRain)"/>
|
|
</g>
|
|
|
|
<!-- Moderate rain drops -->
|
|
<g fill="url(#dropModerate)">
|
|
<path d="M30 84 C30 78 36 72 36 72 C36 72 42 78 42 84 A6 6 0 1 1 30 84 Z"/>
|
|
<path d="M50 94 C50 88 56 82 56 82 C56 82 62 88 62 94 A6 6 0 1 1 50 94 Z"/>
|
|
<path d="M70 84 C70 78 76 72 76 72 C76 72 82 78 82 84 A6 6 0 1 1 70 84 Z"/>
|
|
<path d="M90 94 C90 88 96 82 96 82 C96 82 102 88 102 94 A6 6 0 1 1 90 94 Z"/>
|
|
</g>
|
|
</svg> |