gontrol/static/computer-offline.svg

18 lines
655 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 (offline) -->
<circle cx="60" cy="42.5" r="17" fill="red"/>
<!-- Cross -->
<path d="M51 33.5 L69 51.5 M69 33.5 L51 51.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>