Usbkeyboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Usbkeyboard 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/334601.svg" alt="Usbkeyboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334601.svg" alt="Usbkeyboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334601.svg" alt="Usbkeyboard icon" :width="24" :height="24" />
CSS background
.icon-usbkeyboard {
background-image: url('https://proicons.com/icon/334601.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><rect class="a" x="4.5" y="11.87" width="12.13" height="12.13" rx="1.73"/><rect class="a" x="16.63" y="11.87" width="12.13" height="12.13" rx="1.73"/><rect class="a" x="28.77" y="11.87" width="12.13" height="12.13" rx="1.73"/><rect class="a" x="7.1" y="24" width="12.13" height="12.13" rx="1.73"/><rect class="a" x="19.23" y="24" width="12.13" height="12.13" rx="1.73"/><rect class="a" x="31.37" y="24" width="12.13" height="12.13" rx="1.73"/><line class="a" x1="21.65" y1="21.43" x2="23.75" y2="21.43"/><line class="a" x1="21.65" y1="14.43" x2="23.75" y2="14.43"/><line class="a" x1="22.7" y1="14.43" x2="22.7" y2="21.43"/><path class="a" d="M11.42,26.57h3.5v5.25a1.76,1.76,0,0,1-1.75,1.75h0a1.75,1.75,0,0,1-1.75-1.75v-.58"/><line class="a" x1="23.42" y1="26.57" x2="23.42" y2="33.57"/><polyline class="a" points="27.18 33.57 24.3 30.07 27.18 26.59"/><line class="a" x1="24.3" y1="30.07" x2="23.42" y2="30.07"/><path class="a" d="M32.51,19.11a2.32,2.32,0,0,0,4.64,0V16.75a2.32,2.32,0,0,0-4.64,0Z"/><path class="a" d="M8.25,14.43v4.68a2.32,2.32,0,0,0,4.64,0V14.43"/><polyline class="a" points="35.68 26.57 35.68 33.57 39.18 33.57"/></svg>
Copied!