Remote Support Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Remote 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/346635.svg" alt="Remote Support icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346635.svg" alt="Remote Support icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346635.svg" alt="Remote Support icon" :width="24" :height="24" />
CSS background
.icon-remote-support {
background-image: url('https://proicons.com/icon/346635.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="Layer_4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M23.5253,39.7599c.6321.0608,1.2643.0973,1.9086.0973,9.7009,0,17.5662-7.8774,17.5662-17.5783S35.1347,4.7126,25.4338,4.7126,7.8677,12.5779,7.8677,22.2788c0,.9847.0851,1.945.2431,2.8811"/><path class="cls-1" d="M26.224,32.1863c5.1301-.4012,9.1539-4.6803,9.1539-9.9076,0-5.4947-4.4493-9.944-9.944-9.944-5.4218,0-9.8225,4.3277-9.944,9.7131"/><polyline class="cls-1" points="36.381 8.539 35.5438 12.4277 31.5288 14.4209"/><circle class="cls-1" cx="15.6202" cy="32.6671" r="10.6202"/><path class="cls-1" d="M21.2508,30.8285c0-3.1127-2.5234-5.6361-5.6361-5.6361s-5.6361,2.5234-5.6361,5.6361v2.2581"/><line class="cls-1" x1="11.8243" y1="35.3447" x2="11.8243" y2="30.8285"/><path class="cls-1" d="M21.2508,30.8285v2.2581"/><line class="cls-1" x1="19.4051" y1="35.3447" x2="19.4051" y2="30.8285"/><path class="cls-1" d="M16.7441,39.3794c4.5766,0,4.5067-2.4742,4.5067-6.2928"/></svg>
Copied!