railway alert 2 icon
railway-alert-2-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- railway-alert-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 railway alert 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.2 22q-.35 0-.475-.3t.125-.55L4 20h12l1.15 1.15q.25.25.125.55t-.475.3zm10.263-11.462Q12 9.075 12 7t1.463-3.537T17 2t3.538 1.463T22 7t-1.463 3.538T17 12t-3.537-1.463M17.35 7.85q.15-.15.15-.35v-3q0-.2-.15-.35T17 4t-.35.15t-.15.35v3q0 .2.15.35T17 8t.35-.15M17 10q.2 0 .35-.15t.15-.35t-.15-.35T17 9t-.35.15t-.15.35t.15.35t.35.15M5 19l1-1h-.5q-1.45 0-2.475-1.025T2 14.5V8q0-3.05 2.4-5.025T10 1q.325 0 .638.012t.637.063q.45.05.6.513t-.2.812q-.65.775-1.075 1.688T10.05 6H4.425q-.225.475-.325.975T4 8v1h6.3q.325 1.075.963 1.988t1.537 1.587q.875.675 1.938 1.038t2.187.387q.475 0 .775.325t.25.75q-.2 1.275-1.187 2.1T14.5 18H14l1 1zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T10 12t-1.062.438T8.5 13.5t.438 1.063T10 15t1.063-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRailwayAlert2Rounded(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="M3.2 22q-.35 0-.475-.3t.125-.55L4 20h12l1.15 1.15q.25.25.125.55t-.475.3zm10.263-11.462Q12 9.075 12 7t1.463-3.537T17 2t3.538 1.463T22 7t-1.463 3.538T17 12t-3.537-1.463M17.35 7.85q.15-.15.15-.35v-3q0-.2-.15-.35T17 4t-.35.15t-.15.35v3q0 .2.15.35T17 8t.35-.15M17 10q.2 0 .35-.15t.15-.35t-.15-.35T17 9t-.35.15t-.15.35t.15.35t.35.15M5 19l1-1h-.5q-1.45 0-2.475-1.025T2 14.5V8q0-3.05 2.4-5.025T10 1q.325 0 .638.012t.637.063q.45.05.6.513t-.2.812q-.65.775-1.075 1.688T10.05 6H4.425q-.225.475-.325.975T4 8v1h6.3q.325 1.075.963 1.988t1.537 1.587q.875.675 1.938 1.038t2.187.387q.475 0 .775.325t.25.75q-.2 1.275-1.187 2.1T14.5 18H14l1 1zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T10 12t-1.062.438T8.5 13.5t.438 1.063T10 15t1.063-.437"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.2 22q-.35 0-.475-.3t.125-.55L4 20h12l1.15 1.15q.25.25.125.55t-.475.3zm10.263-11.462Q12 9.075 12 7t1.463-3.537T17 2t3.538 1.463T22 7t-1.463 3.538T17 12t-3.537-1.463M17.35 7.85q.15-.15.15-.35v-3q0-.2-.15-.35T17 4t-.35.15t-.15.35v3q0 .2.15.35T17 8t.35-.15M17 10q.2 0 .35-.15t.15-.35t-.15-.35T17 9t-.35.15t-.15.35t.15.35t.35.15M5 19l1-1h-.5q-1.45 0-2.475-1.025T2 14.5V8q0-3.05 2.4-5.025T10 1q.325 0 .638.012t.637.063q.45.05.6.513t-.2.812q-.65.775-1.075 1.688T10.05 6H4.425q-.225.475-.325.975T4 8v1h6.3q.325 1.075.963 1.988t1.537 1.587q.875.675 1.938 1.038t2.187.387q.475 0 .775.325t.25.75q-.2 1.275-1.187 2.1T14.5 18H14l1 1zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T10 12t-1.062.438T8.5 13.5t.438 1.063T10 15t1.063-.437"/></svg> </template>
CSS
.icon-railway-alert-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%22M3.2%2022q-.35%200-.475-.3t.125-.55L4%2020h12l1.15%201.15q.25.25.125.55t-.475.3zm10.263-11.462Q12%209.075%2012%207t1.463-3.537T17%202t3.538%201.463T22%207t-1.463%203.538T17%2012t-3.537-1.463M17.35%207.85q.15-.15.15-.35v-3q0-.2-.15-.35T17%204t-.35.15t-.15.35v3q0%20.2.15.35T17%208t.35-.15M17%2010q.2%200%20.35-.15t.15-.35t-.15-.35T17%209t-.35.15t-.15.35t.15.35t.35.15M5%2019l1-1h-.5q-1.45%200-2.475-1.025T2%2014.5V8q0-3.05%202.4-5.025T10%201q.325%200%20.638.012t.637.063q.45.05.6.513t-.2.812q-.65.775-1.075%201.688T10.05%206H4.425q-.225.475-.325.975T4%208v1h6.3q.325%201.075.963%201.988t1.537%201.587q.875.675%201.938%201.038t2.187.387q.475%200%20.775.325t.25.75q-.2%201.275-1.187%202.1T14.5%2018H14l1%201zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T10%2012t-1.062.438T8.5%2013.5t.438%201.063T10%2015t1.063-.437%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%22M3.2%2022q-.35%200-.475-.3t.125-.55L4%2020h12l1.15%201.15q.25.25.125.55t-.475.3zm10.263-11.462Q12%209.075%2012%207t1.463-3.537T17%202t3.538%201.463T22%207t-1.463%203.538T17%2012t-3.537-1.463M17.35%207.85q.15-.15.15-.35v-3q0-.2-.15-.35T17%204t-.35.15t-.15.35v3q0%20.2.15.35T17%208t.35-.15M17%2010q.2%200%20.35-.15t.15-.35t-.15-.35T17%209t-.35.15t-.15.35t.15.35t.35.15M5%2019l1-1h-.5q-1.45%200-2.475-1.025T2%2014.5V8q0-3.05%202.4-5.025T10%201q.325%200%20.638.012t.637.063q.45.05.6.513t-.2.812q-.65.775-1.075%201.688T10.05%206H4.425q-.225.475-.325.975T4%208v1h6.3q.325%201.075.963%201.988t1.537%201.587q.875.675%201.938%201.038t2.187.387q.475%200%20.775.325t.25.75q-.2%201.275-1.187%202.1T14.5%2018H14l1%201zm6.063-4.437q.437-.438.437-1.063t-.437-1.062T10%2012t-1.062.438T8.5%2013.5t.438%201.063T10%2015t1.063-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/railway-alert-2-rounded.svg?color=%231a73e8&size=48