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

45 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="Pluie verglaçante légère">
<title>Pluie verglaçante légère</title>
<defs>
<linearGradient id="skyFreezingRainLight" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#9FD0F7"/>
<stop offset="100%" stop-color="#6E9FC8"/>
</linearGradient>
<linearGradient id="cloudFreezingRainLight" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F4F9FF"/>
<stop offset="100%" stop-color="#D2DEE9"/>
</linearGradient>
<linearGradient id="dropIceLight" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#E6F7FF"/>
<stop offset="100%" stop-color="#4FA3E3"/>
</linearGradient>
</defs>
<!-- Cold sky -->
<rect width="128" height="128" rx="20" fill="url(#skyFreezingRainLight)"/>
<!-- Cloud -->
<g transform="translate(64 54)">
<ellipse cx="0" cy="18" rx="42" ry="22" fill="url(#cloudFreezingRainLight)"/>
<circle cx="-24" cy="12" r="16" fill="url(#cloudFreezingRainLight)"/>
<circle cx="10" cy="4" r="20" fill="url(#cloudFreezingRainLight)"/>
<circle cx="30" cy="14" r="14" fill="url(#cloudFreezingRainLight)"/>
</g>
<!-- Light freezing rain drops -->
<g fill="url(#dropIceLight)">
<path d="M42 88 C42 82 48 76 48 76 C48 76 54 82 54 88 A6 6 0 1 1 42 88 Z"/>
<path d="M70 94 C70 88 76 82 76 82 C76 82 82 88 82 94 A6 6 0 1 1 70 94 Z"/>
</g>
<!-- Ice indicator -->
<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>