bus railway icon
bus-railway-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- bus-railway-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M19.976 12.172Q21 13.113 21 14.616v3q0 .698-.497 1.195t-1.195.497l.996.996q.192.192.095.444t-.368.252h-5.485q-.271 0-.368-.252t.095-.444l.996-.996q-.698 0-1.195-.497t-.497-1.195v-3q0-1.502 1.048-2.444q1.048-.941 2.687-.941q1.64 0 2.663.941M9.294 15.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.322.327-.322.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327m8.375 2.361q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.188h5.654v-.85q0-.233-.041-.435q-.04-.202-.121-.408h-5.331q-.08.206-.121.413q-.04.206-.04.434zM7.039 20q-.213 0-.357-.144T6.54 19.5v-1.896q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.684-2.278Q8.37 3 12 3q3.763 0 5.382.694T19 6v2.47q0 .212-.144.356t-.357.143t-.356-.143T18 8.469V6.54H6V11h5.3q.339 0 .508.31q.169.311.002.634q-.331.612-.475 1.286t-.143 1.386v2.576q0 .344-.232.576t-.576.232H7.77v1.5q0 .213-.144.356T7.27 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBusRailwayRounded(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="M19.976 12.172Q21 13.113 21 14.616v3q0 .698-.497 1.195t-1.195.497l.996.996q.192.192.095.444t-.368.252h-5.485q-.271 0-.368-.252t.095-.444l.996-.996q-.698 0-1.195-.497t-.497-1.195v-3q0-1.502 1.048-2.444q1.048-.941 2.687-.941q1.64 0 2.663.941M9.294 15.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.322.327-.322.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327m8.375 2.361q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.188h5.654v-.85q0-.233-.041-.435q-.04-.202-.121-.408h-5.331q-.08.206-.121.413q-.04.206-.04.434zM7.039 20q-.213 0-.357-.144T6.54 19.5v-1.896q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.684-2.278Q8.37 3 12 3q3.763 0 5.382.694T19 6v2.47q0 .212-.144.356t-.357.143t-.356-.143T18 8.469V6.54H6V11h5.3q.339 0 .508.31q.169.311.002.634q-.331.612-.475 1.286t-.143 1.386v2.576q0 .344-.232.576t-.576.232H7.77v1.5q0 .213-.144.356T7.27 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.976 12.172Q21 13.113 21 14.616v3q0 .698-.497 1.195t-1.195.497l.996.996q.192.192.095.444t-.368.252h-5.485q-.271 0-.368-.252t.095-.444l.996-.996q-.698 0-1.195-.497t-.497-1.195v-3q0-1.502 1.048-2.444q1.048-.941 2.687-.941q1.64 0 2.663.941M9.294 15.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.322.327-.322.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327m8.375 2.361q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.188h5.654v-.85q0-.233-.041-.435q-.04-.202-.121-.408h-5.331q-.08.206-.121.413q-.04.206-.04.434zM7.039 20q-.213 0-.357-.144T6.54 19.5v-1.896q-.489-.212-1.014-.901T5 15.115V6q0-1.556 1.684-2.278Q8.37 3 12 3q3.763 0 5.382.694T19 6v2.47q0 .212-.144.356t-.357.143t-.356-.143T18 8.469V6.54H6V11h5.3q.339 0 .508.31q.169.311.002.634q-.331.612-.475 1.286t-.143 1.386v2.576q0 .344-.232.576t-.576.232H7.77v1.5q0 .213-.144.356T7.27 20z"/></svg> </template>
CSS
.icon-bus-railway-rounded {
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%22M19.976%2012.172Q21%2013.113%2021%2014.616v3q0%20.698-.497%201.195t-1.195.497l.996.996q.192.192.095.444t-.368.252h-5.485q-.271%200-.368-.252t.095-.444l.996-.996q-.698%200-1.195-.497t-.497-1.195v-3q0-1.502%201.048-2.444q1.048-.941%202.687-.941q1.64%200%202.663.941M9.294%2015.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.322.327-.322.793q0%20.467.327.79q.327.322.793.322q.467%200%20.79-.327m8.375%202.361q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.188h5.654v-.85q0-.233-.041-.435q-.04-.202-.121-.408h-5.331q-.08.206-.121.413q-.04.206-.04.434zM7.039%2020q-.213%200-.357-.144T6.54%2019.5v-1.896q-.489-.212-1.014-.901T5%2015.115V6q0-1.556%201.684-2.278Q8.37%203%2012%203q3.763%200%205.382.694T19%206v2.47q0%20.212-.144.356t-.357.143t-.356-.143T18%208.469V6.54H6V11h5.3q.339%200%20.508.31q.169.311.002.634q-.331.612-.475%201.286t-.143%201.386v2.576q0%20.344-.232.576t-.576.232H7.77v1.5q0%20.213-.144.356T7.27%2020z%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%22M19.976%2012.172Q21%2013.113%2021%2014.616v3q0%20.698-.497%201.195t-1.195.497l.996.996q.192.192.095.444t-.368.252h-5.485q-.271%200-.368-.252t.095-.444l.996-.996q-.698%200-1.195-.497t-.497-1.195v-3q0-1.502%201.048-2.444q1.048-.941%202.687-.941q1.64%200%202.663.941M9.294%2015.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.322.327-.322.793q0%20.467.327.79q.327.322.793.322q.467%200%20.79-.327m8.375%202.361q.197-.196.197-.477t-.197-.477t-.477-.196t-.476.196q-.197.196-.197.477t.197.477t.476.196t.477-.196m-3.207-2.188h5.654v-.85q0-.233-.041-.435q-.04-.202-.121-.408h-5.331q-.08.206-.121.413q-.04.206-.04.434zM7.039%2020q-.213%200-.357-.144T6.54%2019.5v-1.896q-.489-.212-1.014-.901T5%2015.115V6q0-1.556%201.684-2.278Q8.37%203%2012%203q3.763%200%205.382.694T19%206v2.47q0%20.212-.144.356t-.357.143t-.356-.143T18%208.469V6.54H6V11h5.3q.339%200%20.508.31q.169.311.002.634q-.331.612-.475%201.286t-.143%201.386v2.576q0%20.344-.232.576t-.576.232H7.77v1.5q0%20.213-.144.356T7.27%2020z%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-rounded.svg?color=%231a73e8&size=48