10 lines
518 B
XML
10 lines
518 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
|
|
<!-- 服务器主体 -->
|
|
<rect x="20" y="20" width="60" height="60" fill="#4CAF50" stroke="#2E7D32" stroke-width="2"/>
|
|
<!-- 服务器前面的插槽 -->
|
|
<rect x="30" y="30" width="40" height="10" fill="#81C784"/>
|
|
<rect x="30" y="45" width="40" height="10" fill="#81C784"/>
|
|
<rect x="30" y="60" width="40" height="10" fill="#81C784"/>
|
|
<!-- 服务器指示灯 -->
|
|
<circle cx="75" cy="75" r="5" fill="#FFEB3B"/>
|
|
</svg> |