30 lines
1.8 KiB
XML
30 lines
1.8 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<radialGradient id="kf-glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#ff2244" stop-opacity="0.4"/>
|
|
<stop offset="100%" stop-color="#ff2244" 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(#kf-glow)"/>
|
|
<!-- Silhouette grue — posture sur une jambe, ailes déployées -->
|
|
<!-- Tête -->
|
|
<circle cx="50" cy="18" r="5" fill="#ff2244" fill-opacity="0.2" stroke="#ff2244" stroke-width="2"/>
|
|
<!-- Corps -->
|
|
<line x1="50" y1="23" x2="50" y2="52" stroke="#ff2244" stroke-width="2.5" stroke-linecap="round"/>
|
|
<!-- Bras gauche déployé vers le haut -->
|
|
<path d="M50 33 Q38 26 24 28" fill="none" stroke="#ff2244" stroke-width="2.5" stroke-linecap="round"/>
|
|
<!-- Bras droit vers le bas en attaque -->
|
|
<path d="M50 33 Q62 36 72 30" fill="none" stroke="#ff2244" stroke-width="2.5" stroke-linecap="round"/>
|
|
<!-- Jambe d'appui -->
|
|
<line x1="50" y1="52" x2="50" y2="78" stroke="#ff2244" stroke-width="2.5" stroke-linecap="round"/>
|
|
<path d="M50 78 Q45 82 40 80" fill="none" stroke="#ff2244" stroke-width="2.5" stroke-linecap="round"/>
|
|
<!-- Jambe levée -->
|
|
<path d="M50 52 Q60 58 66 52 Q70 46 72 50" fill="none" stroke="#ff2244" stroke-width="2.5" stroke-linecap="round"/>
|
|
<!-- Énergie chi — spirales autour du personnage -->
|
|
<path d="M20 45 Q18 38 24 34 Q30 30 28 24" fill="none" stroke="#ff2244" stroke-width="1.2" stroke-linecap="round" opacity="0.5"/>
|
|
<path d="M78 40 Q82 46 78 52 Q74 58 78 64" fill="none" stroke="#ff2244" stroke-width="1.2" stroke-linecap="round" opacity="0.5"/>
|
|
<circle cx="24" cy="28" r="2" fill="#ff2244" opacity="0.8"/>
|
|
<circle cx="72" cy="30" r="2" fill="#ff2244" opacity="0.8"/>
|
|
</svg>
|