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

35 lines
1.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Risque de gel">
<title>Risque de gel</title>
<defs>
<linearGradient id="skyFrostRisk" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#BFE4FF"/>
<stop offset="100%" stop-color="#7FAFD6"/>
</linearGradient>
<linearGradient id="groundFrost" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#EAF4FF"/>
<stop offset="100%" stop-color="#C8DDF0"/>
</linearGradient>
</defs>
<!-- Cold sky -->
<rect width="128" height="128" rx="20" fill="url(#skyFrostRisk)"/>
<!-- Ground frost layer -->
<rect x="0" y="88" width="128" height="40" fill="url(#groundFrost)"/>
<!-- Thermometer (cold) -->
<g transform="translate(40 40)">
<rect x="10" y="0" width="12" height="46" rx="6" fill="#FFFFFF" stroke="#5FA8E3" stroke-width="3"/>
<circle cx="16" cy="56" r="14" fill="#5FA8E3"/>
<rect x="14" y="24" width="4" height="20" fill="#5FA8E3"/>
</g>
<!-- Snowflake warning symbol -->
<g transform="translate(88 54)" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round">
<circle cx="0" cy="0" r="18" fill="#FFFFFF" opacity="0.2"/>
<line x1="0" y1="-10" x2="0" y2="10"/>
<line x1="-10" y1="0" x2="10" y2="0"/>
<line x1="-7" y1="-7" x2="7" y2="7"/>
<line x1="-7" y1="7" x2="7" y2="-7"/>
</g>
</svg>