9 lines
584 B
XML
9 lines
584 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<!-- Removed the solid background rect so the SVG is transparent -->
|
|
<rect x="60" y="90" width="80" height="60" fill="#cbd5e0" rx="10"/>
|
|
<path d="M70 90 V70 A30 30 0 0 1 130 70 V90" fill="none" stroke="#cbd5e0" stroke-width="15" stroke-linecap="round"/>
|
|
<circle cx="100" cy="120" r="10" fill="#4a5568"/>
|
|
<path d="M97 120 L95 135 H105 L103 120" fill="#4a5568"/>
|
|
<text x="100" y="180" font-family="sans-serif" font-size="14" fill="#a0aec0" text-anchor="middle">TOP SECRET</text>
|
|
</svg>
|