avant codex
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Averse de neige légère">
|
||||
<title>Averse de neige légère</title>
|
||||
<defs>
|
||||
<linearGradient id="skySnowShowerLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#AFCDE8"/>
|
||||
<stop offset="100%" stop-color="#6F9BC2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="cloudSnowShowerLight" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#EEF3F8"/>
|
||||
<stop offset="100%" stop-color="#C9D5E0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Sky -->
|
||||
<rect width="128" height="128" rx="20" fill="url(#skySnowShowerLight)"/>
|
||||
|
||||
<!-- Cloud -->
|
||||
<g transform="translate(64 50)">
|
||||
<ellipse cx="0" cy="22" rx="46" ry="26" fill="url(#cloudSnowShowerLight)"/>
|
||||
<circle cx="-28" cy="16" r="20" fill="url(#cloudSnowShowerLight)"/>
|
||||
<circle cx="14" cy="6" r="24" fill="url(#cloudSnowShowerLight)"/>
|
||||
<circle cx="38" cy="18" r="18" fill="url(#cloudSnowShowerLight)"/>
|
||||
</g>
|
||||
|
||||
<!-- Light snow shower (slightly angled flakes) -->
|
||||
<g stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" transform="rotate(-15 64 92)">
|
||||
<!-- Flake 1 -->
|
||||
<g transform="translate(44 92)">
|
||||
<line x1="0" y1="-6" x2="0" y2="6"/>
|
||||
<line x1="-6" y1="0" x2="6" y2="0"/>
|
||||
<line x1="-4" y1="-4" x2="4" y2="4"/>
|
||||
<line x1="-4" y1="4" x2="4" y2="-4"/>
|
||||
</g>
|
||||
<!-- Flake 2 -->
|
||||
<g transform="translate(64 100)">
|
||||
<line x1="0" y1="-6" x2="0" y2="6"/>
|
||||
<line x1="-6" y1="0" x2="6" y2="0"/>
|
||||
<line x1="-4" y1="-4" x2="4" y2="4"/>
|
||||
<line x1="-4" y1="4" x2="4" y2="-4"/>
|
||||
</g>
|
||||
<!-- Flake 3 -->
|
||||
<g transform="translate(84 92)">
|
||||
<line x1="0" y1="-6" x2="0" y2="6"/>
|
||||
<line x1="-6" y1="0" x2="6" y2="0"/>
|
||||
<line x1="-4" y1="-4" x2="4" y2="4"/>
|
||||
<line x1="-4" y1="4" x2="4" y2="-4"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user