42 lines
1.7 KiB
XML
42 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="Orage léger">
|
|
<title>Orage léger</title>
|
|
<defs>
|
|
<linearGradient id="skyLightStorm" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#6F8FB0"/>
|
|
<stop offset="100%" stop-color="#2E4F6E"/>
|
|
</linearGradient>
|
|
<linearGradient id="cloudLightStorm" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#DDE3EA"/>
|
|
<stop offset="100%" stop-color="#AAB7C4"/>
|
|
</linearGradient>
|
|
<linearGradient id="lightningLight" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#FFF7A8"/>
|
|
<stop offset="100%" stop-color="#FFC400"/>
|
|
</linearGradient>
|
|
<linearGradient id="rainLightStorm" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#CFE9FF"/>
|
|
<stop offset="100%" stop-color="#2F86D6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Storm sky -->
|
|
<rect width="128" height="128" rx="20" fill="url(#skyLightStorm)"/>
|
|
|
|
<!-- Cloud -->
|
|
<g transform="translate(64 48)">
|
|
<ellipse cx="0" cy="24" rx="48" ry="28" fill="url(#cloudLightStorm)"/>
|
|
<circle cx="-30" cy="18" r="22" fill="url(#cloudLightStorm)"/>
|
|
<circle cx="16" cy="8" r="26" fill="url(#cloudLightStorm)"/>
|
|
<circle cx="42" cy="20" r="20" fill="url(#cloudLightStorm)"/>
|
|
</g>
|
|
|
|
<!-- Lightning bolt (small) -->
|
|
<polygon points="66,70 54,92 66,92 58,112 82,82 68,82"
|
|
fill="url(#lightningLight)"/>
|
|
|
|
<!-- Light rain -->
|
|
<g fill="url(#rainLightStorm)" opacity="0.9">
|
|
<path d="M34 94 C34 88 40 82 40 82 C40 82 46 88 46 94 A6 6 0 1 1 34 94 Z"/>
|
|
<path d="M86 98 C86 92 92 86 92 86 C92 86 98 92 98 98 A6 6 0 1 1 86 98 Z"/>
|
|
</g>
|
|
</svg> |