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="Neige en grains">
|
||||
<title>Neige en grains</title>
|
||||
<defs>
|
||||
<linearGradient id="skySnowGrain" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#AFCDE8"/>
|
||||
<stop offset="100%" stop-color="#6F9BC2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="cloudSnowGrain" 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(#skySnowGrain)"/>
|
||||
|
||||
<!-- Cloud -->
|
||||
<g transform="translate(64 52)">
|
||||
<ellipse cx="0" cy="20" rx="44" ry="24" fill="url(#cloudSnowGrain)"/>
|
||||
<circle cx="-26" cy="14" r="18" fill="url(#cloudSnowGrain)"/>
|
||||
<circle cx="12" cy="6" r="22" fill="url(#cloudSnowGrain)"/>
|
||||
<circle cx="34" cy="16" r="16" fill="url(#cloudSnowGrain)"/>
|
||||
</g>
|
||||
|
||||
<!-- Snow grains (small pellets) -->
|
||||
<g fill="#FFFFFF">
|
||||
<circle cx="28" cy="88" r="3"/>
|
||||
<circle cx="40" cy="96" r="3"/>
|
||||
<circle cx="52" cy="88" r="3"/>
|
||||
<circle cx="64" cy="100" r="3"/>
|
||||
<circle cx="76" cy="88" r="3"/>
|
||||
<circle cx="88" cy="96" r="3"/>
|
||||
<circle cx="100" cy="88" r="3"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user