bus railway icon
bus-railway-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- bus-railway-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
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="M20.75 11.113Q22 12.225 22 14v4q0 .825-.587 1.413T20 20l1.15 1.15q.25.25.125.55t-.475.3h-6.6q-.35 0-.475-.3t.125-.55L15 20q-.825 0-1.412-.587T13 18v-4q0-1.775 1.25-2.887T17.5 10t3.25 1.113m-11.187 4.45Q10 15.125 10 14.5t-.437-1.062T8.5 13t-1.062.438T7 14.5t.438 1.063T8.5 16t1.063-.437m8.462 2.212q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M14.5 15h6v-1q0-.275-.05-.525T20.3 13h-5.6q-.1.225-.15.475T14.5 14zM6 21q-.425 0-.712-.288T5 20v-2.05q-.45-.5-.725-1.112T4 15.5V6q0-2.075 1.925-3.037T12 2q4.3 0 6.15.925T20 6v1.2q0 .425-.288.713T19 8.2t-.712-.287T18 7.2V7H6v3h5.05q.425 0 .638.388t-.013.787q-.35.65-.513 1.363T11 14v4q0 .425-.288.713T10 19H8v1q0 .425-.288.713T7 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBusRailwayRounded(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="M20.75 11.113Q22 12.225 22 14v4q0 .825-.587 1.413T20 20l1.15 1.15q.25.25.125.55t-.475.3h-6.6q-.35 0-.475-.3t.125-.55L15 20q-.825 0-1.412-.587T13 18v-4q0-1.775 1.25-2.887T17.5 10t3.25 1.113m-11.187 4.45Q10 15.125 10 14.5t-.437-1.062T8.5 13t-1.062.438T7 14.5t.438 1.063T8.5 16t1.063-.437m8.462 2.212q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M14.5 15h6v-1q0-.275-.05-.525T20.3 13h-5.6q-.1.225-.15.475T14.5 14zM6 21q-.425 0-.712-.288T5 20v-2.05q-.45-.5-.725-1.112T4 15.5V6q0-2.075 1.925-3.037T12 2q4.3 0 6.15.925T20 6v1.2q0 .425-.288.713T19 8.2t-.712-.287T18 7.2V7H6v3h5.05q.425 0 .638.388t-.013.787q-.35.65-.513 1.363T11 14v4q0 .425-.288.713T10 19H8v1q0 .425-.288.713T7 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.75 11.113Q22 12.225 22 14v4q0 .825-.587 1.413T20 20l1.15 1.15q.25.25.125.55t-.475.3h-6.6q-.35 0-.475-.3t.125-.55L15 20q-.825 0-1.412-.587T13 18v-4q0-1.775 1.25-2.887T17.5 10t3.25 1.113m-11.187 4.45Q10 15.125 10 14.5t-.437-1.062T8.5 13t-1.062.438T7 14.5t.438 1.063T8.5 16t1.063-.437m8.462 2.212q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M14.5 15h6v-1q0-.275-.05-.525T20.3 13h-5.6q-.1.225-.15.475T14.5 14zM6 21q-.425 0-.712-.288T5 20v-2.05q-.45-.5-.725-1.112T4 15.5V6q0-2.075 1.925-3.037T12 2q4.3 0 6.15.925T20 6v1.2q0 .425-.288.713T19 8.2t-.712-.287T18 7.2V7H6v3h5.05q.425 0 .638.388t-.013.787q-.35.65-.513 1.363T11 14v4q0 .425-.288.713T10 19H8v1q0 .425-.288.713T7 21z"/></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%22M20.75%2011.113Q22%2012.225%2022%2014v4q0%20.825-.587%201.413T20%2020l1.15%201.15q.25.25.125.55t-.475.3h-6.6q-.35%200-.475-.3t.125-.55L15%2020q-.825%200-1.412-.587T13%2018v-4q0-1.775%201.25-2.887T17.5%2010t3.25%201.113m-11.187%204.45Q10%2015.125%2010%2014.5t-.437-1.062T8.5%2013t-1.062.438T7%2014.5t.438%201.063T8.5%2016t1.063-.437m8.462%202.212q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M14.5%2015h6v-1q0-.275-.05-.525T20.3%2013h-5.6q-.1.225-.15.475T14.5%2014zM6%2021q-.425%200-.712-.288T5%2020v-2.05q-.45-.5-.725-1.112T4%2015.5V6q0-2.075%201.925-3.037T12%202q4.3%200%206.15.925T20%206v1.2q0%20.425-.288.713T19%208.2t-.712-.287T18%207.2V7H6v3h5.05q.425%200%20.638.388t-.013.787q-.35.65-.513%201.363T11%2014v4q0%20.425-.288.713T10%2019H8v1q0%20.425-.288.713T7%2021z%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%22M20.75%2011.113Q22%2012.225%2022%2014v4q0%20.825-.587%201.413T20%2020l1.15%201.15q.25.25.125.55t-.475.3h-6.6q-.35%200-.475-.3t.125-.55L15%2020q-.825%200-1.412-.587T13%2018v-4q0-1.775%201.25-2.887T17.5%2010t3.25%201.113m-11.187%204.45Q10%2015.125%2010%2014.5t-.437-1.062T8.5%2013t-1.062.438T7%2014.5t.438%201.063T8.5%2016t1.063-.437m8.462%202.212q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225t-.225.525t.225.525t.525.225t.525-.225M14.5%2015h6v-1q0-.275-.05-.525T20.3%2013h-5.6q-.1.225-.15.475T14.5%2014zM6%2021q-.425%200-.712-.288T5%2020v-2.05q-.45-.5-.725-1.112T4%2015.5V6q0-2.075%201.925-3.037T12%202q4.3%200%206.15.925T20%206v1.2q0%20.425-.288.713T19%208.2t-.712-.287T18%207.2V7H6v3h5.05q.425%200%20.638.388t-.013.787q-.35.65-.513%201.363T11%2014v4q0%20.425-.288.713T10%2019H8v1q0%20.425-.288.713T7%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bus-railway-rounded.svg?color=%231a73e8&size=48