27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1000" viewBox="0 0 750 750" height="1000" version="1.0">
|
|
<defs>
|
|
<mask id="circle-cutout">
|
|
<rect width="750" height="750" fill="white"/>
|
|
<circle cx="375" cy="375" r="300" fill="black"/>
|
|
</mask>
|
|
<radialGradient id="chip-gradient" cx="40%" cy="38%" r="50%">
|
|
<stop offset="0%" stop-color="#ffee55"/>
|
|
<stop offset="70%" stop-color="#ffcc00"/>
|
|
<stop offset="100%" stop-color="#ccaa00"/>
|
|
</radialGradient>
|
|
<radialGradient id="shine" cx="35%" cy="30%" r="40%">
|
|
<stop offset="0%" stop-color="white" stop-opacity="0.45"/>
|
|
<stop offset="100%" stop-color="white" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<!-- Blaues Feld mit Loch -->
|
|
<rect width="750" height="750" fill="#004aad" mask="url(#circle-cutout)"/>
|
|
<!-- Spielstein -->
|
|
<circle cx="375" cy="375" r="290" fill="url(#chip-gradient)"/>
|
|
<circle cx="375" cy="375" r="290" fill="url(#shine)"/>
|
|
<!-- Dunklere Outline -->
|
|
<circle cx="375" cy="375" r="288" fill="none" stroke="#997700" stroke-width="6"/>
|
|
<!-- Innerer Ring für Realismus -->
|
|
<circle cx="375" cy="375" r="250" fill="none" stroke="#bbaa00" stroke-width="3" opacity="0.5"/>
|
|
</svg>
|