oncoming bus emoji
oncoming-bus from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- oncoming-bus
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the oncoming bus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="16.946" height="4.941" x="27.689" y="10.958" fill="#fcea2b" rx="2.47" ry="2.47"/><path fill="#fcea2b" d="M24.23 13.958h23.54a7.23 7.23 0 0 1 7.23 7.23v26.27a1.5 1.5 0 0 1-1.5 1.5h-35a1.5 1.5 0 0 1-1.5-1.5v-26.27a7.23 7.23 0 0 1 7.23-7.23"/><path fill="#f4aa41" d="M17 38.958h38v10H17z"/><path fill="#92d3f5" d="M20 20.958h31v13H20z"/><path fill="#fff" d="M20 41.958h7v3h-7zm24 0h7v3h-7z"/><rect width="40" height="8" x="16" y="48.958" fill="#3f3f3f" rx="2.621" ry="2.621"/><rect width="10.911" height="2.866" x="30.044" y="13.217" fill="#3f3f3f" rx="1.433" ry="1.433"/><rect width="40" height="8" x="16" y="48.958" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="2.621" ry="2.621"/><rect width="6" height="4" x="18" y="56.958" rx="2" ry="2"/><rect width="6" height="4" x="48" y="56.958" rx="2" ry="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 25.958h-3m0-3v6m43-3h3m0-3v6m-14.844-15h3.614a7.25 7.25 0 0 1 7.23 7.23v26.27a1.504 1.504 0 0 1-1.5 1.5h-35a1.504 1.504 0 0 1-1.5-1.5v-26.27a7.25 7.25 0 0 1 7.23-7.23h2.614"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M51 21.958v11.8H21m0 11.2h6v-2m18 2h6v-2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M32 41.958h9m-9 3h9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.844 13.958v-.479a2.53 2.53 0 0 1 2.521-2.52h12.27a2.53 2.53 0 0 1 2.52 2.52v.48"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiOncomingBus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="16.946" height="4.941" x="27.689" y="10.958" fill="#fcea2b" rx="2.47" ry="2.47"/><path fill="#fcea2b" d="M24.23 13.958h23.54a7.23 7.23 0 0 1 7.23 7.23v26.27a1.5 1.5 0 0 1-1.5 1.5h-35a1.5 1.5 0 0 1-1.5-1.5v-26.27a7.23 7.23 0 0 1 7.23-7.23"/><path fill="#f4aa41" d="M17 38.958h38v10H17z"/><path fill="#92d3f5" d="M20 20.958h31v13H20z"/><path fill="#fff" d="M20 41.958h7v3h-7zm24 0h7v3h-7z"/><rect width="40" height="8" x="16" y="48.958" fill="#3f3f3f" rx="2.621" ry="2.621"/><rect width="10.911" height="2.866" x="30.044" y="13.217" fill="#3f3f3f" rx="1.433" ry="1.433"/><rect width="40" height="8" x="16" y="48.958" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="2.621" ry="2.621"/><rect width="6" height="4" x="18" y="56.958" rx="2" ry="2"/><rect width="6" height="4" x="48" y="56.958" rx="2" ry="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16 25.958h-3m0-3v6m43-3h3m0-3v6m-14.844-15h3.614a7.25 7.25 0 0 1 7.23 7.23v26.27a1.504 1.504 0 0 1-1.5 1.5h-35a1.504 1.504 0 0 1-1.5-1.5v-26.27a7.25 7.25 0 0 1 7.23-7.23h2.614"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M51 21.958v11.8H21m0 11.2h6v-2m18 2h6v-2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M32 41.958h9m-9 3h9"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M26.844 13.958v-.479a2.53 2.53 0 0 1 2.521-2.52h12.27a2.53 2.53 0 0 1 2.52 2.52v.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="16.946" height="4.941" x="27.689" y="10.958" fill="#fcea2b" rx="2.47" ry="2.47"/><path fill="#fcea2b" d="M24.23 13.958h23.54a7.23 7.23 0 0 1 7.23 7.23v26.27a1.5 1.5 0 0 1-1.5 1.5h-35a1.5 1.5 0 0 1-1.5-1.5v-26.27a7.23 7.23 0 0 1 7.23-7.23"/><path fill="#f4aa41" d="M17 38.958h38v10H17z"/><path fill="#92d3f5" d="M20 20.958h31v13H20z"/><path fill="#fff" d="M20 41.958h7v3h-7zm24 0h7v3h-7z"/><rect width="40" height="8" x="16" y="48.958" fill="#3f3f3f" rx="2.621" ry="2.621"/><rect width="10.911" height="2.866" x="30.044" y="13.217" fill="#3f3f3f" rx="1.433" ry="1.433"/><rect width="40" height="8" x="16" y="48.958" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="2.621" ry="2.621"/><rect width="6" height="4" x="18" y="56.958" rx="2" ry="2"/><rect width="6" height="4" x="48" y="56.958" rx="2" ry="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 25.958h-3m0-3v6m43-3h3m0-3v6m-14.844-15h3.614a7.25 7.25 0 0 1 7.23 7.23v26.27a1.504 1.504 0 0 1-1.5 1.5h-35a1.504 1.504 0 0 1-1.5-1.5v-26.27a7.25 7.25 0 0 1 7.23-7.23h2.614"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M51 21.958v11.8H21m0 11.2h6v-2m18 2h6v-2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M32 41.958h9m-9 3h9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.844 13.958v-.479a2.53 2.53 0 0 1 2.521-2.52h12.27a2.53 2.53 0 0 1 2.52 2.52v.48"/></svg> </template>
CSS
.icon-oncoming-bus {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Crect%20width%3D%2216.946%22%20height%3D%224.941%22%20x%3D%2227.689%22%20y%3D%2210.958%22%20fill%3D%22%23fcea2b%22%20rx%3D%222.47%22%20ry%3D%222.47%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M24.23%2013.958h23.54a7.23%207.23%200%200%201%207.23%207.23v26.27a1.5%201.5%200%200%201-1.5%201.5h-35a1.5%201.5%200%200%201-1.5-1.5v-26.27a7.23%207.23%200%200%201%207.23-7.23%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M17%2038.958h38v10H17z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M20%2020.958h31v13H20z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2041.958h7v3h-7zm24%200h7v3h-7z%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%228%22%20x%3D%2216%22%20y%3D%2248.958%22%20fill%3D%22%233f3f3f%22%20rx%3D%222.621%22%20ry%3D%222.621%22%2F%3E%3Crect%20width%3D%2210.911%22%20height%3D%222.866%22%20x%3D%2230.044%22%20y%3D%2213.217%22%20fill%3D%22%233f3f3f%22%20rx%3D%221.433%22%20ry%3D%221.433%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%228%22%20x%3D%2216%22%20y%3D%2248.958%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%222.621%22%20ry%3D%222.621%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%224%22%20x%3D%2218%22%20y%3D%2256.958%22%20rx%3D%222%22%20ry%3D%222%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%224%22%20x%3D%2248%22%20y%3D%2256.958%22%20rx%3D%222%22%20ry%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16%2025.958h-3m0-3v6m43-3h3m0-3v6m-14.844-15h3.614a7.25%207.25%200%200%201%207.23%207.23v26.27a1.504%201.504%200%200%201-1.5%201.5h-35a1.504%201.504%200%200%201-1.5-1.5v-26.27a7.25%207.25%200%200%201%207.23-7.23h2.614%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M51%2021.958v11.8H21m0%2011.2h6v-2m18%202h6v-2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M32%2041.958h9m-9%203h9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.844%2013.958v-.479a2.53%202.53%200%200%201%202.521-2.52h12.27a2.53%202.53%200%200%201%202.52%202.52v.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Crect%20width%3D%2216.946%22%20height%3D%224.941%22%20x%3D%2227.689%22%20y%3D%2210.958%22%20fill%3D%22%23fcea2b%22%20rx%3D%222.47%22%20ry%3D%222.47%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M24.23%2013.958h23.54a7.23%207.23%200%200%201%207.23%207.23v26.27a1.5%201.5%200%200%201-1.5%201.5h-35a1.5%201.5%200%200%201-1.5-1.5v-26.27a7.23%207.23%200%200%201%207.23-7.23%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M17%2038.958h38v10H17z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M20%2020.958h31v13H20z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20%2041.958h7v3h-7zm24%200h7v3h-7z%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%228%22%20x%3D%2216%22%20y%3D%2248.958%22%20fill%3D%22%233f3f3f%22%20rx%3D%222.621%22%20ry%3D%222.621%22%2F%3E%3Crect%20width%3D%2210.911%22%20height%3D%222.866%22%20x%3D%2230.044%22%20y%3D%2213.217%22%20fill%3D%22%233f3f3f%22%20rx%3D%221.433%22%20ry%3D%221.433%22%2F%3E%3Crect%20width%3D%2240%22%20height%3D%228%22%20x%3D%2216%22%20y%3D%2248.958%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%222.621%22%20ry%3D%222.621%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%224%22%20x%3D%2218%22%20y%3D%2256.958%22%20rx%3D%222%22%20ry%3D%222%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%224%22%20x%3D%2248%22%20y%3D%2256.958%22%20rx%3D%222%22%20ry%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16%2025.958h-3m0-3v6m43-3h3m0-3v6m-14.844-15h3.614a7.25%207.25%200%200%201%207.23%207.23v26.27a1.504%201.504%200%200%201-1.5%201.5h-35a1.504%201.504%200%200%201-1.5-1.5v-26.27a7.25%207.25%200%200%201%207.23-7.23h2.614%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M51%2021.958v11.8H21m0%2011.2h6v-2m18%202h6v-2%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M32%2041.958h9m-9%203h9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.844%2013.958v-.479a2.53%202.53%200%200%201%202.521-2.52h12.27a2.53%202.53%200%200%201%202.52%202.52v.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/oncoming-bus.svg?color=%231a73e8&size=48