Ir Remote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ir 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/342095.svg" alt="Ir Remote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342095.svg" alt="Ir Remote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342095.svg" alt="Ir Remote icon" :width="24" :height="24" />
CSS background
.icon-ir-remote {
background-image: url('https://proicons.com/icon/342095.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m14.6306,43.5v-20.6564c0-.8166.6574-1.474,1.474-1.474h15.653c.8166,0,1.474.6574,1.474,1.474v20.6564H14.6306"/><circle id="c" class="f" cx="17.9891" cy="24.5387" r="1.474"/><path id="d" class="f" d="m29.9937,14.8592c-1.7294-2.7201-8.5673-5.0418-12.0046,0"/><path id="e" class="f" d="m34.3684,9.2789c-3.9154-4.6189-13.8245-7.9151-20.7368,0"/></svg>
Copied!