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

56 lines
2.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Chute de neige modérée">
<title>Chute de neige modérée</title>
<defs>
<linearGradient id="skySnowMod" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#AFCDE8"/>
<stop offset="100%" stop-color="#6F9BC2"/>
</linearGradient>
<linearGradient id="cloudSnowMod" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#EEF3F8"/>
<stop offset="100%" stop-color="#C9D5E0"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="128" height="128" rx="20" fill="url(#skySnowMod)"/>
<!-- Cloud -->
<g transform="translate(64 52)">
<ellipse cx="0" cy="20" rx="44" ry="24" fill="url(#cloudSnowMod)"/>
<circle cx="-26" cy="14" r="18" fill="url(#cloudSnowMod)"/>
<circle cx="12" cy="6" r="22" fill="url(#cloudSnowMod)"/>
<circle cx="34" cy="16" r="16" fill="url(#cloudSnowMod)"/>
</g>
<!-- Moderate snowflakes -->
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round">
<!-- Flake 1 -->
<g transform="translate(32 88)">
<line x1="0" y1="-7" x2="0" y2="7"/>
<line x1="-7" y1="0" x2="7" y2="0"/>
<line x1="-5" y1="-5" x2="5" y2="5"/>
<line x1="-5" y1="5" x2="5" y2="-5"/>
</g>
<!-- Flake 2 -->
<g transform="translate(52 98)">
<line x1="0" y1="-7" x2="0" y2="7"/>
<line x1="-7" y1="0" x2="7" y2="0"/>
<line x1="-5" y1="-5" x2="5" y2="5"/>
<line x1="-5" y1="5" x2="5" y2="-5"/>
</g>
<!-- Flake 3 -->
<g transform="translate(72 88)">
<line x1="0" y1="-7" x2="0" y2="7"/>
<line x1="-7" y1="0" x2="7" y2="0"/>
<line x1="-5" y1="-5" x2="5" y2="5"/>
<line x1="-5" y1="5" x2="5" y2="-5"/>
</g>
<!-- Flake 4 -->
<g transform="translate(92 98)">
<line x1="0" y1="-7" x2="0" y2="7"/>
<line x1="-7" y1="0" x2="7" y2="0"/>
<line x1="-5" y1="-5" x2="5" y2="5"/>
<line x1="-5" y1="5" x2="5" y2="-5"/>
</g>
</g>
</svg>