Redbus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Redbus 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/346575.svg" alt="Redbus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346575.svg" alt="Redbus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346575.svg" alt="Redbus icon" :width="24" :height="24" />
CSS background
.icon-redbus {
background-image: url('https://proicons.com/icon/346575.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><circle id="d" class="g" cx="15.1765" cy="32.5251" r="4.134"/><circle id="e" class="g" cx="34.3571" cy="31.0277" r="4.134"/><path id="f" class="g" d="m19.0765,31.1538l11.2019-1.2127m7.776-.8418l4.6374-.4612c1.9639-6.9889.2728-15.4862-4.2478-16.6791-5.6062-1.4794-21.9715-.3029-30.9631,3.5324-4.7467,2.0952-2.9655,9.3117-.5573,16.9783l4.0241-.4357"/></g></g></svg>
Copied!