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

44 lines
1.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Bruine verglaçante">
<title>Bruine verglaçante</title>
<defs>
<linearGradient id="skyFreezingDrizzle" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#9FD0F7"/>
<stop offset="100%" stop-color="#6E9FC8"/>
</linearGradient>
<linearGradient id="cloudFreezingDrizzle" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F4F9FF"/>
<stop offset="100%" stop-color="#D2DEE9"/>
</linearGradient>
</defs>
<!-- Cold sky -->
<rect width="128" height="128" rx="20" fill="url(#skyFreezingDrizzle)"/>
<!-- Cloud -->
<g transform="translate(64 54)">
<ellipse cx="0" cy="18" rx="44" ry="24" fill="url(#cloudFreezingDrizzle)"/>
<circle cx="-26" cy="12" r="18" fill="url(#cloudFreezingDrizzle)"/>
<circle cx="12" cy="4" r="22" fill="url(#cloudFreezingDrizzle)"/>
<circle cx="34" cy="14" r="16" fill="url(#cloudFreezingDrizzle)"/>
</g>
<!-- Freezing drizzle (thin icy drops) -->
<g stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" opacity="0.95">
<line x1="34" y1="86" x2="34" y2="102"/>
<line x1="50" y1="92" x2="50" y2="108"/>
<line x1="66" y1="86" x2="66" y2="102"/>
<line x1="82" y1="92" x2="82" y2="108"/>
<line x1="98" y1="86" x2="98" y2="102"/>
</g>
<!-- Ice indicator (snowflake accent) -->
<g transform="translate(98 100)">
<circle cx="0" cy="0" r="12" fill="#FFFFFF" opacity="0.25"/>
<g stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round">
<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>