Smart Remote 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Remote 2 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/332923.svg" alt="Smart Remote 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332923.svg" alt="Smart Remote 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332923.svg" alt="Smart Remote 2 icon" :width="24" :height="24" />
CSS background
.icon-smart-remote-2 {
background-image: url('https://proicons.com/icon/332923.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="f" d="M33.23899841,19.16851132c1.12522125-1.02259636,2.59153366-1.58850861,4.11199951-1.58699989,3.39599991,0,6.14900208,2.77000046,6.14900208,6.18799973,0,3.41699982-2.75299835,6.18700027-6.15000153,6.18700027-2.3429985,0-3.66300201-1.34199905-5.29100037-2.97999954l-10.11999893-10.24499893c-1.90675354-1.93185425-4.50964165-3.01675129-7.22399998-3.01099968-5.64199924-.00100231-10.2149992,4.60199738-10.2149992,10.27899742s4.57299995,10.27999878,10.21500015,10.27999878c3.98200035,0,7.15200043-2.28199959,9.36999893-5.53700066"/></svg>
Copied!