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

33 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="Bruine modérée">
<title>Bruine modérée</title>
<defs>
<linearGradient id="skyDrizzleMod" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#8FBDEB"/>
<stop offset="100%" stop-color="#5F95C9"/>
</linearGradient>
<linearGradient id="cloudDrizzleMod" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#EEF2F6"/>
<stop offset="100%" stop-color="#CBD5DF"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="128" height="128" rx="20" fill="url(#skyDrizzleMod)"/>
<!-- Cloud -->
<g transform="translate(64 56)">
<ellipse cx="0" cy="16" rx="42" ry="22" fill="url(#cloudDrizzleMod)"/>
<circle cx="-24" cy="10" r="16" fill="url(#cloudDrizzleMod)"/>
<circle cx="10" cy="4" r="20" fill="url(#cloudDrizzleMod)"/>
<circle cx="30" cy="12" r="14" fill="url(#cloudDrizzleMod)"/>
</g>
<!-- Moderate drizzle (more frequent drops) -->
<g stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" opacity="0.9">
<line x1="34" y1="86" x2="34" y2="100"/>
<line x1="50" y1="92" x2="50" y2="106"/>
<line x1="66" y1="86" x2="66" y2="100"/>
<line x1="82" y1="92" x2="82" y2="106"/>
<line x1="98" y1="86" x2="98" y2="100"/>
</g>
</svg>