51 lines
1.4 KiB
XML
51 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- 中心控制器 -->
|
|
<rect x="32" y="32" width="16" height="16" rx="4"
|
|
stroke="#4080ff"
|
|
stroke-width="3"
|
|
fill="none"/>
|
|
|
|
<!-- 连接的设备 -->
|
|
<circle cx="24" cy="24" r="6"
|
|
stroke="#4080ff"
|
|
stroke-width="2.5"
|
|
fill="none"/>
|
|
<circle cx="56" cy="24" r="6"
|
|
stroke="#4080ff"
|
|
stroke-width="2.5"
|
|
fill="none"/>
|
|
<circle cx="24" cy="56" r="6"
|
|
stroke="#4080ff"
|
|
stroke-width="2.5"
|
|
fill="none"/>
|
|
<circle cx="56" cy="56" r="6"
|
|
stroke="#4080ff"
|
|
stroke-width="2.5"
|
|
fill="none"/>
|
|
|
|
<!-- 连接线 -->
|
|
<line x1="28" y1="28" x2="32" y2="32"
|
|
stroke="#4080ff"
|
|
stroke-width="2"
|
|
stroke-linecap="round"/>
|
|
<line x1="52" y1="28" x2="48" y2="32"
|
|
stroke="#4080ff"
|
|
stroke-width="2"
|
|
stroke-linecap="round"/>
|
|
<line x1="28" y1="52" x2="32" y2="48"
|
|
stroke="#4080ff"
|
|
stroke-width="2"
|
|
stroke-linecap="round"/>
|
|
<line x1="52" y1="52" x2="48" y2="48"
|
|
stroke="#4080ff"
|
|
stroke-width="2"
|
|
stroke-linecap="round"/>
|
|
|
|
<!-- 脉冲圆环 -->
|
|
<circle cx="40" cy="40" r="28"
|
|
stroke="#4080ff"
|
|
stroke-width="2"
|
|
stroke-dasharray="4 4"
|
|
fill="none"/>
|
|
</svg> |