baseline bus alert icon

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

Name
baseline-bus-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 baseline bus alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 1a7 7 0 0 0-5.78 3.05l.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h8v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08A7 7 0 0 0 16 1M4.5 19a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M3 13V8h6c0 1.96.81 3.73 2.11 5zm10.5 6a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m2.5-6a5 5 0 1 1 0-10a5 5 0 0 1 0 10m-1-9h2v5h-2zm0 6h2v2h-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineBusAlert(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="M16 1a7 7 0 0 0-5.78 3.05l.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h8v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08A7 7 0 0 0 16 1M4.5 19a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M3 13V8h6c0 1.96.81 3.73 2.11 5zm10.5 6a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m2.5-6a5 5 0 1 1 0-10a5 5 0 0 1 0 10m-1-9h2v5h-2zm0 6h2v2h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 1a7 7 0 0 0-5.78 3.05l.02-.03C9.84 4 9.42 4 9 4c-4.42 0-8 .5-8 4v10c0 .88.39 1.67 1 2.22V22a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h8v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.78c.61-.55 1-1.34 1-2.22v-3.08A7 7 0 0 0 16 1M4.5 19a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M3 13V8h6c0 1.96.81 3.73 2.11 5zm10.5 6a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m2.5-6a5 5 0 1 1 0-10a5 5 0 0 1 0 10m-1-9h2v5h-2zm0 6h2v2h-2z"/></svg>
</template>

CSS

.icon-baseline-bus-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%22M16%201a7%207%200%200%200-5.78%203.05l.02-.03C9.84%204%209.42%204%209%204c-4.42%200-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22V22a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h8v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1.78c.61-.55%201-1.34%201-2.22v-3.08A7%207%200%200%200%2016%201M4.5%2019a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M3%2013V8h6c0%201.96.81%203.73%202.11%205zm10.5%206a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m2.5-6a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m-1-9h2v5h-2zm0%206h2v2h-2z%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%22M16%201a7%207%200%200%200-5.78%203.05l.02-.03C9.84%204%209.42%204%209%204c-4.42%200-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22V22a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h8v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1.78c.61-.55%201-1.34%201-2.22v-3.08A7%207%200%200%200%2016%201M4.5%2019a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M3%2013V8h6c0%201.96.81%203.73%202.11%205zm10.5%206a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203m2.5-6a5%205%200%201%201%200-10a5%205%200%200%201%200%2010m-1-9h2v5h-2zm0%206h2v2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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