bus-railway-sharp from Material Symbols Light by Google · Sharp · Transit · Apache-2.0 Free for personal and commercial use.

Name
bus-railway-sharp
Set
Material Symbols Light
Style
Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the bus railway icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.293 15.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M13.577 21l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94T21 14.616v3q0 .69-.501 1.19t-1.191.502L21 21zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM6.539 20v-2.396q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.685-2.278Q8.369 3 12 3q3.762 0 5.38.694T19 6v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.615.767-.923 1.696t-.308 1.92V18H7.77v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBusRailwaySharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.293 15.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M13.577 21l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94T21 14.616v3q0 .69-.501 1.19t-1.191.502L21 21zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM6.539 20v-2.396q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.685-2.278Q8.369 3 12 3q3.762 0 5.38.694T19 6v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.615.767-.923 1.696t-.308 1.92V18H7.77v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.293 15.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M13.577 21l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94T21 14.616v3q0 .69-.501 1.19t-1.191.502L21 21zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM6.539 20v-2.396q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.685-2.278Q8.369 3 12 3q3.762 0 5.38.694T19 6v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.615.767-.923 1.696t-.308 1.92V18H7.77v2z"/></svg>
</template>

CSS

.icon-bus-railway-sharp {
  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%22currentColor%22%20d%3D%22M9.293%2015.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M13.577%2021l1.692-1.692q-.69%200-1.191-.501t-.501-1.192v-3q0-1.506%201.048-2.445q1.048-.94%202.683-.94t2.663.94T21%2014.616v3q0%20.69-.501%201.19t-1.191.502L21%2021zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM6.539%2020v-2.396q-.489-.212-1.014-.901T5%2015.115V6q0-1.556%201.685-2.278Q8.369%203%2012%203q3.762%200%205.38.694T19%206v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.615.767-.923%201.696t-.308%201.92V18H7.77v2z%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%22currentColor%22%20d%3D%22M9.293%2015.293q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M13.577%2021l1.692-1.692q-.69%200-1.191-.501t-.501-1.192v-3q0-1.506%201.048-2.445q1.048-.94%202.683-.94t2.663.94T21%2014.616v3q0%20.69-.501%201.19t-1.191.502L21%2021zm4.092-3.35q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.189h5.654v-.846q0-.236-.041-.438q-.04-.202-.121-.408h-5.331q-.08.206-.121.408t-.04.439zM6.539%2020v-2.396q-.489-.212-1.014-.901T5%2015.115V6q0-1.556%201.685-2.278Q8.369%203%2012%203q3.762%200%205.38.694T19%206v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.615.767-.923%201.696t-.308%201.92V18H7.77v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bus-railway-sharp.svg?color=%231a73e8&size=48