DungeonCrawler/icons/wirbelwind_icon.svg
Andre 95adb11ee1 feat: Icons für alle Krieger-Skills erstellt
- 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>
2026-03-19 21:43:37 +01:00

25 lines
1.2 KiB
XML

<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg">
<!-- Wirbelwind - Kreisende Klingen -->
<defs>
<linearGradient id="blade3" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#e0e0e0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#707070;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Wirbel-Spiralen -->
<path d="M 32 32 Q 48 16 52 32 Q 56 48 32 52 Q 8 56 12 32 Q 16 8 32 12 Q 48 16 48 32"
stroke="#ff8800" stroke-width="2" fill="none" stroke-linecap="round" opacity="0.7"/>
<path d="M 32 32 Q 20 18 16 32 Q 12 46 32 50 Q 52 54 52 32 Q 52 10 32 14"
stroke="#ffbb00" stroke-width="1.5" fill="none" stroke-linecap="round" opacity="0.5"/>
<!-- Klinge 1 (horizontal) -->
<polygon points="8,28 8,36 56,34 56,30" fill="url(#blade3)" stroke="#404040" stroke-width="1.5" opacity="0.9"/>
<!-- Klinge 2 (diagonal) -->
<polygon points="18,8 14,14 46,56 50,50" fill="url(#blade3)" stroke="#404040" stroke-width="1.5" opacity="0.9"/>
<!-- Zentrum -->
<circle cx="32" cy="32" r="5" fill="#ff8800" stroke="#cc5500" stroke-width="1.5"/>
<circle cx="32" cy="32" r="2" fill="white" opacity="0.8"/>
</svg>