Mybus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mybus 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/344381.svg" alt="Mybus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344381.svg" alt="Mybus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344381.svg" alt="Mybus icon" :width="24" :height="24" />
CSS background
.icon-mybus {
background-image: url('https://proicons.com/icon/344381.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.955,5.5023c-7.5856-.0007-13.812,2.9673-14.0888,6.7158h-.009l-1.0623,25.5376h2.9438c-.0053.0614-.0076.123-.0068.1846v2.6467c0,1.0578.8507,1.913,1.913,1.913h.8507c1.06,0,1.913-.8552,1.913-1.913v-2.6512c0-.0616-.0029-.1232-.009-.1846h15.2096c-.0061.0613-.0091.1229-.009.1846v2.6422c0,1.0578.8507,1.9153,1.913,1.9153h.8507c1.06,0,1.913-.8552,1.913-1.9153v-2.6422c0-.0616-.003-.1232-.009-.1846h2.937l-1.1613-25.6637h-.0135c-.4108-3.6955-6.5908-6.5878-14.0753-6.5875v.0023Z"/><circle class="c" cx="14.0883" cy="30.9274" r="2.2506"/><circle class="c" cx="33.9094" cy="30.9274" r="2.2506"/><path class="c" d="M17.5678,9.4408h12.7317"/><path class="c" d="M12.0583,23.3991h23.6471l-1.3931-11.19H13.6247l-1.5664,11.19Z"/></svg>
Copied!