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

46 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="Risque de canicule">
<title>Risque de canicule</title>
<defs>
<linearGradient id="skyHeatRisk" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFD27A"/>
<stop offset="100%" stop-color="#FF8C42"/>
</linearGradient>
<radialGradient id="sunHeat" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#FFF2A6"/>
<stop offset="60%" stop-color="#FFC93C"/>
<stop offset="100%" stop-color="#FF9F00"/>
</radialGradient>
</defs>
<!-- Hot sky -->
<rect width="128" height="128" rx="20" fill="url(#skyHeatRisk)"/>
<!-- Intense sun -->
<g transform="translate(64 48)">
<circle r="26" fill="url(#sunHeat)"/>
<g stroke="#FFB300" stroke-width="6" stroke-linecap="round">
<line x1="0" y1="-44" x2="0" y2="-60"/>
<line x1="0" y1="44" x2="0" y2="60"/>
<line x1="-44" y1="0" x2="-60" y2="0"/>
<line x1="44" y1="0" x2="60" y2="0"/>
<line x1="31" y1="-31" x2="44" y2="-44"/>
<line x1="-31" y1="-31" x2="-44" y2="-44"/>
<line x1="31" y1="31" x2="44" y2="44"/>
<line x1="-31" y1="31" x2="-44" y2="44"/>
</g>
</g>
<!-- Thermometer (high temperature) -->
<g transform="translate(96 68)">
<rect x="-6" y="-28" width="12" height="40" rx="6" fill="#FFFFFF" stroke="#E53935" stroke-width="3"/>
<circle cx="0" cy="20" r="14" fill="#E53935"/>
<rect x="-2" y="-8" width="4" height="20" fill="#E53935"/>
</g>
<!-- Heat waves -->
<g stroke="#FF6F00" stroke-width="4" stroke-linecap="round" opacity="0.8">
<path d="M24 96 C28 88 20 84 24 76"/>
<path d="M44 102 C48 94 40 90 44 82"/>
<path d="M64 96 C68 88 60 84 64 76"/>
</g>
</svg>