bus-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
bus-2-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the bus 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M20 17h1a1 1 0 0 0 1-1V9.606a2 2 0 0 0-.336-1.11l-1.07-1.605A2 2 0 0 0 18.93 6H4a2 2 0 0 0-2 2v8a1 1 0 0 0 1 1h1m16 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0M4 17a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m8 0H8m-6-6h15m0 0V6m0 5a1 1 0 0 0 1 1h4M7 6v5m5-5v5"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBus2Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M20 17h1a1 1 0 0 0 1-1V9.606a2 2 0 0 0-.336-1.11l-1.07-1.605A2 2 0 0 0 18.93 6H4a2 2 0 0 0-2 2v8a1 1 0 0 0 1 1h1m16 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0M4 17a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m8 0H8m-6-6h15m0 0V6m0 5a1 1 0 0 0 1 1h4M7 6v5m5-5v5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M20 17h1a1 1 0 0 0 1-1V9.606a2 2 0 0 0-.336-1.11l-1.07-1.605A2 2 0 0 0 18.93 6H4a2 2 0 0 0-2 2v8a1 1 0 0 0 1 1h1m16 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0M4 17a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m8 0H8m-6-6h15m0 0V6m0 5a1 1 0 0 0 1 1h4M7 6v5m5-5v5"/></svg>
</template>

CSS

.icon-bus-2-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20%2017h1a1%201%200%200%200%201-1V9.606a2%202%200%200%200-.336-1.11l-1.07-1.605A2%202%200%200%200%2018.93%206H4a2%202%200%200%200-2%202v8a1%201%200%200%200%201%201h1m16%200a2%202%200%201%201-4%200m4%200a2%202%200%201%200-4%200M4%2017a2%202%200%201%200%204%200m-4%200a2%202%200%201%201%204%200m8%200H8m-6-6h15m0%200V6m0%205a1%201%200%200%200%201%201h4M7%206v5m5-5v5%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20%2017h1a1%201%200%200%200%201-1V9.606a2%202%200%200%200-.336-1.11l-1.07-1.605A2%202%200%200%200%2018.93%206H4a2%202%200%200%200-2%202v8a1%201%200%200%200%201%201h1m16%200a2%202%200%201%201-4%200m4%200a2%202%200%201%200-4%200M4%2017a2%202%200%201%200%204%200m-4%200a2%202%200%201%201%204%200m8%200H8m-6-6h15m0%200V6m0%205a1%201%200%200%200%201%201h4M7%206v5m5-5v5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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