Files
jardin/icons/moon/full_moon.svg
2026-02-22 15:05:40 +01:00

39 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 - Pleine lune">
<title>Pleine lune</title>
<defs>
<linearGradient id="nightSkyFM" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0B1D2A"/>
<stop offset="100%" stop-color="#1C2F3F"/>
</linearGradient>
<radialGradient id="moonFull" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#F8F6EC"/>
<stop offset="70%" stop-color="#E2DECF"/>
<stop offset="100%" stop-color="#CFCBB8"/>
</radialGradient>
</defs>
<!-- Night sky -->
<rect width="128" height="128" rx="20" fill="url(#nightSkyFM)"/>
<!-- Stars -->
<g fill="#FFFFFF" opacity="0.85">
<circle cx="22" cy="24" r="2"/>
<circle cx="104" cy="20" r="1.8"/>
<circle cx="112" cy="48" r="1.5"/>
<circle cx="18" cy="68" r="1.6"/>
<circle cx="96" cy="86" r="2"/>
<circle cx="40" cy="18" r="1.4"/>
</g>
<!-- Full moon -->
<circle cx="64" cy="64" r="38" fill="url(#moonFull)"/>
<!-- Craters -->
<g fill="#BEB9A6" opacity="0.6">
<circle cx="52" cy="50" r="6"/>
<circle cx="76" cy="60" r="5"/>
<circle cx="68" cy="82" r="4"/>
<circle cx="48" cy="72" r="3.5"/>
<circle cx="84" cy="44" r="3"/>
</g>
</svg>