Technical Support Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Technical Support icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348294.svg" alt="Technical Support icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348294.svg" alt="Technical Support icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348294.svg" alt="Technical Support icon" :width="24" :height="24" />
CSS background
.icon-technical-support {
background-image: url('https://proicons.com/icon/348294.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="32.64" r="2.0571"/><path class="c" d="M17.9657,16.7314c0-1.6663.6754-3.1749,1.7674-4.2669,1.092-1.092,2.6006-1.7674,4.2669-1.7674,3.3326,0,6.0343,2.7016,6.0343,6.0343,0,1.6663-.5628,3.3005-1.7674,4.2669-1.2488,1.0018-4.2886,2.6428-4.2886,5.196"/><path class="c" d="M41.1214,21.6214c0-9.4558-7.6655-17.1214-17.1215-17.1214S6.8786,12.1656,6.8786,21.6214c0,7.425,4.7348,13.7275,11.343,16.1003l5.7784,5.7783,5.7784-5.7783c6.6081-2.3727,11.343-8.6753,11.343-16.1003Z"/></svg>
Copied!