16 lines
673 B
XML
Executable File
16 lines
673 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="100" height="120" viewBox="0 0 100 120" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Server body -->
|
|
<rect x="20" y="15" width="60" height="90" rx="6" ry="6" fill="none" stroke="black" stroke-width="4"/>
|
|
|
|
<!-- Server panel lines -->
|
|
<line x1="25" y1="40" x2="75" y2="40" stroke="black" stroke-width="2"/>
|
|
<line x1="25" y1="65" x2="75" y2="65" stroke="black" stroke-width="2"/>
|
|
|
|
<!-- Status circle (online) -->
|
|
<circle cx="50" cy="90" r="13" fill="green"/>
|
|
|
|
<!-- Check mark -->
|
|
<path d="M45 89 L48 93 L55 85" stroke="white" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|