bus-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
bus-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the bus 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17 20.5V22M7 20.5V22"/><path d="M4 6.782c0-.64 0-.96.174-1.348c.174-.39.35-.548.703-.864C6.034 3.533 8.36 2 12 2s5.966 1.533 7.123 2.57c.353.316.53.474.703.864c.174.389.174.709.174 1.348V14c0 2.828 0 4.243-.879 5.121C18.243 20 16.828 20 14 20h-4c-2.828 0-4.243 0-5.121-.879C4 18.243 4 16.828 4 14z"/><path stroke-linecap="round" d="M4 14s3.733 1 8 1s8-1 8-1M4.5 17.5H6m12 0h1.5m-8.5 0h2"/><path d="M4 6h16"/><path stroke-linecap="round" d="M2 9v1m20-1v1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBus01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M17 20.5V22M7 20.5V22"/><path d="M4 6.782c0-.64 0-.96.174-1.348c.174-.39.35-.548.703-.864C6.034 3.533 8.36 2 12 2s5.966 1.533 7.123 2.57c.353.316.53.474.703.864c.174.389.174.709.174 1.348V14c0 2.828 0 4.243-.879 5.121C18.243 20 16.828 20 14 20h-4c-2.828 0-4.243 0-5.121-.879C4 18.243 4 16.828 4 14z"/><path strokeLinecap="round" d="M4 14s3.733 1 8 1s8-1 8-1M4.5 17.5H6m12 0h1.5m-8.5 0h2"/><path d="M4 6h16"/><path strokeLinecap="round" d="M2 9v1m20-1v1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M17 20.5V22M7 20.5V22"/><path d="M4 6.782c0-.64 0-.96.174-1.348c.174-.39.35-.548.703-.864C6.034 3.533 8.36 2 12 2s5.966 1.533 7.123 2.57c.353.316.53.474.703.864c.174.389.174.709.174 1.348V14c0 2.828 0 4.243-.879 5.121C18.243 20 16.828 20 14 20h-4c-2.828 0-4.243 0-5.121-.879C4 18.243 4 16.828 4 14z"/><path stroke-linecap="round" d="M4 14s3.733 1 8 1s8-1 8-1M4.5 17.5H6m12 0h1.5m-8.5 0h2"/><path d="M4 6h16"/><path stroke-linecap="round" d="M2 9v1m20-1v1"/></g></svg>
</template>

CSS

.icon-bus-01 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2020.5V22M7%2020.5V22%22%2F%3E%3Cpath%20d%3D%22M4%206.782c0-.64%200-.96.174-1.348c.174-.39.35-.548.703-.864C6.034%203.533%208.36%202%2012%202s5.966%201.533%207.123%202.57c.353.316.53.474.703.864c.174.389.174.709.174%201.348V14c0%202.828%200%204.243-.879%205.121C18.243%2020%2016.828%2020%2014%2020h-4c-2.828%200-4.243%200-5.121-.879C4%2018.243%204%2016.828%204%2014z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2014s3.733%201%208%201s8-1%208-1M4.5%2017.5H6m12%200h1.5m-8.5%200h2%22%2F%3E%3Cpath%20d%3D%22M4%206h16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%209v1m20-1v1%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2020.5V22M7%2020.5V22%22%2F%3E%3Cpath%20d%3D%22M4%206.782c0-.64%200-.96.174-1.348c.174-.39.35-.548.703-.864C6.034%203.533%208.36%202%2012%202s5.966%201.533%207.123%202.57c.353.316.53.474.703.864c.174.389.174.709.174%201.348V14c0%202.828%200%204.243-.879%205.121C18.243%2020%2016.828%2020%2014%2020h-4c-2.828%200-4.243%200-5.121-.879C4%2018.243%204%2016.828%204%2014z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2014s3.733%201%208%201s8-1%208-1M4.5%2017.5H6m12%200h1.5m-8.5%200h2%22%2F%3E%3Cpath%20d%3D%22M4%206h16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%209v1m20-1v1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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