10 lines
588 B
XML
10 lines
588 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<rect x="2" y="2" width="60" height="60" rx="12" fill="#1f6feb"/>
|
|
<rect x="10" y="18" width="20" height="8" rx="3" fill="#ffffff" opacity="0.95"/>
|
|
<rect x="34" y="18" width="20" height="8" rx="3" fill="#ffffff" opacity="0.55"/>
|
|
<rect x="10" y="30" width="44" height="24" rx="4" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="22" cy="42" r="4" fill="#1f6feb"/>
|
|
<path d="M28 42 h14" stroke="#1f6feb" stroke-width="3" stroke-linecap="round"/>
|
|
<circle cx="46" cy="42" r="4" fill="#1f6feb"/>
|
|
</svg>
|