Busmap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Busmap 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/323051.svg" alt="Busmap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323051.svg" alt="Busmap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323051.svg" alt="Busmap icon" :width="24" :height="24" />
CSS background
.icon-busmap {
background-image: url('https://proicons.com/icon/323051.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.3462,36.6571l-2.0822-.4522.2524,2.2331"/><path class="c" d="m15.2639,36.2049c3.0833,5.1389,14.3889,5.1389,17.4722,0"/><g><circle class="c" cx="15.7778" cy="28.4965" r="4.1111"/><circle class="c" cx="32.2222" cy="28.4965" r="4.1111"/><circle class="c" cx="15.7778" cy="28.4965" r="1.5417"/><circle class="c" cx="32.2222" cy="28.4965" r="1.5417"/></g><g><path class="c" d="m19.8889,28.4965h8.2222"/><path class="c" d="m11.6667,28.4965h-4.1111c-1.0278,0-2.0556-1.0278-2.0556-2.0556V9.9965c0-1.0278,1.0278-2.0556,2.0556-2.0556h32.8889c1.0278,0,2.0556,1.0278,2.0556,2.0556v16.4444c0,1.0278-1.0278,2.0556-2.0556,2.0556h-4.1111"/><path class="c" d="m5.5,20.2743l8.2222-2.5694h24.6667v-6.6806H5.5"/><path class="c" d="m13.7222,11.0243v6.6806"/><path class="c" d="m22.9722,17.7049v-6.6806"/><path class="c" d="m32.2222,17.7049v-6.6806"/></g></svg>
Copied!