33 lines
2.0 KiB
XML
33 lines
2.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<radialGradient id="sp-glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#ffe033" stop-opacity="0.45"/>
|
|
<stop offset="100%" stop-color="#ffe033" 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(#sp-glow)"/>
|
|
<!-- Papier talisman (符) qui vole -->
|
|
<!-- Papier incliné -->
|
|
<rect x="30" y="20" width="40" height="58" rx="3" ry="3"
|
|
fill="#ffe033" fill-opacity="0.12" stroke="#ffe033" stroke-width="2"
|
|
transform="rotate(-12 50 50)"/>
|
|
<!-- Lignes d'écriture de talisman -->
|
|
<line x1="36" y1="30" x2="62" y2="26" stroke="#ffe033" stroke-width="1.8" stroke-linecap="round" opacity="0.8" transform="rotate(-12 50 50)"/>
|
|
<line x1="34" y1="38" x2="64" y2="34" stroke="#ffe033" stroke-width="1.4" stroke-linecap="round" opacity="0.6" transform="rotate(-12 50 50)"/>
|
|
<line x1="33" y1="46" x2="63" y2="42" stroke="#ffe033" stroke-width="1.4" stroke-linecap="round" opacity="0.6" transform="rotate(-12 50 50)"/>
|
|
<!-- Grand caractère fu (符) au centre -->
|
|
<text x="50" y="58" text-anchor="middle" font-size="26" font-family="serif"
|
|
fill="#ffe033" fill-opacity="0.7" transform="rotate(-12 50 50)">符</text>
|
|
<!-- Lignes de sceau en bas -->
|
|
<line x1="34" y1="66" x2="64" y2="62" stroke="#ffe033" stroke-width="1.8" stroke-linecap="round" opacity="0.8" transform="rotate(-12 50 50)"/>
|
|
<!-- Énergie qui s'échappe du papier -->
|
|
<path d="M72 22 Q80 16 82 22 Q76 26 72 22Z" fill="#ffe033" fill-opacity="0.5"/>
|
|
<path d="M76 32 Q84 28 86 34 Q80 36 76 32Z" fill="#ffe033" fill-opacity="0.4"/>
|
|
<path d="M22 60 Q14 56 14 62 Q20 64 22 60Z" fill="#ffe033" fill-opacity="0.4"/>
|
|
<!-- Petites étincelles -->
|
|
<circle cx="80" cy="26" r="1.5" fill="#ffe033" opacity="0.9"/>
|
|
<circle cx="18" cy="62" r="1.5" fill="#ffe033" opacity="0.9"/>
|
|
<circle cx="74" cy="40" r="1" fill="#ffe033" opacity="0.7"/>
|
|
</svg>
|