Mileage Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mileage 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/329281.svg" alt="Mileage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329281.svg" alt="Mileage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329281.svg" alt="Mileage icon" :width="24" :height="24" />
CSS background
.icon-mileage {
background-image: url('https://proicons.com/icon/329281.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><path class="a" d="M8.59,13.9V43.5h18.9v-23H8.59"/><path class="a" d="M6.19,43.5h23.6"/><path class="a" d="M8.59,10.2V4.5h7.3"/><path class="a" d="M19.19,4.5h8.3V20.6"/><path class="a" d="M27.49,20.5c.5-.9,1.4-2,2.6-2,1.4,0,2.9.7,2.9,3.6,0,1.1,0,8.5.3,9.9s1.1,3.9,4.2,3.9c3.3,0,4.5-4.1,4.3-6.1a105.25,105.25,0,0,0-1.9-10.9c-.7-3.4-3.6-6.9-3.9-8.7a9.47,9.47,0,0,0-3-4.6,9.07,9.07,0,0,0-1.8-1"/></svg>
Copied!