bus railway icon
bus-railway-outline-sharp from Material Symbols Light by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- bus-railway-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline 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
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pincable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
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="M7.707 13.707q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323M19.97 12.17q1.03.94 1.03 2.446v3q0 .69-.501 1.19t-1.191.502L21 21h-7.423l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94m-3.255 4.526q-.197.196-.197.477t.197.477t.476.196t.477-.196t.197-.477t-.197-.477t-.477-.196t-.476.196m-2.093-2.927q-.08.206-.121.408t-.04.439v.846h5.654v-.846q0-.237-.041-.439q-.04-.202-.121-.408zM12 3q3.762 0 5.38.694T19 6v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.188.233-.341.473t-.276.527H6v3q0 .825.588 1.413T8 17h3.192v1H7.77v2H6.54v-2.396q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.685-2.278Q8.369 3 12 3m.012 2.539h5.907H6.104zm-5.908 0h11.815q-.26-.772-1.603-1.155Q14.973 4 12.012 4q-2.945 0-4.288.39q-1.343.389-1.62 1.149M11.806 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBusRailwayOutlineSharp(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="M7.707 13.707q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323M19.97 12.17q1.03.94 1.03 2.446v3q0 .69-.501 1.19t-1.191.502L21 21h-7.423l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94m-3.255 4.526q-.197.196-.197.477t.197.477t.476.196t.477-.196t.197-.477t-.197-.477t-.477-.196t-.476.196m-2.093-2.927q-.08.206-.121.408t-.04.439v.846h5.654v-.846q0-.237-.041-.439q-.04-.202-.121-.408zM12 3q3.762 0 5.38.694T19 6v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.188.233-.341.473t-.276.527H6v3q0 .825.588 1.413T8 17h3.192v1H7.77v2H6.54v-2.396q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.685-2.278Q8.369 3 12 3m.012 2.539h5.907H6.104zm-5.908 0h11.815q-.26-.772-1.603-1.155Q14.973 4 12.012 4q-2.945 0-4.288.39q-1.343.389-1.62 1.149M11.806 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.707 13.707q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323M19.97 12.17q1.03.94 1.03 2.446v3q0 .69-.501 1.19t-1.191.502L21 21h-7.423l1.692-1.692q-.69 0-1.191-.501t-.501-1.192v-3q0-1.506 1.048-2.445q1.048-.94 2.683-.94t2.663.94m-3.255 4.526q-.197.196-.197.477t.197.477t.476.196t.477-.196t.197-.477t-.197-.477t-.477-.196t-.476.196m-2.093-2.927q-.08.206-.121.408t-.04.439v.846h5.654v-.846q0-.237-.041-.439q-.04-.202-.121-.408zM12 3q3.762 0 5.38.694T19 6v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.188.233-.341.473t-.276.527H6v3q0 .825.588 1.413T8 17h3.192v1H7.77v2H6.54v-2.396q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.685-2.278Q8.369 3 12 3m.012 2.539h5.907H6.104zm-5.908 0h11.815q-.26-.772-1.603-1.155Q14.973 4 12.012 4q-2.945 0-4.288.39q-1.343.389-1.62 1.149M11.806 12"/></svg> </template>
CSS
.icon-bus-railway-outline-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%22M7.707%2013.707q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323M19.97%2012.17q1.03.94%201.03%202.446v3q0%20.69-.501%201.19t-1.191.502L21%2021h-7.423l1.692-1.692q-.69%200-1.191-.501t-.501-1.192v-3q0-1.506%201.048-2.445q1.048-.94%202.683-.94t2.663.94m-3.255%204.526q-.197.196-.197.477t.197.477t.476.196t.477-.196t.197-.477t-.197-.477t-.477-.196t-.476.196m-2.093-2.927q-.08.206-.121.408t-.04.439v.846h5.654v-.846q0-.237-.041-.439q-.04-.202-.121-.408zM12%203q3.762%200%205.38.694T19%206v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.188.233-.341.473t-.276.527H6v3q0%20.825.588%201.413T8%2017h3.192v1H7.77v2H6.54v-2.396q-.489-.212-1.014-.901T5%2015.115V6q0-1.556%201.685-2.278Q8.369%203%2012%203m.012%202.539h5.907H6.104zm-5.908%200h11.815q-.26-.772-1.603-1.155Q14.973%204%2012.012%204q-2.945%200-4.288.39q-1.343.389-1.62%201.149M11.806%2012%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%22M7.707%2013.707q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323M19.97%2012.17q1.03.94%201.03%202.446v3q0%20.69-.501%201.19t-1.191.502L21%2021h-7.423l1.692-1.692q-.69%200-1.191-.501t-.501-1.192v-3q0-1.506%201.048-2.445q1.048-.94%202.683-.94t2.663.94m-3.255%204.526q-.197.196-.197.477t.197.477t.476.196t.477-.196t.197-.477t-.197-.477t-.477-.196t-.476.196m-2.093-2.927q-.08.206-.121.408t-.04.439v.846h5.654v-.846q0-.237-.041-.439q-.04-.202-.121-.408zM12%203q3.762%200%205.38.694T19%206v3.054q-.238-.073-.479-.113q-.24-.039-.521-.07V6.538H6V11h6.423q-.188.233-.341.473t-.276.527H6v3q0%20.825.588%201.413T8%2017h3.192v1H7.77v2H6.54v-2.396q-.489-.212-1.014-.901T5%2015.115V6q0-1.556%201.685-2.278Q8.369%203%2012%203m.012%202.539h5.907H6.104zm-5.908%200h11.815q-.26-.772-1.603-1.155Q14.973%204%2012.012%204q-2.945%200-4.288.39q-1.343.389-1.62%201.149M11.806%2012%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-outline-sharp.svg?color=%231a73e8&size=48