Bus Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bus Alt 3 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/305294.svg" alt="Bus Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305294.svg" alt="Bus Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305294.svg" alt="Bus Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-bus-alt-3 {
background-image: url('https://proicons.com/icon/305294.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="M765 62H234c-54 0-98 48-98 108v577c0 33 14 63 36 83v79c0 16 13 29 28 29h105c16 0 28-13 28-29v-54h87v-1l246 1v54c0 16 13 29 29 29h104c16 0 29-13 29-29v-79c22-20 36-50 36-83V170c0-60-44-108-99-108zm-419 46h307v30H346v-30zm62 571H214v-71h194v71zM224 446c-15 0-28-6-28-13V178c0-7 13-13 28-13h551c16 0 29 6 29 13v255c0 8-13 13-29 13H224zm378 233v-71h194v71H602z"/></svg>
Copied!