Bus Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bus Alt 2 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/305293.svg" alt="Bus Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305293.svg" alt="Bus Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305293.svg" alt="Bus Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-bus-alt-2 {
background-image: url('https://proicons.com/icon/305293.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M257 583c-45 0-82 37-82 82s37 81 82 81 81-37 81-81-37-82-81-82zm0 117c-20 0-36-16-36-35s16-36 36-36 35 16 35 36c0 19-16 35-35 35zm477-117c-45 0-82 37-82 82s37 81 82 81 81-37 81-81-36-82-81-82zm0 117c-20 0-36-16-36-35s16-36 36-36c19 0 35 16 35 36s-16 35-35 35zm155-446H160c-27 0-53 21-59 48L72 408c-5 26-9 69-9 96v112c0 27 21 49 48 49h50c0-53 43-96 96-96s95 43 95 96h286c0-53 43-96 96-96s96 43 96 96h59c27 0 49-22 49-49V303c-1-27-22-49-49-49zM264 459H151l18-42c3-8 0-16-8-20-7-3-16 1-19 8l-22 53c-15-4-24-18-21-35l26-104c4-20 23-36 43-36h96v176zm217 0H294V283h187v176zm216 0H510V283h187v176zm211-36c0 20-17 36-37 36H726V283h145c20 0 37 17 37 37v103z"/></svg>
Copied!