Flash Drive Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Flash 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/305699.svg" alt="Flash Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305699.svg" alt="Flash Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305699.svg" alt="Flash Drive icon" :width="24" :height="24" />
CSS background
.icon-flash-drive {
background-image: url('https://proicons.com/icon/305699.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="M598 208c-30-30-80-30-110 0L24 672c-14 14-21 32-21 51 0 31 46 76 77 106l149 150c28 28 74 28 102 0l464-464c30-30 30-80 0-110L598 208zM800 0L640 160l197 197 160-160L800 0zm17 158l-40-41 33-32 40 40-33 33zm21 21l33-33 41 40-33 33-41-40z"/></svg>
Copied!