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

56 lines
2.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Brouillard givrant">
<title>Brouillard givrant</title>
<defs>
<linearGradient id="ffSky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#D7E6F5"/>
<stop offset="100%" stop-color="#A9B9C9"/>
</linearGradient>
<linearGradient id="ffCloud" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F7FBFF"/>
<stop offset="100%" stop-color="#D7E3EE"/>
</linearGradient>
<filter id="ffSoft" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="1.6"/>
</filter>
</defs>
<!-- Cold sky -->
<rect width="128" height="128" rx="20" fill="url(#ffSky)"/>
<!-- Muted sun halo -->
<circle cx="40" cy="38" r="18" fill="#FFFFFF" opacity="0.22" filter="url(#ffSoft)"/>
<!-- Cloud mass -->
<g transform="translate(64 60)">
<ellipse cx="0" cy="12" rx="44" ry="22" fill="url(#ffCloud)" opacity="0.92"/>
<circle cx="-24" cy="8" r="15" fill="url(#ffCloud)" opacity="0.92"/>
<circle cx="8" cy="4" r="19" fill="url(#ffCloud)" opacity="0.92"/>
<circle cx="30" cy="10" r="13" fill="url(#ffCloud)" opacity="0.92"/>
</g>
<!-- Fog layers -->
<g stroke="#FFFFFF" stroke-width="6" stroke-linecap="round" opacity="0.68">
<line x1="22" y1="82" x2="106" y2="82"/>
<line x1="18" y1="94" x2="110" y2="94"/>
<line x1="26" y1="106" x2="102" y2="106"/>
</g>
<!-- Snowflake / ice marker -->
<g transform="translate(96 96)">
<circle cx="0" cy="0" r="14" fill="#FFFFFF" opacity="0.22"/>
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" opacity="0.9">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-7" y1="-7" x2="7" y2="7"/>
<line x1="-7" y1="7" x2="7" y2="-7"/>
<line x1="0" y1="-9" x2="3" y2="-6"/>
<line x1="0" y1="-9" x2="-3" y2="-6"/>
<line x1="0" y1="9" x2="3" y2="6"/>
<line x1="0" y1="9" x2="-3" y2="6"/>
<line x1="-9" y1="0" x2="-6" y2="3"/>
<line x1="-9" y1="0" x2="-6" y2="-3"/>
<line x1="9" y1="0" x2="6" y2="3"/>
<line x1="9" y1="0" x2="6" y2="-3"/>
</g>
</g>
</svg>