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

49 lines
1.8 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 faible">
<title>Chute de neige faible</title>
<defs>
<linearGradient id="skyLightSnow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#BFD9F2"/>
<stop offset="100%" stop-color="#8FB3D1"/>
</linearGradient>
<linearGradient id="cloudLightSnow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F5F8FB"/>
<stop offset="100%" stop-color="#D8E0E8"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="128" height="128" rx="20" fill="url(#skyLightSnow)"/>
<!-- Cloud -->
<g transform="translate(64 54)">
<ellipse cx="0" cy="18" rx="42" ry="22" fill="url(#cloudLightSnow)"/>
<circle cx="-24" cy="12" r="16" fill="url(#cloudLightSnow)"/>
<circle cx="10" cy="4" r="20" fill="url(#cloudLightSnow)"/>
<circle cx="30" cy="14" r="14" fill="url(#cloudLightSnow)"/>
</g>
<!-- Light snowflakes -->
<g stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round">
<!-- Flake 1 -->
<g transform="translate(44 92)">
<line x1="0" y1="-6" x2="0" y2="6"/>
<line x1="-6" y1="0" x2="6" y2="0"/>
<line x1="-4" y1="-4" x2="4" y2="4"/>
<line x1="-4" y1="4" x2="4" y2="-4"/>
</g>
<!-- Flake 2 -->
<g transform="translate(64 100)">
<line x1="0" y1="-6" x2="0" y2="6"/>
<line x1="-6" y1="0" x2="6" y2="0"/>
<line x1="-4" y1="-4" x2="4" y2="4"/>
<line x1="-4" y1="4" x2="4" y2="-4"/>
</g>
<!-- Flake 3 -->
<g transform="translate(84 92)">
<line x1="0" y1="-6" x2="0" y2="6"/>
<line x1="-6" y1="0" x2="6" y2="0"/>
<line x1="-4" y1="-4" x2="4" y2="4"/>
<line x1="-4" y1="4" x2="4" y2="-4"/>
</g>
</g>
</svg>