bus from Line Awesome by Icons8 · Line · Travel · Apache-2.0 Free for personal and commercial use.

Name
bus
Set
Line Awesome
Style
Line
Category
Travel
Viewbox
32×32
License
Apache 2.0
Aliases
bus-solid

The same icon in other sets

More travel icons from Line Awesome

Use the bus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8v5H3v3h2v11c0 .55.45 1 1 1h3l.344-1h13.312L23 28h3c.55 0 1-.45 1-1V16h2v-3h-2V8c0-2.2-1.8-4-4-4zm0 2h14c1.117 0 2 .883 2 2H7c0-1.117.883-2 2-2m-2 4h8v7H7zm10 0h8v7h-8zM7 19h18v6H7zm1 2v2h4v-2zm12 0v2h4v-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaBus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8v5H3v3h2v11c0 .55.45 1 1 1h3l.344-1h13.312L23 28h3c.55 0 1-.45 1-1V16h2v-3h-2V8c0-2.2-1.8-4-4-4zm0 2h14c1.117 0 2 .883 2 2H7c0-1.117.883-2 2-2m-2 4h8v7H7zm10 0h8v7h-8zM7 19h18v6H7zm1 2v2h4v-2zm12 0v2h4v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8v5H3v3h2v11c0 .55.45 1 1 1h3l.344-1h13.312L23 28h3c.55 0 1-.45 1-1V16h2v-3h-2V8c0-2.2-1.8-4-4-4zm0 2h14c1.117 0 2 .883 2 2H7c0-1.117.883-2 2-2m-2 4h8v7H7zm10 0h8v7h-8zM7 19h18v6H7zm1 2v2h4v-2zm12 0v2h4v-2z"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C6.8%204%205%205.8%205%208v5H3v3h2v11c0%20.55.45%201%201%201h3l.344-1h13.312L23%2028h3c.55%200%201-.45%201-1V16h2v-3h-2V8c0-2.2-1.8-4-4-4zm0%202h14c1.117%200%202%20.883%202%202H7c0-1.117.883-2%202-2m-2%204h8v7H7zm10%200h8v7h-8zM7%2019h18v6H7zm1%202v2h4v-2zm12%200v2h4v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C6.8%204%205%205.8%205%208v5H3v3h2v11c0%20.55.45%201%201%201h3l.344-1h13.312L23%2028h3c.55%200%201-.45%201-1V16h2v-3h-2V8c0-2.2-1.8-4-4-4zm0%202h14c1.117%200%202%20.883%202%202H7c0-1.117.883-2%202-2m-2%204h8v7H7zm10%200h8v7h-8zM7%2019h18v6H7zm1%202v2h4v-2zm12%200v2h4v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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