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="Bruine dense">
|
||||
<title>Bruine dense</title>
|
||||
<defs>
|
||||
<linearGradient id="skyDrizzleDense" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#7EA9D6"/>
|
||||
<stop offset="100%" stop-color="#4F7FAF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="cloudDrizzleDense" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#E8EDF2"/>
|
||||
<stop offset="100%" stop-color="#B9C6D3"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Darker sky -->
|
||||
<rect width="128" height="128" rx="20" fill="url(#skyDrizzleDense)"/>
|
||||
|
||||
<!-- Thick cloud -->
|
||||
<g transform="translate(64 54)">
|
||||
<ellipse cx="0" cy="18" rx="44" ry="24" fill="url(#cloudDrizzleDense)"/>
|
||||
<circle cx="-26" cy="12" r="18" fill="url(#cloudDrizzleDense)"/>
|
||||
<circle cx="12" cy="4" r="22" fill="url(#cloudDrizzleDense)"/>
|
||||
<circle cx="34" cy="14" r="16" fill="url(#cloudDrizzleDense)"/>
|
||||
</g>
|
||||
|
||||
<!-- Dense drizzle (many close drops) -->
|
||||
<g stroke="#FFFFFF" stroke-width="4.5" stroke-linecap="round" opacity="0.95">
|
||||
<line x1="26" y1="84" x2="26" y2="104"/>
|
||||
<line x1="38" y1="90" x2="38" y2="110"/>
|
||||
<line x1="50" y1="84" x2="50" y2="104"/>
|
||||
<line x1="62" y1="90" x2="62" y2="110"/>
|
||||
<line x1="74" y1="84" x2="74" y2="104"/>
|
||||
<line x1="86" y1="90" x2="86" y2="110"/>
|
||||
<line x1="98" y1="84" x2="98" y2="104"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user