10 lines
494 B
XML
10 lines
494 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<!-- Kreis Hintergrund -->
|
|
<circle cx="100" cy="100" r="90" fill="#FF9800"/>
|
|
|
|
<!-- Häkchen -->
|
|
<path d="M60 105 l25 25 l55 -60" stroke="#ffffff" stroke-width="15" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
|
|
<!-- Optional: Schriftzug -->
|
|
<!-- <text x="100" y="180" font-family="Arial, sans-serif" font-size="24" fill="#000000" text-anchor="middle">FertigLos</text> -->
|
|
</svg>
|