Emoji Bus Stop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bus Stop 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/339714.svg" alt="Emoji Bus Stop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339714.svg" alt="Emoji Bus Stop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339714.svg" alt="Emoji Bus Stop icon" :width="24" :height="24" />
CSS background
.icon-emoji-bus-stop {
background-image: url('https://proicons.com/icon/339714.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="m31.329,25.4719h-14.658c-.6323,0-1.1496-.5195-1.1496-1.1544v-14.7769c0-.6349.5173-1.1544,1.1496-1.1544h14.658c.6323,0,1.1496.5195,1.1496,1.1544v14.7769c0,.6349-.5173,1.1544-1.1496,1.1544"/><path id="d" class="j" d="m22.8216,8.1552v-2.6552h2.2993v2.6552"/><path id="e" class="j" d="m25.1209,25.7605v16.7395h-2.2993v-16.7972"/><path id="f" class="j" d="m22.0169,13.6388v6.2917"/><path id="g" class="j" d="m25.6382,13.6388v6.2917"/><path id="h" class="j" d="m25.6382,16.7558h-3.6214"/><path id="i" class="j" d="m18.223,16.8713c-.0018,3.1879,2.5703,5.7737,5.745,5.7755,3.1747.0018,5.7497-2.581,5.7515-5.7689,0-.0022,0-.0044,0-.0066,0-3.1879-2.5736-5.7722-5.7482-5.7722s-5.7482,2.5843-5.7482,5.7722"/></svg>
Copied!