avant codex
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Averse de pluie modérée">
|
||||
<title>Averse de pluie modérée</title>
|
||||
<defs>
|
||||
<linearGradient id="skyShowerModerate" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#6F9BC2"/>
|
||||
<stop offset="100%" stop-color="#2E5E8C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="cloudShowerModerate" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#DDE3EA"/>
|
||||
<stop offset="100%" stop-color="#AEBBC8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="dropShowerModerate" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#CFE9FF"/>
|
||||
<stop offset="100%" stop-color="#1E6FBF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Dark sky -->
|
||||
<rect width="128" height="128" rx="20" fill="url(#skyShowerModerate)"/>
|
||||
|
||||
<!-- Dense cloud -->
|
||||
<g transform="translate(64 48)">
|
||||
<ellipse cx="0" cy="24" rx="48" ry="28" fill="url(#cloudShowerModerate)"/>
|
||||
<circle cx="-30" cy="18" r="22" fill="url(#cloudShowerModerate)"/>
|
||||
<circle cx="16" cy="8" r="26" fill="url(#cloudShowerModerate)"/>
|
||||
<circle cx="42" cy="20" r="20" fill="url(#cloudShowerModerate)"/>
|
||||
</g>
|
||||
|
||||
<!-- Moderate shower drops (slanted, more numerous) -->
|
||||
<g fill="url(#dropShowerModerate)" transform="rotate(-18 64 92)">
|
||||
<path d="M26 86 C26 76 38 64 38 64 C38 64 50 76 50 86 A10 10 0 1 1 26 86 Z"/>
|
||||
<path d="M52 100 C52 90 64 78 64 78 C64 78 76 90 76 100 A10 10 0 1 1 52 100 Z"/>
|
||||
<path d="M78 86 C78 76 90 64 90 64 C90 64 102 76 102 86 A10 10 0 1 1 78 86 Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user