- 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>
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Durchbeißen - Schild (Schildwall) / Zähne (Trotz) -->
|
|
<defs>
|
|
<linearGradient id="shield" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#a0c4ff;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#2255aa;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Schild Form -->
|
|
<path d="M 32 6 L 56 18 L 56 36 Q 56 52 32 60 Q 8 52 8 36 L 8 18 Z"
|
|
fill="url(#shield)" stroke="#1a3d7a" stroke-width="2.5"/>
|
|
|
|
<!-- Schild Verstärkung (Kreuz) -->
|
|
<line x1="32" y1="10" x2="32" y2="56" stroke="#1a3d7a" stroke-width="2" opacity="0.5"/>
|
|
<line x1="12" y1="28" x2="52" y2="28" stroke="#1a3d7a" stroke-width="2" opacity="0.5"/>
|
|
|
|
<!-- Zähne unten — Trotz Symbol -->
|
|
<path d="M 20 44 L 24 52 L 28 44 L 32 52 L 36 44 L 40 52 L 44 44"
|
|
stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" opacity="0.8"/>
|
|
|
|
<!-- Glanz -->
|
|
<path d="M 16 18 Q 20 14 26 16" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" opacity="0.6"/>
|
|
</svg>
|