monorail icon
monorail-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- monorail-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 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-pinbus-railwaycable-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-right
Use the monorail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-.425 0-.712-.288T6 21t.288-.712T7 20h4v-2q0-.425.288-.712T12 17t.713.288T13 18v2h4q.425 0 .713.288T18 21t-.288.713T17 22zM8 2h8q1.65 0 2.825 1.175T20 6v9.5q0 1.45-1.025 2.475T16.5 19H15q-.425 0-.712-.288T14 18q0-.825-.587-1.412T12 16t-1.412.588T10 18q0 .425-.288.713T9 19H7.5q-1.45 0-2.475-1.025T4 15.5V6q0-1.65 1.175-2.825T8 2M6 7v3h12V7z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMonorailRounded(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 22q-.425 0-.712-.288T6 21t.288-.712T7 20h4v-2q0-.425.288-.712T12 17t.713.288T13 18v2h4q.425 0 .713.288T18 21t-.288.713T17 22zM8 2h8q1.65 0 2.825 1.175T20 6v9.5q0 1.45-1.025 2.475T16.5 19H15q-.425 0-.712-.288T14 18q0-.825-.587-1.412T12 16t-1.412.588T10 18q0 .425-.288.713T9 19H7.5q-1.45 0-2.475-1.025T4 15.5V6q0-1.65 1.175-2.825T8 2M6 7v3h12V7z"/></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 22q-.425 0-.712-.288T6 21t.288-.712T7 20h4v-2q0-.425.288-.712T12 17t.713.288T13 18v2h4q.425 0 .713.288T18 21t-.288.713T17 22zM8 2h8q1.65 0 2.825 1.175T20 6v9.5q0 1.45-1.025 2.475T16.5 19H15q-.425 0-.712-.288T14 18q0-.825-.587-1.412T12 16t-1.412.588T10 18q0 .425-.288.713T9 19H7.5q-1.45 0-2.475-1.025T4 15.5V6q0-1.65 1.175-2.825T8 2M6 7v3h12V7z"/></svg> </template>
CSS
.icon-monorail-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%22M7%2022q-.425%200-.712-.288T6%2021t.288-.712T7%2020h4v-2q0-.425.288-.712T12%2017t.713.288T13%2018v2h4q.425%200%20.713.288T18%2021t-.288.713T17%2022zM8%202h8q1.65%200%202.825%201.175T20%206v9.5q0%201.45-1.025%202.475T16.5%2019H15q-.425%200-.712-.288T14%2018q0-.825-.587-1.412T12%2016t-1.412.588T10%2018q0%20.425-.288.713T9%2019H7.5q-1.45%200-2.475-1.025T4%2015.5V6q0-1.65%201.175-2.825T8%202M6%207v3h12V7z%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%2022q-.425%200-.712-.288T6%2021t.288-.712T7%2020h4v-2q0-.425.288-.712T12%2017t.713.288T13%2018v2h4q.425%200%20.713.288T18%2021t-.288.713T17%2022zM8%202h8q1.65%200%202.825%201.175T20%206v9.5q0%201.45-1.025%202.475T16.5%2019H15q-.425%200-.712-.288T14%2018q0-.825-.587-1.412T12%2016t-1.412.588T10%2018q0%20.425-.288.713T9%2019H7.5q-1.45%200-2.475-1.025T4%2015.5V6q0-1.65%201.175-2.825T8%202M6%207v3h12V7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/monorail-rounded.svg?color=%231a73e8&size=48