16 lines
674 B
XML
Executable File
16 lines
674 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 (offline) -->
|
|
<circle cx="50" cy="90" r="13" fill="red"/>
|
|
|
|
<!-- Cross -->
|
|
<path d="M44 84 L56 96 M56 84 L44 96" stroke="white" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|