Drive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/339311.svg" alt="Drive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339311.svg" alt="Drive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339311.svg" alt="Drive icon" :width="24" :height="24" />
CSS background
.icon-drive {
background-image: url('https://proicons.com/icon/339311.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m43.8,17.8c-.8-1.3-2.1-2.3-3.6-3-1.6-.7-3.4-1.1-5.6-1.1h-9.3l-.8,4h-2.5l.8-4.1h-5l-.8,4.1h-2.5l.8-4h-5l-.8,4.1h-4.1l-1,5h4.1l-.5,2.5h-4l-1,5h4l-.8,4h5l.8-4h2.5l-.8,4.1h5l.8-4h2.5l-.8,4h11c2.5,0,4.7-.5,6.6-1.5,2-1,3.5-2.3,4.5-4.2,1.1-1.8,1.7-3.9,1.7-6.3,0-1.7-.4-3.2-1.2-4.6Z"/><polygon class="c" points="13 25.3 13.5 22.8 16 22.8 15.5 25.3 13 25.3"/><polygon class="c" points="20.5 25.3 21 22.8 23.5 22.8 23 25.3 20.5 25.3"/><path class="c" d="m36.6,27.2c-1,1.1-2.4,1.7-4.2,1.7h-3.2l2-9.7h2.6c1.4,0,2.4.3,3.2,1,.7.6,1.1,1.6,1.1,2.7-.1,1.8-.6,3.2-1.5,4.3Z"/></svg>
Drive in other icon packs
Copied!