16 lines
645 B
XML
16 lines
645 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
<g fill="none">
|
|
<g stroke="#514070" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<rect x="10" y="16" width="10" height="16" rx="2"/>
|
|
<polygon points="20,18 30,24 20,30"/>
|
|
<path d="M33 18a10 10 0 010 12"/>
|
|
<path d="M38 14a16 16 0 010 20"/>
|
|
</g>
|
|
<g stroke="#B39DDB" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round">
|
|
<rect x="10" y="16" width="10" height="16" rx="2"/>
|
|
<polygon points="20,18 30,24 20,30"/>
|
|
<path d="M33 18a10 10 0 010 12"/>
|
|
<path d="M38 14a16 16 0 010 20"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|