34 lines
2.1 KiB
XML
34 lines
2.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<radialGradient id="fa-glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#88aaff" stop-opacity="0.4"/>
|
|
<stop offset="100%" stop-color="#88aaff" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<circle cx="50" cy="50" r="48" fill="#101622" stroke="#1a2436" stroke-width="2"/>
|
|
<circle cx="50" cy="50" r="48" fill="url(#fa-glow)"/>
|
|
<!-- Lanterne en papier avec visage fantôme -->
|
|
<!-- Corde du haut -->
|
|
<line x1="50" y1="14" x2="50" y2="22" stroke="#88aaff" stroke-width="1.8" stroke-linecap="round"/>
|
|
<line x1="44" y1="22" x2="56" y2="22" stroke="#88aaff" stroke-width="1.8" stroke-linecap="round"/>
|
|
<!-- Corps de la lanterne -->
|
|
<path d="M36 22 Q24 38 24 54 Q24 70 36 76 Q50 84 64 76 Q76 70 76 54 Q76 38 64 22 Z"
|
|
fill="#88aaff" fill-opacity="0.12" stroke="#88aaff" stroke-width="2"/>
|
|
<!-- Côtes de lanterne -->
|
|
<path d="M26 36 Q50 32 74 36" fill="none" stroke="#88aaff" stroke-width="1" opacity="0.5"/>
|
|
<path d="M24 50 Q50 46 76 50" fill="none" stroke="#88aaff" stroke-width="1" opacity="0.5"/>
|
|
<path d="M26 64 Q50 60 74 64" fill="none" stroke="#88aaff" stroke-width="1" opacity="0.5"/>
|
|
<!-- Visage fantomatique -->
|
|
<!-- Yeux creux -->
|
|
<ellipse cx="40" cy="48" rx="5" ry="6" fill="#88aaff" fill-opacity="0.35" stroke="#88aaff" stroke-width="1.5"/>
|
|
<ellipse cx="60" cy="48" rx="5" ry="6" fill="#88aaff" fill-opacity="0.35" stroke="#88aaff" stroke-width="1.5"/>
|
|
<!-- Bouche tordue -->
|
|
<path d="M36 60 Q42 66 50 62 Q58 66 64 60" fill="none" stroke="#88aaff" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- Franges du bas de la lanterne -->
|
|
<line x1="40" y1="76" x2="38" y2="86" stroke="#88aaff" stroke-width="1.2" stroke-linecap="round" opacity="0.6"/>
|
|
<line x1="50" y1="78" x2="50" y2="88" stroke="#88aaff" stroke-width="1.2" stroke-linecap="round" opacity="0.6"/>
|
|
<line x1="60" y1="76" x2="62" y2="86" stroke="#88aaff" stroke-width="1.2" stroke-linecap="round" opacity="0.6"/>
|
|
<!-- Lueur intérieure -->
|
|
<ellipse cx="50" cy="52" rx="12" ry="14" fill="#88aaff" fill-opacity="0.08"/>
|
|
</svg>
|