Miles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Miles 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/329282.svg" alt="Miles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329282.svg" alt="Miles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329282.svg" alt="Miles icon" :width="24" :height="24" />
CSS background
.icon-miles {
background-image: url('https://proicons.com/icon/329282.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="e" x1="19.1043" y1="21.4675" x2="19.1043" y2="27.9872"/><polyline class="e" points="9.5 29.649 9.5 23.1365 12.7598 29.0897 16.0197 22.0135 16.0197 28.5232"/><path class="e" d="M34.3098,24.6306c.3998.451.9011.5578,1.5985.4366l.9652-.1677c.8982-.1561,1.6264-1.0108,1.6264-1.909v-.007c0-.8982-.7282-1.4999-1.6264-1.3438l-1.0647.185c-.8992.1563-1.6282-.446-1.6282-1.3452h0c0-.9012.7305-1.7586,1.6317-1.9152l.96-.1668c.6974-.1212,1.1988-.0144,1.5985.4366"/><line class="e" x1="28.3812" y1="26.3752" x2="31.641" y2="25.8087"/><line class="e" x1="28.3812" y1="19.8555" x2="31.641" y2="19.289"/><line class="e" x1="28.3812" y1="23.1153" x2="30.5065" y2="22.746"/><line class="e" x1="28.3812" y1="19.8555" x2="28.3812" y2="26.3752"/><polyline class="e" points="22.3032 20.9117 22.3032 27.4313 25.5631 26.8649"/><g id="c"><path id="d" class="e" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></g></svg>
Copied!