railway alert 2 icon
railway-alert-2-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- railway-alert-2-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
3 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-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.97 21q-.274 0-.37-.252t.096-.444l.843-.842h10.923l.842.842q.192.192.096.444t-.37.252zm9.81-11.164Q12.616 8.67 12.616 7t1.164-2.835T16.616 3q1.67 0 2.835 1.165Q20.616 5.329 20.616 7T19.45 9.836T16.616 11T13.78 9.836m3.109-2.332Q17 7.392 17 7.23V5q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.23q0 .162.111.274q.112.112.274.112q.161 0 .273-.112m-.273 1.958q.18 0 .311-.131t.15-.312q0-.2-.13-.34q-.132-.14-.332-.14t-.33.13q-.131.131-.131.331t.13.33q.132.132.332.132m-11.308 9.23l.769-.769h-.25q-1.2 0-2.013-.842T3 15.038V8.192q0-2.684 2.092-4.438T10 2q.287 0 .58.013t.58.062q.373.05.504.416q.13.367-.143.678q-.477.621-.777 1.342q-.3.72-.425 1.489H4.483q-.264.514-.373 1.071Q4 7.63 4 8.192v1.962h7.127q.402.729.972 1.324t1.278 1.02q.644.386 1.351.605t1.466.262q.34.02.573.258t.222.567v.981q-.047 1.16-.851 1.956q-.805.796-1.965.796h-.25l.77.77zm5.62-3.726q.38-.38.38-.927t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.927q.38.38.928.38t.928-.38"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRailwayAlert2Rounded(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.97 21q-.274 0-.37-.252t.096-.444l.843-.842h10.923l.842.842q.192.192.096.444t-.37.252zm9.81-11.164Q12.616 8.67 12.616 7t1.164-2.835T16.616 3q1.67 0 2.835 1.165Q20.616 5.329 20.616 7T19.45 9.836T16.616 11T13.78 9.836m3.109-2.332Q17 7.392 17 7.23V5q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.23q0 .162.111.274q.112.112.274.112q.161 0 .273-.112m-.273 1.958q.18 0 .311-.131t.15-.312q0-.2-.13-.34q-.132-.14-.332-.14t-.33.13q-.131.131-.131.331t.13.33q.132.132.332.132m-11.308 9.23l.769-.769h-.25q-1.2 0-2.013-.842T3 15.038V8.192q0-2.684 2.092-4.438T10 2q.287 0 .58.013t.58.062q.373.05.504.416q.13.367-.143.678q-.477.621-.777 1.342q-.3.72-.425 1.489H4.483q-.264.514-.373 1.071Q4 7.63 4 8.192v1.962h7.127q.402.729.972 1.324t1.278 1.02q.644.386 1.351.605t1.466.262q.34.02.573.258t.222.567v.981q-.047 1.16-.851 1.956q-.805.796-1.965.796h-.25l.77.77zm5.62-3.726q.38-.38.38-.927t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.927q.38.38.928.38t.928-.38"/></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.97 21q-.274 0-.37-.252t.096-.444l.843-.842h10.923l.842.842q.192.192.096.444t-.37.252zm9.81-11.164Q12.616 8.67 12.616 7t1.164-2.835T16.616 3q1.67 0 2.835 1.165Q20.616 5.329 20.616 7T19.45 9.836T16.616 11T13.78 9.836m3.109-2.332Q17 7.392 17 7.23V5q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.23q0 .162.111.274q.112.112.274.112q.161 0 .273-.112m-.273 1.958q.18 0 .311-.131t.15-.312q0-.2-.13-.34q-.132-.14-.332-.14t-.33.13q-.131.131-.131.331t.13.33q.132.132.332.132m-11.308 9.23l.769-.769h-.25q-1.2 0-2.013-.842T3 15.038V8.192q0-2.684 2.092-4.438T10 2q.287 0 .58.013t.58.062q.373.05.504.416q.13.367-.143.678q-.477.621-.777 1.342q-.3.72-.425 1.489H4.483q-.264.514-.373 1.071Q4 7.63 4 8.192v1.962h7.127q.402.729.972 1.324t1.278 1.02q.644.386 1.351.605t1.466.262q.34.02.573.258t.222.567v.981q-.047 1.16-.851 1.956q-.805.796-1.965.796h-.25l.77.77zm5.62-3.726q.38-.38.38-.927t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.927q.38.38.928.38t.928-.38"/></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.97%2021q-.274%200-.37-.252t.096-.444l.843-.842h10.923l.842.842q.192.192.096.444t-.37.252zm9.81-11.164Q12.616%208.67%2012.616%207t1.164-2.835T16.616%203q1.67%200%202.835%201.165Q20.616%205.329%2020.616%207T19.45%209.836T16.616%2011T13.78%209.836m3.109-2.332Q17%207.392%2017%207.23V5q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.23q0%20.162.111.274q.112.112.274.112q.161%200%20.273-.112m-.273%201.958q.18%200%20.311-.131t.15-.312q0-.2-.13-.34q-.132-.14-.332-.14t-.33.13q-.131.131-.131.331t.13.33q.132.132.332.132m-11.308%209.23l.769-.769h-.25q-1.2%200-2.013-.842T3%2015.038V8.192q0-2.684%202.092-4.438T10%202q.287%200%20.58.013t.58.062q.373.05.504.416q.13.367-.143.678q-.477.621-.777%201.342q-.3.72-.425%201.489H4.483q-.264.514-.373%201.071Q4%207.63%204%208.192v1.962h7.127q.402.729.972%201.324t1.278%201.02q.644.386%201.351.605t1.466.262q.34.02.573.258t.222.567v.981q-.047%201.16-.851%201.956q-.805.796-1.965.796h-.25l.77.77zm5.62-3.726q.38-.38.38-.927t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.927q.38.38.928.38t.928-.38%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.97%2021q-.274%200-.37-.252t.096-.444l.843-.842h10.923l.842.842q.192.192.096.444t-.37.252zm9.81-11.164Q12.616%208.67%2012.616%207t1.164-2.835T16.616%203q1.67%200%202.835%201.165Q20.616%205.329%2020.616%207T19.45%209.836T16.616%2011T13.78%209.836m3.109-2.332Q17%207.392%2017%207.23V5q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.23q0%20.162.111.274q.112.112.274.112q.161%200%20.273-.112m-.273%201.958q.18%200%20.311-.131t.15-.312q0-.2-.13-.34q-.132-.14-.332-.14t-.33.13q-.131.131-.131.331t.13.33q.132.132.332.132m-11.308%209.23l.769-.769h-.25q-1.2%200-2.013-.842T3%2015.038V8.192q0-2.684%202.092-4.438T10%202q.287%200%20.58.013t.58.062q.373.05.504.416q.13.367-.143.678q-.477.621-.777%201.342q-.3.72-.425%201.489H4.483q-.264.514-.373%201.071Q4%207.63%204%208.192v1.962h7.127q.402.729.972%201.324t1.278%201.02q.644.386%201.351.605t1.466.262q.34.02.573.258t.222.567v.981q-.047%201.16-.851%201.956q-.805.796-1.965.796h-.25l.77.77zm5.62-3.726q.38-.38.38-.927t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.927q.38.38.928.38t.928-.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/railway-alert-2-rounded.svg?color=%231a73e8&size=48