Swindon Bus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swindon 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/333538.svg" alt="Swindon Bus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333538.svg" alt="Swindon Bus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333538.svg" alt="Swindon Bus icon" :width="24" :height="24" />
CSS background
.icon-swindon-bus {
background-image: url('https://proicons.com/icon/333538.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M45.5,24A21.5,21.5,0,1,1,24,2.5,21.5,21.5,0,0,1,45.5,24Z"/><line class="a" x1="16.9028" y1="3.699" x2="16.9028" y2="44.301"/><line class="a" x1="12.3802" y1="5.9074" x2="12.3802" y2="42.0926"/><circle class="b" cx="24.9232" cy="15.7103" r="0.75"/><line class="a" x1="24.9232" y1="18.7298" x2="24.9232" y2="30.2077"/><path class="a" d="M37.2784,30.2077V23.0611A4.3313,4.3313,0,0,0,32.9471,18.73h0a4.3313,4.3313,0,0,0-4.3313,4.3313v7.1466"/></svg>
Copied!