10 lines
499 B
XML
10 lines
499 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<!-- Silent Mode — two interlocking chain links. Left link muted so the right
|
||
|
|
(acid) reads as the accent; overlap is honest, not faked with clipping. -->
|
||
|
|
<title>Silent Mode</title>
|
||
|
|
<rect x="3.5" y="10" width="15" height="12" rx="6" ry="6"
|
||
|
|
fill="none" stroke="#8b98a9" stroke-width="2.5"/>
|
||
|
|
<rect x="13.5" y="10" width="15" height="12" rx="6" ry="6"
|
||
|
|
fill="none" stroke="#d6ff3d" stroke-width="2.5"/>
|
||
|
|
</svg>
|