19 lines
1013 B
XML
19 lines
1013 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" width="192" height="192">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#7c4dff"/>
|
|
<stop offset="1" stop-color="#b794ff"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="192" height="192" rx="40" fill="#1f1147"/>
|
|
<!-- bluetooth rune -->
|
|
<path d="M96 40 L124 64 L96 92 L96 40 L96 152 L124 128 L96 100"
|
|
fill="none" stroke="url(#g)" stroke-width="9"
|
|
stroke-linejoin="round" stroke-linecap="round"/>
|
|
<line x1="72" y1="64" x2="124" y2="128" stroke="url(#g)" stroke-width="9" stroke-linecap="round"/>
|
|
<line x1="72" y1="128" x2="124" y2="64" stroke="url(#g)" stroke-width="9" stroke-linecap="round"/>
|
|
<!-- sound waves -->
|
|
<path d="M150 78 a26 26 0 0 1 0 36" fill="none" stroke="#b794ff" stroke-width="7" stroke-linecap="round" opacity=".8"/>
|
|
<path d="M40 84 a16 16 0 0 0 0 24" fill="none" stroke="#b794ff" stroke-width="7" stroke-linecap="round" opacity=".8"/>
|
|
</svg>
|