Deviceinfohw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deviceinfohw 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/339020.svg" alt="Deviceinfohw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339020.svg" alt="Deviceinfohw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339020.svg" alt="Deviceinfohw icon" :width="24" :height="24" />
CSS background
.icon-deviceinfohw {
background-image: url('https://proicons.com/icon/339020.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="13.1684" y="4.5" width="21.6632" height="39" rx="2"/><line class="a" x1="13.1684" y1="38.742" x2="34.8316" y2="38.742"/><line class="a" x1="34.8316" y1="9.258" x2="13.1684" y2="9.258"/><line class="a" x1="24" y1="9.258" x2="24" y2="38.742"/><rect class="a" x="27.4158" y="13.5" width="4" height="4"/><rect class="a" x="27.4158" y="22" width="4" height="4"/><rect class="a" x="27.4158" y="30.5" width="4" height="4"/><line class="a" x1="31.4158" y1="32.5" x2="34.8316" y2="32.5"/><line class="a" x1="27.4158" y1="15.5" x2="24" y2="15.5"/><line class="a" x1="29.4158" y1="17.5" x2="29.4158" y2="22"/><line class="a" x1="29.4158" y1="26" x2="29.4158" y2="30.5"/></svg>
Copied!