Mo Bus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mo Bus 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/343966.svg" alt="Mo Bus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343966.svg" alt="Mo Bus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343966.svg" alt="Mo Bus icon" :width="24" :height="24" />
CSS background
.icon-mo-bus {
background-image: url('https://proicons.com/icon/343966.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m16.778,28h0c-1.5,0-2.6-1.2-2.6-2.6v-2.7c0-1.5,1.2-2.7,2.6-2.7h0c1.5,0,2.7,1.2,2.7,2.7v2.6c0,1.5-1.2,2.7-2.7,2.7Z"/><line class="b" x1="26.9" y1="24" x2="23.7" y2="24"/><path class="b" d="m26.9,24c1.1,0,2,.9,2,2s-.9,2-2,2h-3.3v-8h3.3c1.1,0,2,.9,2,2s-.9,2-2,2Z"/><path class="b" d="m31.322,20v5.3c0,1.5,1.2,2.7,2.6,2.7s2.6-1.2,2.6-2.7v-5.3"/><path class="b" d="m39.044,27.1c.5.6,1.1.9,2,.9h1.2c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2h-1.3c-1.1,0-2-.9-2-2h0c0-1.1.9-2,2-2h1.2c.9,0,1.5.2,2,.9"/><polyline class="b" points="3.756 27.9 3.756 20 7.756 28 11.756 20 11.756 28"/><path class="b" d="m45.5,30.804c-3.121,8.729-11.77,14.603-21.5,14.603S5.621,39.533,2.51,30.813h31.537l-5.067,4.807"/><path class="b" d="m2.5,17.01C5.621,8.282,14.27,2.408,24,2.408s18.379,5.874,21.5,14.604H13.974l5.067-4.8"/></svg>
Copied!