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 légère">
|
||||
<title>Averse de pluie légère</title>
|
||||
<defs>
|
||||
<linearGradient id="skyShowerLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#7EA9D6"/>
|
||||
<stop offset="100%" stop-color="#3E6E9E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="cloudShowerLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#E8EDF2"/>
|
||||
<stop offset="100%" stop-color="#B9C6D3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="dropShowerLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#CFE9FF"/>
|
||||
<stop offset="100%" stop-color="#2F86D6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Sky -->
|
||||
<rect width="128" height="128" rx="20" fill="url(#skyShowerLight)"/>
|
||||
|
||||
<!-- Darker cloud (shower type) -->
|
||||
<g transform="translate(64 50)">
|
||||
<ellipse cx="0" cy="22" rx="46" ry="26" fill="url(#cloudShowerLight)"/>
|
||||
<circle cx="-28" cy="16" r="20" fill="url(#cloudShowerLight)"/>
|
||||
<circle cx="14" cy="6" r="24" fill="url(#cloudShowerLight)"/>
|
||||
<circle cx="38" cy="18" r="18" fill="url(#cloudShowerLight)"/>
|
||||
</g>
|
||||
|
||||
<!-- Light shower drops (slanted to show burst effect) -->
|
||||
<g fill="url(#dropShowerLight)" transform="rotate(-15 64 90)">
|
||||
<path d="M38 88 C38 82 44 76 44 76 C44 76 50 82 50 88 A6 6 0 1 1 38 88 Z"/>
|
||||
<path d="M62 96 C62 90 68 84 68 84 C68 84 74 90 74 96 A6 6 0 1 1 62 96 Z"/>
|
||||
<path d="M86 88 C86 82 92 76 92 76 C92 76 98 82 98 88 A6 6 0 1 1 86 88 Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user