Smart Remote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Remote 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/332922.svg" alt="Smart Remote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332922.svg" alt="Smart Remote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332922.svg" alt="Smart Remote icon" :width="24" :height="24" />
CSS background
.icon-smart-remote {
background-image: url('https://proicons.com/icon/332922.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24.1195" cy="28.8179" r="2.7195"/><path class="c" d="m14.3406,8.953c2.1247-2.7588,5.7389-4.4309,9.6248-4.4528,3.8859-.0219,7.5261,1.6092,9.6939,4.3437"/><path class="c" d="m19.5996,12.9784c.9624-1.2497,2.5996-2.0071,4.3598-2.017,1.7602-.01,3.4091.7289,4.3911,1.9676"/><rect class="c" x="17.8076" y="18.0229" width="12.4799" height="25.4771" rx="2.3609" ry="2.3609"/></svg>
Copied!