tour bus icon

tour-bus from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.

Name
tour-bus
Set
IconPark
Style
Color
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark

Use the tour bus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M9 23H39V34C39 35.1046 38.1046 36 37 36H11C9.89543 36 9 35.1046 9 34V23Z"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M9 8C9 6.89543 9.89543 6 11 6H37C38.1046 6 39 6.89543 39 8V23H9V8Z"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M15 42C13.3431 42 12 40.6569 12 39V36H18V39C18 40.6569 16.6569 42 15 42Z"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 42C31.3431 42 30 40.6569 30 39V36H36V39C36 40.6569 34.6569 42 33 42Z"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M6 12V16"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M42 12V16"/><circle cx="15" cy="30" r="2" fill="#fff"/><circle cx="33" cy="30" r="2" fill="#fff"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M31 6L22 16"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M38 7L33 13"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTourBus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M9 23H39V34C39 35.1046 38.1046 36 37 36H11C9.89543 36 9 35.1046 9 34V23Z"/><path stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M9 8C9 6.89543 9.89543 6 11 6H37C38.1046 6 39 6.89543 39 8V23H9V8Z"/><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M15 42C13.3431 42 12 40.6569 12 39V36H18V39C18 40.6569 16.6569 42 15 42Z"/><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M33 42C31.3431 42 30 40.6569 30 39V36H36V39C36 40.6569 34.6569 42 33 42Z"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M6 12V16"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M42 12V16"/><circle cx="15" cy="30" r="2" fill="#fff"/><circle cx="33" cy="30" r="2" fill="#fff"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M31 6L22 16"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M38 7L33 13"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M9 23H39V34C39 35.1046 38.1046 36 37 36H11C9.89543 36 9 35.1046 9 34V23Z"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M9 8C9 6.89543 9.89543 6 11 6H37C38.1046 6 39 6.89543 39 8V23H9V8Z"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M15 42C13.3431 42 12 40.6569 12 39V36H18V39C18 40.6569 16.6569 42 15 42Z"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 42C31.3431 42 30 40.6569 30 39V36H36V39C36 40.6569 34.6569 42 33 42Z"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M6 12V16"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M42 12V16"/><circle cx="15" cy="30" r="2" fill="#fff"/><circle cx="33" cy="30" r="2" fill="#fff"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M31 6L22 16"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M38 7L33 13"/></g></svg>
</template>

CSS

.icon-tour-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9%2023H39V34C39%2035.1046%2038.1046%2036%2037%2036H11C9.89543%2036%209%2035.1046%209%2034V23Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9%208C9%206.89543%209.89543%206%2011%206H37C38.1046%206%2039%206.89543%2039%208V23H9V8Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2042C13.3431%2042%2012%2040.6569%2012%2039V36H18V39C18%2040.6569%2016.6569%2042%2015%2042Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2042C31.3431%2042%2030%2040.6569%2030%2039V36H36V39C36%2040.6569%2034.6569%2042%2033%2042Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2012V16%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M42%2012V16%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2230%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2230%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M31%206L22%2016%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%207L33%2013%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9%2023H39V34C39%2035.1046%2038.1046%2036%2037%2036H11C9.89543%2036%209%2035.1046%209%2034V23Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9%208C9%206.89543%209.89543%206%2011%206H37C38.1046%206%2039%206.89543%2039%208V23H9V8Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2042C13.3431%2042%2012%2040.6569%2012%2039V36H18V39C18%2040.6569%2016.6569%2042%2015%2042Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2042C31.3431%2042%2030%2040.6569%2030%2039V36H36V39C36%2040.6569%2034.6569%2042%2033%2042Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2012V16%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M42%2012V16%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2230%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2230%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M31%206L22%2016%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%207L33%2013%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/tour-bus.svg?color=%231a73e8&size=48