minibus emoji
minibus from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- minibus
- 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 minibus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m61.083 53.063l3.48-1H67l-.125-4.563h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813 0S27 28.625 15.75 39.938L8 42.48s-1.5.833-1.562 5.208c0 0-.875.25-.75 1.5c.116 1.164-.255 4.279 4.968 4.53"/><circle cx="16.48" cy="52.292" r="3" fill="#d0cfce"/><circle cx="55" cy="52.292" r="3" fill="#d0cfce"/><path fill="#fcea2b" d="M14.24 44.564s.086-1.078-1.29-1.203s-3.897 1.203-4.038 1.563c-.14.359-.349 1.432.281 1.625c.63.192 5.047-1.985 5.047-1.985"/><path fill="#3f3f3f" d="M18.969 41.625c.375.02 10.219-.25 10.844-1.75s.625-7.437.625-7.437s-5.237 1.798-7.407 3.968c-4 4-4.062 5.219-4.062 5.219m15.094-8.687v7.556a1 1 0 0 0 1 1l21.77-.84a1 1 0 0 0 .63-.223l2.167-1.756a1 1 0 0 0 .37-.777l.706-4.96a1 1 0 0 0-1-1H35.062a1 1 0 0 0-1 1"/><path fill="#ea5a47" d="M64.092 48h-2.434v-6.135h1.437c.55 0 .997.447.997.998z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m61 52.136l3.563-.074H67l-.125-4.562h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813 0S27 28.625 15.75 39.938L8 42.48s-1.5.833-1.562 5.208c0 0-.875.25-.75 1.5c.116 1.164-.473 3.413 4.75 3.665m12.625-.103l25.375-.443"/><circle cx="16.48" cy="52.292" r="3"/><circle cx="55" cy="52.292" r="3"/><path d="M13.29 44.476s-1.964 1.659-3.576 1.918m10.161-4.914c.375.02 9.313-.105 9.938-1.605s.625-6.5.625-6.5m4.625 7.279h21.77a1 1 0 0 0 .63-.223l2.167-1.756a1 1 0 0 0 .37-.777v-4.96m1.658 9.911v4.75l1.458.449"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMinibus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m61.083 53.063l3.48-1H67l-.125-4.563h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813 0S27 28.625 15.75 39.938L8 42.48s-1.5.833-1.562 5.208c0 0-.875.25-.75 1.5c.116 1.164-.255 4.279 4.968 4.53"/><circle cx="16.48" cy="52.292" r="3" fill="#d0cfce"/><circle cx="55" cy="52.292" r="3" fill="#d0cfce"/><path fill="#fcea2b" d="M14.24 44.564s.086-1.078-1.29-1.203s-3.897 1.203-4.038 1.563c-.14.359-.349 1.432.281 1.625c.63.192 5.047-1.985 5.047-1.985"/><path fill="#3f3f3f" d="M18.969 41.625c.375.02 10.219-.25 10.844-1.75s.625-7.437.625-7.437s-5.237 1.798-7.407 3.968c-4 4-4.062 5.219-4.062 5.219m15.094-8.687v7.556a1 1 0 0 0 1 1l21.77-.84a1 1 0 0 0 .63-.223l2.167-1.756a1 1 0 0 0 .37-.777l.706-4.96a1 1 0 0 0-1-1H35.062a1 1 0 0 0-1 1"/><path fill="#ea5a47" d="M64.092 48h-2.434v-6.135h1.437c.55 0 .997.447.997.998z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="m61 52.136l3.563-.074H67l-.125-4.562h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813 0S27 28.625 15.75 39.938L8 42.48s-1.5.833-1.562 5.208c0 0-.875.25-.75 1.5c.116 1.164-.473 3.413 4.75 3.665m12.625-.103l25.375-.443"/><circle cx="16.48" cy="52.292" r="3"/><circle cx="55" cy="52.292" r="3"/><path d="M13.29 44.476s-1.964 1.659-3.576 1.918m10.161-4.914c.375.02 9.313-.105 9.938-1.605s.625-6.5.625-6.5m4.625 7.279h21.77a1 1 0 0 0 .63-.223l2.167-1.756a1 1 0 0 0 .37-.777v-4.96m1.658 9.911v4.75l1.458.449"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m61.083 53.063l3.48-1H67l-.125-4.563h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813 0S27 28.625 15.75 39.938L8 42.48s-1.5.833-1.562 5.208c0 0-.875.25-.75 1.5c.116 1.164-.255 4.279 4.968 4.53"/><circle cx="16.48" cy="52.292" r="3" fill="#d0cfce"/><circle cx="55" cy="52.292" r="3" fill="#d0cfce"/><path fill="#fcea2b" d="M14.24 44.564s.086-1.078-1.29-1.203s-3.897 1.203-4.038 1.563c-.14.359-.349 1.432.281 1.625c.63.192 5.047-1.985 5.047-1.985"/><path fill="#3f3f3f" d="M18.969 41.625c.375.02 10.219-.25 10.844-1.75s.625-7.437.625-7.437s-5.237 1.798-7.407 3.968c-4 4-4.062 5.219-4.062 5.219m15.094-8.687v7.556a1 1 0 0 0 1 1l21.77-.84a1 1 0 0 0 .63-.223l2.167-1.756a1 1 0 0 0 .37-.777l.706-4.96a1 1 0 0 0-1-1H35.062a1 1 0 0 0-1 1"/><path fill="#ea5a47" d="M64.092 48h-2.434v-6.135h1.437c.55 0 .997.447.997.998z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m61 52.136l3.563-.074H67l-.125-4.562h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813 0S27 28.625 15.75 39.938L8 42.48s-1.5.833-1.562 5.208c0 0-.875.25-.75 1.5c.116 1.164-.473 3.413 4.75 3.665m12.625-.103l25.375-.443"/><circle cx="16.48" cy="52.292" r="3"/><circle cx="55" cy="52.292" r="3"/><path d="M13.29 44.476s-1.964 1.659-3.576 1.918m10.161-4.914c.375.02 9.313-.105 9.938-1.605s.625-6.5.625-6.5m4.625 7.279h21.77a1 1 0 0 0 .63-.223l2.167-1.756a1 1 0 0 0 .37-.777v-4.96m1.658 9.911v4.75l1.458.449"/></g></svg> </template>
CSS
.icon-minibus {
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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m61.083%2053.063l3.48-1H67l-.125-4.563h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813%200S27%2028.625%2015.75%2039.938L8%2042.48s-1.5.833-1.562%205.208c0%200-.875.25-.75%201.5c.116%201.164-.255%204.279%204.968%204.53%22%2F%3E%3Ccircle%20cx%3D%2216.48%22%20cy%3D%2252.292%22%20r%3D%223%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2255%22%20cy%3D%2252.292%22%20r%3D%223%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M14.24%2044.564s.086-1.078-1.29-1.203s-3.897%201.203-4.038%201.563c-.14.359-.349%201.432.281%201.625c.63.192%205.047-1.985%205.047-1.985%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M18.969%2041.625c.375.02%2010.219-.25%2010.844-1.75s.625-7.437.625-7.437s-5.237%201.798-7.407%203.968c-4%204-4.062%205.219-4.062%205.219m15.094-8.687v7.556a1%201%200%200%200%201%201l21.77-.84a1%201%200%200%200%20.63-.223l2.167-1.756a1%201%200%200%200%20.37-.777l.706-4.96a1%201%200%200%200-1-1H35.062a1%201%200%200%200-1%201%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M64.092%2048h-2.434v-6.135h1.437c.55%200%20.997.447.997.998z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m61%2052.136l3.563-.074H67l-.125-4.562h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813%200S27%2028.625%2015.75%2039.938L8%2042.48s-1.5.833-1.562%205.208c0%200-.875.25-.75%201.5c.116%201.164-.473%203.413%204.75%203.665m12.625-.103l25.375-.443%22%2F%3E%3Ccircle%20cx%3D%2216.48%22%20cy%3D%2252.292%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2255%22%20cy%3D%2252.292%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M13.29%2044.476s-1.964%201.659-3.576%201.918m10.161-4.914c.375.02%209.313-.105%209.938-1.605s.625-6.5.625-6.5m4.625%207.279h21.77a1%201%200%200%200%20.63-.223l2.167-1.756a1%201%200%200%200%20.37-.777v-4.96m1.658%209.911v4.75l1.458.449%22%2F%3E%3C%2Fg%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%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m61.083%2053.063l3.48-1H67l-.125-4.563h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813%200S27%2028.625%2015.75%2039.938L8%2042.48s-1.5.833-1.562%205.208c0%200-.875.25-.75%201.5c.116%201.164-.255%204.279%204.968%204.53%22%2F%3E%3Ccircle%20cx%3D%2216.48%22%20cy%3D%2252.292%22%20r%3D%223%22%20fill%3D%22%23d0cfce%22%2F%3E%3Ccircle%20cx%3D%2255%22%20cy%3D%2252.292%22%20r%3D%223%22%20fill%3D%22%23d0cfce%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M14.24%2044.564s.086-1.078-1.29-1.203s-3.897%201.203-4.038%201.563c-.14.359-.349%201.432.281%201.625c.63.192%205.047-1.985%205.047-1.985%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M18.969%2041.625c.375.02%2010.219-.25%2010.844-1.75s.625-7.437.625-7.437s-5.237%201.798-7.407%203.968c-4%204-4.062%205.219-4.062%205.219m15.094-8.687v7.556a1%201%200%200%200%201%201l21.77-.84a1%201%200%200%200%20.63-.223l2.167-1.756a1%201%200%200%200%20.37-.777l.706-4.96a1%201%200%200%200-1-1H35.062a1%201%200%200%200-1%201%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M64.092%2048h-2.434v-6.135h1.437c.55%200%20.997.447.997.998z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m61%2052.136l3.563-.074H67l-.125-4.562h-.687s.624-17.625-1.75-18.5c-2.376-.875-27.688-.562-30.813%200S27%2028.625%2015.75%2039.938L8%2042.48s-1.5.833-1.562%205.208c0%200-.875.25-.75%201.5c.116%201.164-.473%203.413%204.75%203.665m12.625-.103l25.375-.443%22%2F%3E%3Ccircle%20cx%3D%2216.48%22%20cy%3D%2252.292%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2255%22%20cy%3D%2252.292%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M13.29%2044.476s-1.964%201.659-3.576%201.918m10.161-4.914c.375.02%209.313-.105%209.938-1.605s.625-6.5.625-6.5m4.625%207.279h21.77a1%201%200%200%200%20.63-.223l2.167-1.756a1%201%200%200%200%20.37-.777v-4.96m1.658%209.911v4.75l1.458.449%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/minibus.svg?color=%231a73e8&size=48