18 lines
652 B
XML
Executable File
18 lines
652 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="120" height="100" viewBox="0 0 120 100" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Monitor -->
|
|
<rect x="15" y="15" width="90" height="55" rx="6" ry="6" fill="none" stroke="black" stroke-width="4"/>
|
|
|
|
<!-- Status circle (online) -->
|
|
<circle cx="60" cy="42.5" r="17" fill="green"/>
|
|
|
|
<!-- Check mark -->
|
|
<path d="M54 42.5 L58 46.5 L66 38.5" stroke="white" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
|
|
<!-- Stand -->
|
|
<rect x="50" y="70" width="20" height="10" fill="black"/>
|
|
|
|
<!-- Base -->
|
|
<rect x="35" y="80" width="50" height="8" fill="black"/>
|
|
</svg>
|