37 lines
2.1 KiB
XML
37 lines
2.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<radialGradient id="wp-glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#ff6b35" stop-opacity="0.4"/>
|
|
<stop offset="100%" stop-color="#ff6b35" 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(#wp-glow)"/>
|
|
<!-- Deux couteaux papillon (wing chun) croisés -->
|
|
<!-- Couteau 1 — orientation ↗ -->
|
|
<!-- Lame gauche -->
|
|
<path d="M24 72 Q28 60 36 50 Q44 40 56 28 L58 32 Q48 44 40 54 Q32 64 28 76 Z"
|
|
fill="#ff6b35" fill-opacity="0.25" stroke="#ff6b35" stroke-width="1.8"/>
|
|
<!-- Garde en D couteau 1 -->
|
|
<path d="M36 50 Q32 46 28 48 Q26 52 30 54 Q34 56 36 50Z"
|
|
fill="#ff6b35" fill-opacity="0.4" stroke="#ff6b35" stroke-width="1.5"/>
|
|
<!-- Manche couteau 1 -->
|
|
<line x1="28" y1="76" x2="20" y2="84" stroke="#ff6b35" stroke-width="3.5" stroke-linecap="round"/>
|
|
<!-- Couteau 2 — orientation ↖ croisé -->
|
|
<!-- Lame droite -->
|
|
<path d="M76 72 Q72 60 64 50 Q56 40 44 28 L42 32 Q52 44 60 54 Q68 64 72 76 Z"
|
|
fill="#ff6b35" fill-opacity="0.25" stroke="#ff6b35" stroke-width="1.8"/>
|
|
<!-- Garde en D couteau 2 -->
|
|
<path d="M64 50 Q68 46 72 48 Q74 52 70 54 Q66 56 64 50Z"
|
|
fill="#ff6b35" fill-opacity="0.4" stroke="#ff6b35" stroke-width="1.5"/>
|
|
<!-- Manche couteau 2 -->
|
|
<line x1="72" y1="76" x2="80" y2="84" stroke="#ff6b35" stroke-width="3.5" stroke-linecap="round"/>
|
|
<!-- Reflets sur les lames -->
|
|
<line x1="42" y1="44" x2="46" y2="40" stroke="#ff6b35" stroke-width="1" stroke-linecap="round" opacity="0.7"/>
|
|
<line x1="58" y1="44" x2="54" y2="40" stroke="#ff6b35" stroke-width="1" stroke-linecap="round" opacity="0.7"/>
|
|
<!-- Étincelle au croisement -->
|
|
<circle cx="50" cy="50" r="3" fill="#ff6b35" opacity="0.9"/>
|
|
<line x1="50" y1="44" x2="50" y2="56" stroke="#ff6b35" stroke-width="1" stroke-linecap="round" opacity="0.6"/>
|
|
<line x1="44" y1="50" x2="56" y2="50" stroke="#ff6b35" stroke-width="1" stroke-linecap="round" opacity="0.6"/>
|
|
</svg>
|