34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Brouillard">
|
|
<title>Brouillard</title>
|
|
<defs>
|
|
<linearGradient id="fogSky" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#DCE3E9"/>
|
|
<stop offset="100%" stop-color="#B8C2CC"/>
|
|
</linearGradient>
|
|
<linearGradient id="fogCloud" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#F4F7FA"/>
|
|
<stop offset="100%" stop-color="#D9E0E6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Sky background -->
|
|
<rect width="128" height="128" rx="20" fill="url(#fogSky)"/>
|
|
|
|
<!-- Diffuse sun (very muted) -->
|
|
<circle cx="40" cy="40" r="18" fill="#FFFFFF" opacity="0.25"/>
|
|
|
|
<!-- Main cloud mass -->
|
|
<g transform="translate(64 62)">
|
|
<ellipse cx="0" cy="12" rx="42" ry="20" fill="url(#fogCloud)" opacity="0.9"/>
|
|
<circle cx="-22" cy="8" r="14" fill="url(#fogCloud)" opacity="0.9"/>
|
|
<circle cx="8" cy="4" r="18" fill="url(#fogCloud)" opacity="0.9"/>
|
|
<circle cx="28" cy="10" r="12" fill="url(#fogCloud)" opacity="0.9"/>
|
|
</g>
|
|
|
|
<!-- Fog horizontal layers -->
|
|
<g stroke="#FFFFFF" stroke-width="6" stroke-linecap="round" opacity="0.7">
|
|
<line x1="24" y1="84" x2="104" y2="84"/>
|
|
<line x1="20" y1="96" x2="108" y2="96"/>
|
|
<line x1="28" y1="108" x2="100" y2="108"/>
|
|
</g>
|
|
</svg> |