Bus Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bus Alt 1 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/305292.svg" alt="Bus Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305292.svg" alt="Bus Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305292.svg" alt="Bus Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-bus-alt-1 {
background-image: url('https://proicons.com/icon/305292.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="M897 198h-40c-7 0-12 6-12 12v197c0 7 6 12 12 12h14v89c0 7-6 12-12 12h-37V186c0-68-55-124-123-124H293c-68 0-123 56-123 124v328h-30c-7 0-12-5-12-12v-96h15c7 0 12-5 12-12V197c0-6-6-11-12-11h-41c-6 0-11 5-11 11v197c0 7 5 12 11 12h16v106c0 7 5 12 11 12h41v242c0 46 26 86 63 107v53c0 6 5 11 12 11h85c7 0 12-5 12-11v-37h305v37c0 6 5 11 11 11h86c6 0 12-5 12-11v-51c39-21 66-62 66-110V531h47c6 0 12-6 12-12V419h16c7 0 12-5 12-12V210c0-6-5-12-12-12zm-542-98c0-7 5-12 12-12h263c7 0 12 5 12 12v43c0 7-5 12-12 12H367c-7 0-12-6-12-12v-43zm31 649c0 6-6 11-12 11H238c-6 0-11-5-11-11v-49c0-6 5-11 11-11h136c6 0 11 5 11 11l1 49zm385 0c0 6-6 11-12 11H623c-6 0-11-5-11-11v-49c0-6 5-11 11-11h136c6 0 12 5 12 11v49zm0-219s-31 97-278 97c-246 0-272-97-272-97V191h549v339z"/></svg>
Copied!