- 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>
43 lines
2.1 KiB
XML
43 lines
2.1 KiB
XML
<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Berserker - Wütender Schädel mit Flammen -->
|
|
<defs>
|
|
<radialGradient id="rage_glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" style="stop-color:#ff4400;stop-opacity:0.8" />
|
|
<stop offset="100%" style="stop-color:#ff0000;stop-opacity:0" />
|
|
</radialGradient>
|
|
<linearGradient id="skull" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#e8e8e8;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#b0b0b0;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Glühen -->
|
|
<circle cx="32" cy="34" r="26" fill="url(#rage_glow)"/>
|
|
|
|
<!-- Flammen oben -->
|
|
<path d="M 20 22 Q 18 12 22 8 Q 20 14 26 12 Q 22 18 28 16 Q 24 20 28 22"
|
|
fill="#ff6600" stroke="none" opacity="0.9"/>
|
|
<path d="M 32 20 Q 30 8 34 4 Q 32 12 38 10 Q 34 16 38 18 Q 34 18 36 22"
|
|
fill="#ff4400" stroke="none" opacity="0.9"/>
|
|
<path d="M 42 22 Q 44 12 42 8 Q 44 14 40 12 Q 44 18 38 16 Q 42 20 38 22"
|
|
fill="#ff6600" stroke="none" opacity="0.9"/>
|
|
|
|
<!-- Schädel -->
|
|
<path d="M 16 40 Q 14 28 32 24 Q 50 28 48 40 L 46 46 L 18 46 Z"
|
|
fill="url(#skull)" stroke="#707070" stroke-width="1.5"/>
|
|
|
|
<!-- Kiefer -->
|
|
<rect x="20" y="46" width="24" height="10" rx="2" fill="url(#skull)" stroke="#707070" stroke-width="1.5"/>
|
|
|
|
<!-- Zähne -->
|
|
<rect x="22" y="46" width="4" height="6" rx="1" fill="white" stroke="#aaaaaa" stroke-width="0.5"/>
|
|
<rect x="28" y="46" width="4" height="7" rx="1" fill="white" stroke="#aaaaaa" stroke-width="0.5"/>
|
|
<rect x="34" y="46" width="4" height="7" rx="1" fill="white" stroke="#aaaaaa" stroke-width="0.5"/>
|
|
<rect x="40" y="46" width="4" height="6" rx="1" fill="white" stroke="#aaaaaa" stroke-width="0.5"/>
|
|
|
|
<!-- Augen (glühend rot) -->
|
|
<ellipse cx="24" cy="36" rx="5" ry="5" fill="#ff2200" stroke="#880000" stroke-width="1"/>
|
|
<ellipse cx="40" cy="36" rx="5" ry="5" fill="#ff2200" stroke="#880000" stroke-width="1"/>
|
|
<ellipse cx="24" cy="36" rx="2.5" ry="2.5" fill="#ff8800"/>
|
|
<ellipse cx="40" cy="36" rx="2.5" ry="2.5" fill="#ff8800"/>
|
|
</svg>
|