14 lines
750 B
XML
14 lines
750 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<!-- Claw / trait mark: three slash marks with a radiating spark -->
|
|
<g fill="none" stroke="#c0392b" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Three diagonal claw marks -->
|
|
<line x1="22" y1="20" x2="48" y2="62" stroke-width="7" opacity="0.9"/>
|
|
<line x1="36" y1="18" x2="58" y2="60" stroke-width="7" opacity="0.75"/>
|
|
<line x1="50" y1="18" x2="68" y2="58" stroke-width="7" opacity="0.6"/>
|
|
<!-- Bolt / energy accent -->
|
|
<polyline points="60,30 52,50 64,50 54,72" stroke="#e74c3c" stroke-width="4" opacity="0.85"/>
|
|
</g>
|
|
<!-- Outer ring frame -->
|
|
<circle cx="50" cy="50" r="46" fill="none" stroke="#7f1d1d" stroke-width="3" opacity="0.5"/>
|
|
</svg>
|