43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Lune - Premier croissant">
|
|
<title>Waxing Crescent</title>
|
|
<defs>
|
|
<linearGradient id="nightSkyWCX" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#0B1D2A"/>
|
|
<stop offset="100%" stop-color="#1C2F3F"/>
|
|
</linearGradient>
|
|
<radialGradient id="moonLightWCX" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#F6F4E8"/>
|
|
<stop offset="100%" stop-color="#D9D6C8"/>
|
|
</radialGradient>
|
|
</defs>
|
|
|
|
<!-- Night sky -->
|
|
<rect width="128" height="128" rx="20" fill="url(#nightSkyWCX)"/>
|
|
|
|
<!-- Stars -->
|
|
<g fill="#FFFFFF" opacity="0.85">
|
|
<circle cx="22" cy="24" r="2"/>
|
|
<circle cx="46" cy="18" r="1.4"/>
|
|
<circle cx="104" cy="22" r="1.8"/>
|
|
<circle cx="112" cy="48" r="1.5"/>
|
|
<circle cx="18" cy="70" r="1.6"/>
|
|
<circle cx="94" cy="88" r="2"/>
|
|
</g>
|
|
|
|
<!-- Dark moon base -->
|
|
<circle cx="64" cy="64" r="36" fill="#2C3E50"/>
|
|
|
|
<!-- Illuminated crescent (right side, waxing) -->
|
|
<path d="
|
|
M64 28
|
|
A36 36 0 0 1 64 100
|
|
A24 36 0 0 0 64 28
|
|
Z"
|
|
fill="url(#moonLightWCX)"/>
|
|
|
|
<!-- Subtle craters on lit crescent -->
|
|
<g fill="#CFCBB8" opacity="0.5">
|
|
<circle cx="74" cy="56" r="3.5"/>
|
|
<circle cx="72" cy="72" r="2.5"/>
|
|
</g>
|
|
</svg> |