railway alert 2 icon

railway-alert-2 from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.

Name
railway-alert-2
Set
Material Symbols
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
railway-alert-2-sharp

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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="m2 22l2-2h12l2 2zm9.063-7.437q.437-.438.437-1.063t-.437-1.062T10 12t-1.062.438T8.5 13.5t.438 1.063T10 15t1.063-.437M17 12q-2.075 0-3.537-1.463T12 7q0-2.05 1.45-3.525T17 2q2.075 0 3.538 1.462T22 7t-1.463 3.538T17 12m-.5-4h1V4h-1zm.5 2q.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.225 2.313-5.113T10 1q.725 0 1.413.088t1.337.287q-1.075.825-1.787 2.013T10.05 6H4.425q-.2.45-.312.938T4 8v1h6.3q.65 2.2 2.488 3.6t4.237 1.4q.25 0 .488-.012t.487-.063v.575q0 1.45-1.025 2.475T14.5 18H14l1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRailwayAlert2(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="m2 22l2-2h12l2 2zm9.063-7.437q.437-.438.437-1.063t-.437-1.062T10 12t-1.062.438T8.5 13.5t.438 1.063T10 15t1.063-.437M17 12q-2.075 0-3.537-1.463T12 7q0-2.05 1.45-3.525T17 2q2.075 0 3.538 1.462T22 7t-1.463 3.538T17 12m-.5-4h1V4h-1zm.5 2q.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.225 2.313-5.113T10 1q.725 0 1.413.088t1.337.287q-1.075.825-1.787 2.013T10.05 6H4.425q-.2.45-.312.938T4 8v1h6.3q.65 2.2 2.488 3.6t4.237 1.4q.25 0 .488-.012t.487-.063v.575q0 1.45-1.025 2.475T14.5 18H14l1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2 22l2-2h12l2 2zm9.063-7.437q.437-.438.437-1.063t-.437-1.062T10 12t-1.062.438T8.5 13.5t.438 1.063T10 15t1.063-.437M17 12q-2.075 0-3.537-1.463T12 7q0-2.05 1.45-3.525T17 2q2.075 0 3.538 1.462T22 7t-1.463 3.538T17 12m-.5-4h1V4h-1zm.5 2q.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.225 2.313-5.113T10 1q.725 0 1.413.088t1.337.287q-1.075.825-1.787 2.013T10.05 6H4.425q-.2.45-.312.938T4 8v1h6.3q.65 2.2 2.488 3.6t4.237 1.4q.25 0 .488-.012t.487-.063v.575q0 1.45-1.025 2.475T14.5 18H14l1 1z"/></svg>
</template>

CSS

.icon-railway-alert-2 {
  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%22m2%2022l2-2h12l2%202zm9.063-7.437q.437-.438.437-1.063t-.437-1.062T10%2012t-1.062.438T8.5%2013.5t.438%201.063T10%2015t1.063-.437M17%2012q-2.075%200-3.537-1.463T12%207q0-2.05%201.45-3.525T17%202q2.075%200%203.538%201.462T22%207t-1.463%203.538T17%2012m-.5-4h1V4h-1zm.5%202q.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.225%202.313-5.113T10%201q.725%200%201.413.088t1.337.287q-1.075.825-1.787%202.013T10.05%206H4.425q-.2.45-.312.938T4%208v1h6.3q.65%202.2%202.488%203.6t4.237%201.4q.25%200%20.488-.012t.487-.063v.575q0%201.45-1.025%202.475T14.5%2018H14l1%201z%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%22m2%2022l2-2h12l2%202zm9.063-7.437q.437-.438.437-1.063t-.437-1.062T10%2012t-1.062.438T8.5%2013.5t.438%201.063T10%2015t1.063-.437M17%2012q-2.075%200-3.537-1.463T12%207q0-2.05%201.45-3.525T17%202q2.075%200%203.538%201.462T22%207t-1.463%203.538T17%2012m-.5-4h1V4h-1zm.5%202q.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.225%202.313-5.113T10%201q.725%200%201.413.088t1.337.287q-1.075.825-1.787%202.013T10.05%206H4.425q-.2.45-.312.938T4%208v1h6.3q.65%202.2%202.488%203.6t4.237%201.4q.25%200%20.488-.012t.487-.063v.575q0%201.45-1.025%202.475T14.5%2018H14l1%201z%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.svg?color=%231a73e8&size=48