avant codex
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Orage avec grêle légère">
|
||||
<title>Orage avec grêle légère</title>
|
||||
<defs>
|
||||
<linearGradient id="skyStormHailLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#4E7EA8"/>
|
||||
<stop offset="100%" stop-color="#1E3F63"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="cloudStormHailLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#D1DAE3"/>
|
||||
<stop offset="100%" stop-color="#98A8B8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="boltHailLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FFF7A8"/>
|
||||
<stop offset="100%" stop-color="#FFB300"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Storm sky -->
|
||||
<rect width="128" height="128" rx="20" fill="url(#skyStormHailLight)"/>
|
||||
|
||||
<!-- Cloud -->
|
||||
<g transform="translate(64 46)">
|
||||
<ellipse cx="0" cy="26" rx="50" ry="30" fill="url(#cloudStormHailLight)"/>
|
||||
<circle cx="-32" cy="20" r="24" fill="url(#cloudStormHailLight)"/>
|
||||
<circle cx="18" cy="8" r="28" fill="url(#cloudStormHailLight)"/>
|
||||
<circle cx="46" cy="22" r="22" fill="url(#cloudStormHailLight)"/>
|
||||
</g>
|
||||
|
||||
<!-- Lightning bolt -->
|
||||
<polygon points="68,66 52,96 66,96 56,120 90,84 72,84"
|
||||
fill="url(#boltHailLight)"/>
|
||||
|
||||
<!-- Light hail (small pellets) -->
|
||||
<g fill="#FFFFFF" opacity="0.95">
|
||||
<circle cx="34" cy="92" r="4"/>
|
||||
<circle cx="52" cy="104" r="4"/>
|
||||
<circle cx="70" cy="92" r="4"/>
|
||||
<circle cx="88" cy="104" r="4"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user