30 lines
1.7 KiB
XML
30 lines
1.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<radialGradient id="sn-glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#ff44cc" stop-opacity="0.5"/>
|
|
<stop offset="100%" stop-color="#ff44cc" 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(#sn-glow)"/>
|
|
<!-- Vortex de qi — spirale d'énergie -->
|
|
<!-- Spirale externe -->
|
|
<path d="M50 16 Q72 18 80 36 Q88 54 74 68 Q60 82 42 78 Q24 74 18 58 Q12 42 24 28 Q36 14 52 16"
|
|
fill="none" stroke="#ff44cc" stroke-width="2.2" stroke-linecap="round"/>
|
|
<!-- Spirale intermédiaire -->
|
|
<path d="M50 26 Q64 28 70 42 Q76 56 66 66 Q56 76 42 70 Q28 64 28 50 Q28 36 40 30 Q52 24 62 28"
|
|
fill="none" stroke="#ff44cc" stroke-width="2" stroke-linecap="round" opacity="0.75"/>
|
|
<!-- Spirale interne -->
|
|
<path d="M50 36 Q58 36 62 44 Q66 52 60 60 Q54 66 46 62 Q38 58 38 50 Q38 42 44 38 Q50 34 56 38"
|
|
fill="none" stroke="#ff44cc" stroke-width="1.8" stroke-linecap="round" opacity="0.6"/>
|
|
<!-- Noyau central -->
|
|
<circle cx="50" cy="50" r="8" fill="#ff44cc" fill-opacity="0.2" stroke="#ff44cc" stroke-width="2"/>
|
|
<circle cx="50" cy="50" r="3" fill="#ff44cc" opacity="0.9"/>
|
|
<!-- Particules d'énergie en orbite -->
|
|
<circle cx="50" cy="16" r="2.5" fill="#ff44cc" opacity="0.8"/>
|
|
<circle cx="80" cy="36" r="2" fill="#ff44cc" opacity="0.7"/>
|
|
<circle cx="74" cy="68" r="2.5" fill="#ff44cc" opacity="0.8"/>
|
|
<circle cx="18" cy="58" r="2" fill="#ff44cc" opacity="0.7"/>
|
|
<circle cx="24" cy="28" r="2" fill="#ff44cc" opacity="0.7"/>
|
|
</svg>
|