40 Zeilen
1.2 KiB
XML
40 Zeilen
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Shield only - light version (#232D53 on transparent) -->
|
|
<g transform="translate(100, 100)">
|
|
<!-- Center the shield -->
|
|
<g transform="translate(-50, -72.5)">
|
|
<!-- Angular shield shape -->
|
|
<path d="M 35 30
|
|
L 65 30
|
|
L 75 40
|
|
L 75 80
|
|
L 50 115
|
|
L 25 80
|
|
L 25 40
|
|
L 35 30 Z"
|
|
fill="none"
|
|
stroke="#232D53"
|
|
stroke-width="3.5"
|
|
stroke-linejoin="miter"/>
|
|
|
|
<!-- Eye centered in shield -->
|
|
<g transform="translate(50, 65)">
|
|
<!-- Almond/football shaped eye -->
|
|
<ellipse cx="0" cy="0" rx="24" ry="13"
|
|
fill="none"
|
|
stroke="#232D53"
|
|
stroke-width="3.5"/>
|
|
|
|
<!-- Circular iris -->
|
|
<circle cx="0" cy="0" r="10"
|
|
fill="none"
|
|
stroke="#232D53"
|
|
stroke-width="3.5"/>
|
|
|
|
<!-- Pupil -->
|
|
<circle cx="0" cy="0" r="4" fill="#232D53"/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg> |