Remotenumpad Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Remotenumpad 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/332080.svg" alt="Remotenumpad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332080.svg" alt="Remotenumpad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332080.svg" alt="Remotenumpad icon" :width="24" :height="24" />
CSS background
.icon-remotenumpad {
background-image: url('https://proicons.com/icon/332080.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M10.5,43.5h27a2,2,0,0,0,2-2V6.5a2,2,0,0,0-2-2h-27a2,2,0,0,0-2,2v35A2,2,0,0,0,10.5,43.5Z"/><rect class="a" x="32.17" y="28.46" width="5" height="12.11" rx="1"/><rect class="a" x="32.17" y="14.02" width="5" height="12.11" rx="1"/><rect class="a" x="14.39" y="32.02" width="5" height="12.11" rx="1" transform="translate(-21.19 54.96) rotate(-90)"/><rect class="a" x="25.06" y="35.57" width="5" height="5" rx="1"/><rect class="a" x="25.06" y="28.46" width="5" height="5" rx="1"/><rect class="a" x="10.83" y="28.46" width="5" height="5" rx="1"/><rect class="a" x="17.94" y="28.46" width="5" height="5" rx="1"/><rect class="a" x="25.06" y="21.13" width="5" height="5" rx="1"/><rect class="a" x="10.83" y="21.13" width="5" height="5" rx="1"/><rect class="a" x="17.94" y="21.13" width="5" height="5" rx="1"/><rect class="a" x="25.06" y="14.02" width="5" height="5" rx="1"/><rect class="a" x="10.83" y="14.02" width="5" height="5" rx="1"/><rect class="a" x="17.94" y="14.02" width="5" height="5" rx="1"/><rect class="a" x="25.06" y="6.91" width="5" height="5" rx="1"/><rect class="a" x="32.17" y="6.91" width="5" height="5" rx="1"/><rect class="a" x="10.83" y="6.91" width="5" height="5" rx="1"/><rect class="a" x="17.94" y="6.91" width="5" height="5" rx="1"/></svg>
Copied!