26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
|
|
<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="supportGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- Headset -->
|
||
|
|
<path d="M 25 35 Q 25 25 40 25 Q 55 25 55 35 L 55 45 Q 55 50 50 50 L 47 50 L 47 40 L 53 40 L 53 35 Q 53 30 40 30 Q 27 30 27 35 L 27 40 L 33 40 L 33 50 L 30 50 Q 25 50 25 45 Z"
|
||
|
|
fill="url(#supportGrad)"/>
|
||
|
|
|
||
|
|
<!-- Microphone -->
|
||
|
|
<rect x="38" y="45" width="4" height="8" fill="url(#supportGrad)" rx="2"/>
|
||
|
|
<line x1="40" y1="53" x2="40" y2="58" stroke="url(#supportGrad)" stroke-width="2"/>
|
||
|
|
<line x1="36" y1="58" x2="44" y2="58" stroke="url(#supportGrad)" stroke-width="2"/>
|
||
|
|
|
||
|
|
<!-- 24/7 indicators -->
|
||
|
|
<circle cx="15" cy="15" r="3" fill="url(#supportGrad)"/>
|
||
|
|
<circle cx="65" cy="15" r="3" fill="url(#supportGrad)"/>
|
||
|
|
<text x="15" y="18" font-family="Arial" font-size="8" fill="white" text-anchor="middle">24</text>
|
||
|
|
<text x="65" y="18" font-family="Arial" font-size="8" fill="white" text-anchor="middle">7</text>
|
||
|
|
|
||
|
|
<!-- Support waves -->
|
||
|
|
<path d="M 15 45 Q 25 40 35 45" stroke="url(#supportGrad)" stroke-width="1.5" fill="none" opacity="0.6"/>
|
||
|
|
<path d="M 45 45 Q 55 40 65 45" stroke="url(#supportGrad)" stroke-width="1.5" fill="none" opacity="0.6"/>
|
||
|
|
</svg>
|