railway alert icon

railway-alert-outline-rounded from Material Symbols by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
railway-alert-outline-rounded
Set
Material Symbols
Style
Outline 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

Use the railway alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.45 6h5.85zm.525 16q-.275 0-.462-.15t-.263-.375t0-.462t.3-.388L5.5 20q-1.45 0-2.475-1.025T2 16.5V7q0-2.2 1.988-3.1T10 3q.425 0 .713.288T11 4t-.262.713T10.05 5q-2.4 0-3.75.288T4.45 6H9q.425 0 .713.288T10 7t-.288.713T9 8H4v3h8.025q.425 0 .7.288T13 12t-.288.713T12 13H4v3.5q0 .625.438 1.063T5.5 18h9q.625 0 1.063-.437T16 16.5v-1.475q0-.425.288-.712t.712-.288t.713.288t.287.712V16.5q0 1.45-1.025 2.475T14.5 20l.95.625q.225.15.3.388t0 .462t-.262.375t-.463.15zM17 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.35-4.15q.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.15m-5.937 6.563q.437-.438.437-1.063t-.437-1.062T10 14t-1.062.438T8.5 15.5t.438 1.063T10 17t1.063-.437M16 13H4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRailwayAlertOutlineRounded(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="M4.45 6h5.85zm.525 16q-.275 0-.462-.15t-.263-.375t0-.462t.3-.388L5.5 20q-1.45 0-2.475-1.025T2 16.5V7q0-2.2 1.988-3.1T10 3q.425 0 .713.288T11 4t-.262.713T10.05 5q-2.4 0-3.75.288T4.45 6H9q.425 0 .713.288T10 7t-.288.713T9 8H4v3h8.025q.425 0 .7.288T13 12t-.288.713T12 13H4v3.5q0 .625.438 1.063T5.5 18h9q.625 0 1.063-.437T16 16.5v-1.475q0-.425.288-.712t.712-.288t.713.288t.287.712V16.5q0 1.45-1.025 2.475T14.5 20l.95.625q.225.15.3.388t0 .462t-.262.375t-.463.15zM17 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.35-4.15q.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.15m-5.937 6.563q.437-.438.437-1.063t-.437-1.062T10 14t-1.062.438T8.5 15.5t.438 1.063T10 17t1.063-.437M16 13H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.45 6h5.85zm.525 16q-.275 0-.462-.15t-.263-.375t0-.462t.3-.388L5.5 20q-1.45 0-2.475-1.025T2 16.5V7q0-2.2 1.988-3.1T10 3q.425 0 .713.288T11 4t-.262.713T10.05 5q-2.4 0-3.75.288T4.45 6H9q.425 0 .713.288T10 7t-.288.713T9 8H4v3h8.025q.425 0 .7.288T13 12t-.288.713T12 13H4v3.5q0 .625.438 1.063T5.5 18h9q.625 0 1.063-.437T16 16.5v-1.475q0-.425.288-.712t.712-.288t.713.288t.287.712V16.5q0 1.45-1.025 2.475T14.5 20l.95.625q.225.15.3.388t0 .462t-.262.375t-.463.15zM17 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.35-4.15q.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.15m-5.937 6.563q.437-.438.437-1.063t-.437-1.062T10 14t-1.062.438T8.5 15.5t.438 1.063T10 17t1.063-.437M16 13H4z"/></svg>
</template>

CSS

.icon-railway-alert-outline-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%22M4.45%206h5.85zm.525%2016q-.275%200-.462-.15t-.263-.375t0-.462t.3-.388L5.5%2020q-1.45%200-2.475-1.025T2%2016.5V7q0-2.2%201.988-3.1T10%203q.425%200%20.713.288T11%204t-.262.713T10.05%205q-2.4%200-3.75.288T4.45%206H9q.425%200%20.713.288T10%207t-.288.713T9%208H4v3h8.025q.425%200%20.7.288T13%2012t-.288.713T12%2013H4v3.5q0%20.625.438%201.063T5.5%2018h9q.625%200%201.063-.437T16%2016.5v-1.475q0-.425.288-.712t.712-.288t.713.288t.287.712V16.5q0%201.45-1.025%202.475T14.5%2020l.95.625q.225.15.3.388t0%20.462t-.262.375t-.463.15zM17%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.35-4.15q.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.15m-5.937%206.563q.437-.438.437-1.063t-.437-1.062T10%2014t-1.062.438T8.5%2015.5t.438%201.063T10%2017t1.063-.437M16%2013H4z%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%22M4.45%206h5.85zm.525%2016q-.275%200-.462-.15t-.263-.375t0-.462t.3-.388L5.5%2020q-1.45%200-2.475-1.025T2%2016.5V7q0-2.2%201.988-3.1T10%203q.425%200%20.713.288T11%204t-.262.713T10.05%205q-2.4%200-3.75.288T4.45%206H9q.425%200%20.713.288T10%207t-.288.713T9%208H4v3h8.025q.425%200%20.7.288T13%2012t-.288.713T12%2013H4v3.5q0%20.625.438%201.063T5.5%2018h9q.625%200%201.063-.437T16%2016.5v-1.475q0-.425.288-.712t.712-.288t.713.288t.287.712V16.5q0%201.45-1.025%202.475T14.5%2020l.95.625q.225.15.3.388t0%20.462t-.262.375t-.463.15zM17%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.35-4.15q.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.15m-5.937%206.563q.437-.438.437-1.063t-.437-1.062T10%2014t-1.062.438T8.5%2015.5t.438%201.063T10%2017t1.063-.437M16%2013H4z%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-outline-rounded.svg?color=%231a73e8&size=48