Files
fvtt-chroniques-de-l-etrange/images/icons/icon-sanhei.svg
T
2026-05-12 00:34:47 +02:00

32 lines
2.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<radialGradient id="sh-glow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#00ff9f" stop-opacity="0.45"/>
<stop offset="100%" stop-color="#00ff9f" 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(#sh-glow)"/>
<!-- Trois souffles (三氣) — trois spirales en trinity -->
<!-- Spirale 1 — haut gauche -->
<path d="M36 38 Q28 30 30 22 Q34 14 42 18 Q50 22 48 30 Q46 36 38 38 Q32 38 30 34"
fill="none" stroke="#00ff9f" stroke-width="2.2" stroke-linecap="round"/>
<circle cx="30" cy="34" r="2.5" fill="#00ff9f" opacity="0.8"/>
<!-- Spirale 2 — haut droite -->
<path d="M64 38 Q72 30 70 22 Q66 14 58 18 Q50 22 52 30 Q54 36 62 38 Q68 38 70 34"
fill="none" stroke="#00ff9f" stroke-width="2.2" stroke-linecap="round"/>
<circle cx="70" cy="34" r="2.5" fill="#00ff9f" opacity="0.8"/>
<!-- Spirale 3 — bas centre -->
<path d="M50 72 Q42 76 36 72 Q30 64 36 58 Q42 52 50 56 Q58 60 58 68 Q56 76 50 78"
fill="none" stroke="#00ff9f" stroke-width="2.2" stroke-linecap="round"/>
<circle cx="50" cy="78" r="2.5" fill="#00ff9f" opacity="0.8"/>
<!-- Connexions entre les trois spirales -->
<line x1="36" y1="38" x2="42" y2="48" stroke="#00ff9f" stroke-width="1.5" stroke-linecap="round" opacity="0.5"/>
<line x1="64" y1="38" x2="58" y2="48" stroke="#00ff9f" stroke-width="1.5" stroke-linecap="round" opacity="0.5"/>
<line x1="42" y1="48" x2="58" y2="48" stroke="#00ff9f" stroke-width="1.5" stroke-linecap="round" opacity="0.5"/>
<line x1="50" y1="48" x2="50" y2="56" stroke="#00ff9f" stroke-width="1.5" stroke-linecap="round" opacity="0.5"/>
<!-- Centre lumineux -->
<circle cx="50" cy="48" r="5" fill="#00ff9f" fill-opacity="0.25" stroke="#00ff9f" stroke-width="1.5"/>
<circle cx="50" cy="48" r="2" fill="#00ff9f" opacity="0.9"/>
</svg>