directions railway 2 icon
directions-railway-2-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- directions-railway-2-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 directions railway 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.2 22q-.35 0-.475-.3t.125-.55L6 20h12l1.15 1.15q.25.25.125.55t-.475.3zM7 19l1-1h-.5q-1.45 0-2.475-1.025T4 14.5V8q0-3.225 2.313-5.113T12 1t5.688 1.888T20 8v6.5q0 1.45-1.025 2.475T16.5 18H16l1 1zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T12 12t-1.062.438T10.5 13.5t.438 1.063T12 15t1.063-.437M6 9h12V8q0-.575-.112-1.062T17.575 6H6.425q-.2.45-.312.938T6 8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDirectionsRailway2Rounded(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="M5.2 22q-.35 0-.475-.3t.125-.55L6 20h12l1.15 1.15q.25.25.125.55t-.475.3zM7 19l1-1h-.5q-1.45 0-2.475-1.025T4 14.5V8q0-3.225 2.313-5.113T12 1t5.688 1.888T20 8v6.5q0 1.45-1.025 2.475T16.5 18H16l1 1zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T12 12t-1.062.438T10.5 13.5t.438 1.063T12 15t1.063-.437M6 9h12V8q0-.575-.112-1.062T17.575 6H6.425q-.2.45-.312.938T6 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.2 22q-.35 0-.475-.3t.125-.55L6 20h12l1.15 1.15q.25.25.125.55t-.475.3zM7 19l1-1h-.5q-1.45 0-2.475-1.025T4 14.5V8q0-3.225 2.313-5.113T12 1t5.688 1.888T20 8v6.5q0 1.45-1.025 2.475T16.5 18H16l1 1zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T12 12t-1.062.438T10.5 13.5t.438 1.063T12 15t1.063-.437M6 9h12V8q0-.575-.112-1.062T17.575 6H6.425q-.2.45-.312.938T6 8z"/></svg> </template>
CSS
.icon-directions-railway-2-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%22M5.2%2022q-.35%200-.475-.3t.125-.55L6%2020h12l1.15%201.15q.25.25.125.55t-.475.3zM7%2019l1-1h-.5q-1.45%200-2.475-1.025T4%2014.5V8q0-3.225%202.313-5.113T12%201t5.688%201.888T20%208v6.5q0%201.45-1.025%202.475T16.5%2018H16l1%201zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T12%2012t-1.062.438T10.5%2013.5t.438%201.063T12%2015t1.063-.437M6%209h12V8q0-.575-.112-1.062T17.575%206H6.425q-.2.45-.312.938T6%208z%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%22M5.2%2022q-.35%200-.475-.3t.125-.55L6%2020h12l1.15%201.15q.25.25.125.55t-.475.3zM7%2019l1-1h-.5q-1.45%200-2.475-1.025T4%2014.5V8q0-3.225%202.313-5.113T12%201t5.688%201.888T20%208v6.5q0%201.45-1.025%202.475T16.5%2018H16l1%201zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T12%2012t-1.062.438T10.5%2013.5t.438%201.063T12%2015t1.063-.437M6%209h12V8q0-.575-.112-1.062T17.575%206H6.425q-.2.45-.312.938T6%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/directions-railway-2-rounded.svg?color=%231a73e8&size=48