Usb Drive Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Usb Drive 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/306838.svg" alt="Usb Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306838.svg" alt="Usb Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306838.svg" alt="Usb Drive icon" :width="24" :height="24" />
CSS background
.icon-usb-drive {
background-image: url('https://proicons.com/icon/306838.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M494 63H381c-12 0-13 7-13 16v204h126V63zm-36 118c0 7-5 12-12 12h-31c-6 0-12-5-12-12v-16c0-7 6-12 12-12h31c7 0 12 5 12 12v16zM632 77c0-11-6-15-17-15-28 1-57 1-86 1h-24v220h127V77zm-36 104c0 7-5 12-12 12h-31c-7 0-12-5-12-12v-16c0-7 5-12 12-12h31c7 0 12 5 12 12v16zm74 110H330c-26 0-35 10-35 36v577c0 24 9 34 33 34h343c25 0 34-9 34-34V326c0-25-10-35-35-35zm9 577c0 22-7 30-29 30H349c-21 0-29-8-29-29v-15c0 20 8 28 29 28h301c22 0 29-8 29-29v15z"/></svg>
Copied!