Drivee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drivee 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/324756.svg" alt="Drivee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324756.svg" alt="Drivee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324756.svg" alt="Drivee icon" :width="24" :height="24" />
CSS background
.icon-drivee {
background-image: url('https://proicons.com/icon/324756.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="f" d="M5.5,28.5713c1.25-.33,2.87-.8,4.55-1.42-.91-1.98-1.07-4.45-.5-6.48.69-2.52,2.89-5.66,5.43-5.59,3.37.1,4.01,2.55,3.99,4.58-.03,3.46-4.67,5.94-8.92,7.49.38.85.9,1.61,1.57,2.21,2.9,2.6,8.56,2.19,13.78.29-1.28-1.85-2-4.21-1.72-6.9.46-4.47,4.57-8.84,8.24-8.53,3.98.34,4.92,3.16,4.77,5.72-.21,3.65-5.47,7.6-11.29,9.71,1.8,2.64,4.72,4.22,7.42,4.14,3.58-.09,6.86-1.51,9.68-4.04"/></svg>
Copied!