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

47 lines
1.9 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 forte">
<title>Pluie verglaçante forte</title>
<defs>
<linearGradient id="skyFZRHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#6FA8D6"/>
<stop offset="100%" stop-color="#2E5E8C"/>
</linearGradient>
<linearGradient id="cloudFZRHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#EAF2F9"/>
<stop offset="100%" stop-color="#B7C6D6"/>
</linearGradient>
<linearGradient id="dropFZRHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#E6F7FF"/>
<stop offset="100%" stop-color="#1E78C8"/>
</linearGradient>
</defs>
<!-- Cold dark sky -->
<rect width="128" height="128" rx="20" fill="url(#skyFZRHeavy)"/>
<!-- Large dense cloud -->
<g transform="translate(64 50)">
<ellipse cx="0" cy="22" rx="46" ry="26" fill="url(#cloudFZRHeavy)"/>
<circle cx="-28" cy="16" r="20" fill="url(#cloudFZRHeavy)"/>
<circle cx="14" cy="6" r="24" fill="url(#cloudFZRHeavy)"/>
<circle cx="38" cy="18" r="18" fill="url(#cloudFZRHeavy)"/>
</g>
<!-- Heavy freezing rain drops -->
<g fill="url(#dropFZRHeavy)">
<path d="M20 84 C20 72 34 60 34 60 C34 60 48 72 48 84 A12 12 0 1 1 20 84 Z"/>
<path d="M44 100 C44 88 58 76 58 76 C58 76 72 88 72 100 A12 12 0 1 1 44 100 Z"/>
<path d="M68 84 C68 72 82 60 82 60 C82 60 96 72 96 84 A12 12 0 1 1 68 84 Z"/>
<path d="M92 100 C92 88 106 76 106 76 C106 76 120 88 120 100 A12 12 0 1 1 92 100 Z"/>
</g>
<!-- Ice symbol -->
<g transform="translate(96 92)">
<circle cx="0" cy="0" r="14" fill="#FFFFFF" opacity="0.25"/>
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round">
<line x1="0" y1="-8" x2="0" y2="8"/>
<line x1="-8" y1="0" x2="8" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
</g>
</svg>