31 lines
1.9 KiB
XML
31 lines
1.9 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<radialGradient id="ar-glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#00e5ff" stop-opacity="0.35"/>
|
|
<stop offset="100%" stop-color="#00e5ff" 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(#ar-glow)"/>
|
|
<!-- Plastron style écaille de dragon — rangées d'écailles imbriquées -->
|
|
<!-- Rangée 1 -->
|
|
<path d="M42 24 Q50 18 58 24 Q50 32 42 24Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<!-- Rangée 2 -->
|
|
<path d="M30 36 Q38 28 46 36 Q38 44 30 36Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<path d="M54 36 Q62 28 70 36 Q62 44 54 36Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<!-- Rangée 3 -->
|
|
<path d="M22 50 Q30 42 38 50 Q30 58 22 50Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<path d="M42 50 Q50 42 58 50 Q50 58 42 50Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<path d="M62 50 Q70 42 78 50 Q70 58 62 50Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<!-- Rangée 4 -->
|
|
<path d="M30 64 Q38 56 46 64 Q38 72 30 64Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<path d="M54 64 Q62 56 70 64 Q62 72 54 64Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<!-- Rangée 5 -->
|
|
<path d="M42 77 Q50 70 58 77 Q50 84 42 77Z" fill="#00e5ff" fill-opacity="0.22" stroke="#00e5ff" stroke-width="1.6"/>
|
|
<!-- Reflets -->
|
|
<circle cx="50" cy="24" r="1.5" fill="#00e5ff" opacity="0.9"/>
|
|
<circle cx="38" cy="36" r="1.5" fill="#00e5ff" opacity="0.9"/>
|
|
<circle cx="62" cy="36" r="1.5" fill="#00e5ff" opacity="0.9"/>
|
|
<circle cx="50" cy="50" r="1.5" fill="#00e5ff" opacity="0.9"/>
|
|
</svg>
|