32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Bruine légère">
|
|
<title>Bruine légère</title>
|
|
<defs>
|
|
<linearGradient id="drizzleSky" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#9EC9F5"/>
|
|
<stop offset="100%" stop-color="#6FA8DC"/>
|
|
</linearGradient>
|
|
<linearGradient id="drizzleCloud" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#F2F5F8"/>
|
|
<stop offset="100%" stop-color="#D6DEE6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Sky -->
|
|
<rect width="128" height="128" rx="20" fill="url(#drizzleSky)"/>
|
|
|
|
<!-- Cloud -->
|
|
<g transform="translate(64 58)">
|
|
<ellipse cx="0" cy="14" rx="40" ry="20" fill="url(#drizzleCloud)"/>
|
|
<circle cx="-22" cy="10" r="15" fill="url(#drizzleCloud)"/>
|
|
<circle cx="8" cy="4" r="18" fill="url(#drizzleCloud)"/>
|
|
<circle cx="28" cy="12" r="13" fill="url(#drizzleCloud)"/>
|
|
</g>
|
|
|
|
<!-- Light drizzle (fine drops) -->
|
|
<g stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" opacity="0.8">
|
|
<line x1="40" y1="88" x2="40" y2="96"/>
|
|
<line x1="56" y1="92" x2="56" y2="100"/>
|
|
<line x1="72" y1="88" x2="72" y2="96"/>
|
|
<line x1="88" y1="92" x2="88" y2="100"/>
|
|
</g>
|
|
</svg> |