21 lines
972 B
Plaintext
21 lines
972 B
Plaintext
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="comingSoonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#9E9E9E;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#757575;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Hintergrund -->
|
|
<rect width="64" height="64" rx="12" fill="url(#comingSoonGradient)"/>
|
|
|
|
<!-- Fragezeichen -->
|
|
<circle cx="32" cy="32" r="16" fill="#FFF" stroke="#333" stroke-width="2"/>
|
|
<text x="32" y="38" text-anchor="middle" font-family="Arial" font-size="20" font-weight="bold" fill="#333">?</text>
|
|
|
|
<!-- Uhr-Symbol -->
|
|
<circle cx="48" cy="16" r="6" fill="#FFD93D" stroke="#FFF" stroke-width="1"/>
|
|
<line x1="48" y1="16" x2="48" y2="12" stroke="#333" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="48" y1="16" x2="51" y2="16" stroke="#333" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|