- tektonischer_schlag_icon.svg (Faust + Bodenrisse) - durchbeissen_icon.svg (Schild mit Zähnen) - blutrausch_icon.svg (Klinge mit Bluttropfen) - wirbelwind_icon.svg (Kreisende Klingen) - zornfesseln_icon.svg (Kette mit Haken) - berserker_icon.svg (Schädel mit Flammen) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Blutrausch - Klinge mit Bluttropfen -->
|
|
<defs>
|
|
<linearGradient id="blade2" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#e0e0e0;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#909090;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Klinge diagonal -->
|
|
<polygon points="12,52 18,58 54,16 46,8" fill="url(#blade2)" stroke="#404040" stroke-width="1.5"/>
|
|
|
|
<!-- Blut auf der Klinge -->
|
|
<polygon points="12,52 18,58 54,16 46,8" fill="#cc0000" stroke="none" opacity="0.35"/>
|
|
|
|
<!-- Griff -->
|
|
<rect x="6" y="48" width="18" height="6" rx="2" fill="#6B3A2A" stroke="#3d2010" stroke-width="1.5"
|
|
transform="rotate(-45 15 51)"/>
|
|
|
|
<!-- Bluttropfen -->
|
|
<path d="M 28 42 Q 26 48 28 52 Q 30 56 32 52 Q 34 48 32 42 Z" fill="#cc0000" stroke="#880000" stroke-width="1"/>
|
|
<path d="M 18 32 Q 16 36 18 39 Q 20 42 21 39 Q 22 36 20 32 Z" fill="#cc0000" stroke="#880000" stroke-width="1"/>
|
|
<path d="M 38 28 Q 36 33 38 36 Q 40 39 41 36 Q 42 33 40 28 Z" fill="#cc0000" stroke="#880000" stroke-width="1"/>
|
|
|
|
<!-- DOT Kreise -->
|
|
<circle cx="10" cy="20" r="3" fill="#cc0000" opacity="0.6"/>
|
|
<circle cx="20" cy="12" r="2" fill="#cc0000" opacity="0.4"/>
|
|
<circle cx="4" cy="12" r="2" fill="#cc0000" opacity="0.4"/>
|
|
</svg>
|