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

63 lines
2.3 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 forte">
<title>Chute de neige forte</title>
<defs>
<linearGradient id="skySnowHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#8FB3D1"/>
<stop offset="100%" stop-color="#4E7EA8"/>
</linearGradient>
<linearGradient id="cloudSnowHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#E6EDF4"/>
<stop offset="100%" stop-color="#B7C6D6"/>
</linearGradient>
</defs>
<!-- Darker snowy sky -->
<rect width="128" height="128" rx="20" fill="url(#skySnowHeavy)"/>
<!-- Large dense cloud -->
<g transform="translate(64 50)">
<ellipse cx="0" cy="22" rx="46" ry="26" fill="url(#cloudSnowHeavy)"/>
<circle cx="-28" cy="16" r="20" fill="url(#cloudSnowHeavy)"/>
<circle cx="14" cy="6" r="24" fill="url(#cloudSnowHeavy)"/>
<circle cx="38" cy="18" r="18" fill="url(#cloudSnowHeavy)"/>
</g>
<!-- Heavy snowflakes -->
<g stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round">
<!-- Flake 1 -->
<g transform="translate(24 86)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
<!-- Flake 2 -->
<g transform="translate(44 100)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
<!-- Flake 3 -->
<g transform="translate(64 86)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
<!-- Flake 4 -->
<g transform="translate(84 100)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
<!-- Flake 5 -->
<g transform="translate(104 86)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
</g>
</svg>