twotone railway alert icon

twotone-railway-alert from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-railway-alert
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone 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 16.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V13H4zm6-2.5c.83 0 1.5.67 1.5 1.5S10.83 17 10 17s-1.5-.67-1.5-1.5S9.17 14 10 14M4.43 6H11c0-.33.03-.66.08-.98c-3.37-.1-5.75.21-6.65.98" opacity=".3"/><path fill="currentColor" d="M4 11V8h7.29C11.1 7.37 11 6.7 11 6H4.43c.9-.77 3.28-1.08 6.65-.98c.1-.7.3-1.37.59-1.99C2.97 2.67 2 5.02 2 7v9.5C2 18.43 3.57 20 5.5 20L4 21v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V13c-1.91 0-3.63-.76-4.89-2zm12 5.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V13h12z"/><circle cx="10" cy="15.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m.5 8h-1V8h1zm0-2h-1V3h1z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneRailwayAlert(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 16.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V13H4zm6-2.5c.83 0 1.5.67 1.5 1.5S10.83 17 10 17s-1.5-.67-1.5-1.5S9.17 14 10 14M4.43 6H11c0-.33.03-.66.08-.98c-3.37-.1-5.75.21-6.65.98" opacity=".3"/><path fill="currentColor" d="M4 11V8h7.29C11.1 7.37 11 6.7 11 6H4.43c.9-.77 3.28-1.08 6.65-.98c.1-.7.3-1.37.59-1.99C2.97 2.67 2 5.02 2 7v9.5C2 18.43 3.57 20 5.5 20L4 21v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V13c-1.91 0-3.63-.76-4.89-2zm12 5.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V13h12z"/><circle cx="10" cy="15.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m.5 8h-1V8h1zm0-2h-1V3h1z"/></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 16.5c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5V13H4zm6-2.5c.83 0 1.5.67 1.5 1.5S10.83 17 10 17s-1.5-.67-1.5-1.5S9.17 14 10 14M4.43 6H11c0-.33.03-.66.08-.98c-3.37-.1-5.75.21-6.65.98" opacity=".3"/><path fill="currentColor" d="M4 11V8h7.29C11.1 7.37 11 6.7 11 6H4.43c.9-.77 3.28-1.08 6.65-.98c.1-.7.3-1.37.59-1.99C2.97 2.67 2 5.02 2 7v9.5C2 18.43 3.57 20 5.5 20L4 21v1h12v-1l-1.5-1c1.93 0 3.5-1.57 3.5-3.5V13c-1.91 0-3.63-.76-4.89-2zm12 5.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V13h12z"/><circle cx="10" cy="15.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M18 1c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m.5 8h-1V8h1zm0-2h-1V3h1z"/></svg>
</template>

CSS

.icon-twotone-railway-alert {
  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%2016.5c0%20.83.67%201.5%201.5%201.5h9c.83%200%201.5-.67%201.5-1.5V13H4zm6-2.5c.83%200%201.5.67%201.5%201.5S10.83%2017%2010%2017s-1.5-.67-1.5-1.5S9.17%2014%2010%2014M4.43%206H11c0-.33.03-.66.08-.98c-3.37-.1-5.75.21-6.65.98%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011V8h7.29C11.1%207.37%2011%206.7%2011%206H4.43c.9-.77%203.28-1.08%206.65-.98c.1-.7.3-1.37.59-1.99C2.97%202.67%202%205.02%202%207v9.5C2%2018.43%203.57%2020%205.5%2020L4%2021v1h12v-1l-1.5-1c1.93%200%203.5-1.57%203.5-3.5V13c-1.91%200-3.63-.76-4.89-2zm12%205.5c0%20.83-.67%201.5-1.5%201.5h-9c-.83%200-1.5-.67-1.5-1.5V13h12z%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%201c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m.5%208h-1V8h1zm0-2h-1V3h1z%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%2016.5c0%20.83.67%201.5%201.5%201.5h9c.83%200%201.5-.67%201.5-1.5V13H4zm6-2.5c.83%200%201.5.67%201.5%201.5S10.83%2017%2010%2017s-1.5-.67-1.5-1.5S9.17%2014%2010%2014M4.43%206H11c0-.33.03-.66.08-.98c-3.37-.1-5.75.21-6.65.98%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2011V8h7.29C11.1%207.37%2011%206.7%2011%206H4.43c.9-.77%203.28-1.08%206.65-.98c.1-.7.3-1.37.59-1.99C2.97%202.67%202%205.02%202%207v9.5C2%2018.43%203.57%2020%205.5%2020L4%2021v1h12v-1l-1.5-1c1.93%200%203.5-1.57%203.5-3.5V13c-1.91%200-3.63-.76-4.89-2zm12%205.5c0%20.83-.67%201.5-1.5%201.5h-9c-.83%200-1.5-.67-1.5-1.5V13h12z%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%201c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m.5%208h-1V8h1zm0-2h-1V3h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-railway-alert.svg?color=%231a73e8&size=48