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

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

Related icons in Huge Icons

Use the bus 02 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 19v3m-11-3v3"/><path stroke-linejoin="round" d="M4 10c0-3.771 0-5.657 1.172-6.828S8.229 2 12 2s5.657 0 6.828 1.172S20 6.229 20 10v3c0 2.828 0 4.243-.879 5.121C18.243 19 16.828 19 14 19h-4c-2.828 0-4.243 0-5.121-.879C4 17.243 4 15.828 4 13z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 12c1.857.575 4.81 1 8 1s6.143-.425 8-1m2-1h-.528a2 2 0 0 0-.894.211L20 11.5m-16 0l-.578-.289A2 2 0 0 0 2.528 11H2m2.5 5H6m12 0h1.5"/><path stroke-linecap="round" d="M10 16h4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBus02(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M17.5 19v3m-11-3v3"/><path strokeLinejoin="round" d="M4 10c0-3.771 0-5.657 1.172-6.828S8.229 2 12 2s5.657 0 6.828 1.172S20 6.229 20 10v3c0 2.828 0 4.243-.879 5.121C18.243 19 16.828 19 14 19h-4c-2.828 0-4.243 0-5.121-.879C4 17.243 4 15.828 4 13z"/><path strokeLinecap="round" strokeLinejoin="round" d="M4 12c1.857.575 4.81 1 8 1s6.143-.425 8-1m2-1h-.528a2 2 0 0 0-.894.211L20 11.5m-16 0l-.578-.289A2 2 0 0 0 2.528 11H2m2.5 5H6m12 0h1.5"/><path strokeLinecap="round" d="M10 16h4"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 19v3m-11-3v3"/><path stroke-linejoin="round" d="M4 10c0-3.771 0-5.657 1.172-6.828S8.229 2 12 2s5.657 0 6.828 1.172S20 6.229 20 10v3c0 2.828 0 4.243-.879 5.121C18.243 19 16.828 19 14 19h-4c-2.828 0-4.243 0-5.121-.879C4 17.243 4 15.828 4 13z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4 12c1.857.575 4.81 1 8 1s6.143-.425 8-1m2-1h-.528a2 2 0 0 0-.894.211L20 11.5m-16 0l-.578-.289A2 2 0 0 0 2.528 11H2m2.5 5H6m12 0h1.5"/><path stroke-linecap="round" d="M10 16h4"/></g></svg>
</template>

CSS

.icon-bus-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2019v3m-11-3v3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2010c0-3.771%200-5.657%201.172-6.828S8.229%202%2012%202s5.657%200%206.828%201.172S20%206.229%2020%2010v3c0%202.828%200%204.243-.879%205.121C18.243%2019%2016.828%2019%2014%2019h-4c-2.828%200-4.243%200-5.121-.879C4%2017.243%204%2015.828%204%2013z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2012c1.857.575%204.81%201%208%201s6.143-.425%208-1m2-1h-.528a2%202%200%200%200-.894.211L20%2011.5m-16%200l-.578-.289A2%202%200%200%200%202.528%2011H2m2.5%205H6m12%200h1.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2016h4%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2019v3m-11-3v3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2010c0-3.771%200-5.657%201.172-6.828S8.229%202%2012%202s5.657%200%206.828%201.172S20%206.229%2020%2010v3c0%202.828%200%204.243-.879%205.121C18.243%2019%2016.828%2019%2014%2019h-4c-2.828%200-4.243%200-5.121-.879C4%2017.243%204%2015.828%204%2013z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2012c1.857.575%204.81%201%208%201s6.143-.425%208-1m2-1h-.528a2%202%200%200%200-.894.211L20%2011.5m-16%200l-.578-.289A2%202%200%200%200%202.528%2011H2m2.5%205H6m12%200h1.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2016h4%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-02.svg?color=%231a73e8&size=48