Enroute Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Enroute 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/340019.svg" alt="Enroute icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340019.svg" alt="Enroute icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340019.svg" alt="Enroute icon" :width="24" :height="24" />
CSS background
.icon-enroute {
background-image: url('https://proicons.com/icon/340019.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.9859,15.35c-.0629,0-.1237.0079-.1861.0094a10.6966,10.6966,0,0,0-19.9882-3.2112c-.0644-.0014-.127-.01-.1918-.01a9.12,9.12,0,0,0,0,18.24H34.9859a7.5141,7.5141,0,1,0,0-15.0281Z"/><polygon class="a" points="28.487 32.745 41.096 35.956 30.706 41.529 30.706 37.137 28.487 32.745"/><line class="a" x1="21.922" y1="37.1371" x2="25.4168" y2="37.1371"/><line class="a" x1="14.4129" y1="37.1371" x2="17.9077" y2="37.1371"/><line class="a" x1="6.9037" y1="37.1371" x2="10.3985" y2="37.1371"/></svg>
Copied!