54 lines
2.3 KiB
XML
54 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="400" height="500" viewBox="0 0 400 500" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Weißer Hintergrundkreis -->
|
|
<circle cx="200" cy="200" r="180" fill="#ffffff"/>
|
|
|
|
<!-- Äußerer Ring mit Strichen -->
|
|
<g transform="translate(200,200)">
|
|
<!-- Pink Striche -->
|
|
<path d="M-160,-40 L-120,-40 L-130,-20 L-170,-20 Z" fill="#FF69B4" transform="rotate(0)"/>
|
|
<path d="M-160,-40 L-120,-40 L-130,-20 L-170,-20 Z" fill="#FF69B4" transform="rotate(120)"/>
|
|
|
|
<!-- Gelbe Striche -->
|
|
<path d="M-160,-40 L-120,-40 L-130,-20 L-170,-20 Z" fill="#FFD700" transform="rotate(60)"/>
|
|
<path d="M-160,-40 L-120,-40 L-130,-20 L-170,-20 Z" fill="#FFD700" transform="rotate(180)"/>
|
|
|
|
<!-- Blaue Striche -->
|
|
<path d="M-160,-40 L-120,-40 L-130,-20 L-170,-20 Z" fill="#1E90FF" transform="rotate(240)"/>
|
|
<path d="M-160,-40 L-120,-40 L-130,-20 L-170,-20 Z" fill="#1E90FF" transform="rotate(300)"/>
|
|
</g>
|
|
|
|
<!-- Türkisfarbene Pfote -->
|
|
<g transform="translate(200,200)">
|
|
<!-- Pfotenkörper -->
|
|
<path d="M-40,-60 L40,-60 L40,40 L-40,40 Z" fill="#40E0D0"/>
|
|
|
|
<!-- Pfotenballen (weiß) -->
|
|
<circle cx="0" cy="-20" r="15" fill="white"/>
|
|
<circle cx="-25" cy="0" r="12" fill="white"/>
|
|
<circle cx="25" cy="0" r="12" fill="white"/>
|
|
</g>
|
|
|
|
<!-- Gekreuzte Nähnadeln -->
|
|
<g transform="translate(200,200)">
|
|
<!-- Erste Nadel -->
|
|
<g transform="rotate(45)">
|
|
<line x1="-120" y1="0" x2="120" y2="0" stroke="#333333" stroke-width="3"/>
|
|
<circle cx="-110" cy="0" r="6" stroke="#333333" stroke-width="3" fill="none"/>
|
|
</g>
|
|
|
|
<!-- Zweite Nadel -->
|
|
<g transform="rotate(-45)">
|
|
<line x1="-120" y1="0" x2="120" y2="0" stroke="#333333" stroke-width="3"/>
|
|
<circle cx="-110" cy="0" r="6" stroke="#333333" stroke-width="3" fill="none"/>
|
|
</g>
|
|
</g>
|
|
|
|
<!-- Text -->
|
|
<text x="200" y="440" text-anchor="middle" font-family="Arial Black, sans-serif" font-size="48" font-weight="bold">
|
|
KASICO
|
|
</text>
|
|
<text x="200" y="480" text-anchor="middle" font-family="Arial, sans-serif" font-size="24">
|
|
ART & DESIGN
|
|
</text>
|
|
</svg> |