bus alert icon
bus-alert from Material Symbols by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- bus-alert
- Set
- Material Symbols
- Style
- Regular
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-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-rightcar-fan-low-left
Use the 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="M17 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.15m-9.437 6.563Q8 16.125 8 15.5t-.437-1.062T6.5 14t-1.062.438T5 15.5t.438 1.063T6.5 17t1.063-.437m7 0Q15 16.125 15 15.5t-.437-1.062T13.5 14t-1.062.438T12 15.5t.438 1.063T13.5 17t1.063-.437M4 22q-.425 0-.712-.288T3 21v-2.05q-.5-.525-.75-1.162T2 16.5V7q0-2.225 2.063-3.113T11.275 3q-.6.85-.937 1.863T10 7q0 .275.013.513t.062.487H4v3h7.275q.95 1.35 2.438 2.175T17 14q.275 0 .513-.012t.487-.063V16.5q0 .65-.25 1.288T17 18.95V21q0 .425-.288.713T16 22h-1q-.425 0-.712-.288T14 21v-1H6v1q0 .425-.288.713T5 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBusAlert(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="M17 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.15m-9.437 6.563Q8 16.125 8 15.5t-.437-1.062T6.5 14t-1.062.438T5 15.5t.438 1.063T6.5 17t1.063-.437m7 0Q15 16.125 15 15.5t-.437-1.062T13.5 14t-1.062.438T12 15.5t.438 1.063T13.5 17t1.063-.437M4 22q-.425 0-.712-.288T3 21v-2.05q-.5-.525-.75-1.162T2 16.5V7q0-2.225 2.063-3.113T11.275 3q-.6.85-.937 1.863T10 7q0 .275.013.513t.062.487H4v3h7.275q.95 1.35 2.438 2.175T17 14q.275 0 .513-.012t.487-.063V16.5q0 .65-.25 1.288T17 18.95V21q0 .425-.288.713T16 22h-1q-.425 0-.712-.288T14 21v-1H6v1q0 .425-.288.713T5 22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 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.15m-9.437 6.563Q8 16.125 8 15.5t-.437-1.062T6.5 14t-1.062.438T5 15.5t.438 1.063T6.5 17t1.063-.437m7 0Q15 16.125 15 15.5t-.437-1.062T13.5 14t-1.062.438T12 15.5t.438 1.063T13.5 17t1.063-.437M4 22q-.425 0-.712-.288T3 21v-2.05q-.5-.525-.75-1.162T2 16.5V7q0-2.225 2.063-3.113T11.275 3q-.6.85-.937 1.863T10 7q0 .275.013.513t.062.487H4v3h7.275q.95 1.35 2.438 2.175T17 14q.275 0 .513-.012t.487-.063V16.5q0 .65-.25 1.288T17 18.95V21q0 .425-.288.713T16 22h-1q-.425 0-.712-.288T14 21v-1H6v1q0 .425-.288.713T5 22z"/></svg> </template>
CSS
.icon-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%22M17%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.15m-9.437%206.563Q8%2016.125%208%2015.5t-.437-1.062T6.5%2014t-1.062.438T5%2015.5t.438%201.063T6.5%2017t1.063-.437m7%200Q15%2016.125%2015%2015.5t-.437-1.062T13.5%2014t-1.062.438T12%2015.5t.438%201.063T13.5%2017t1.063-.437M4%2022q-.425%200-.712-.288T3%2021v-2.05q-.5-.525-.75-1.162T2%2016.5V7q0-2.225%202.063-3.113T11.275%203q-.6.85-.937%201.863T10%207q0%20.275.013.513t.062.487H4v3h7.275q.95%201.35%202.438%202.175T17%2014q.275%200%20.513-.012t.487-.063V16.5q0%20.65-.25%201.288T17%2018.95V21q0%20.425-.288.713T16%2022h-1q-.425%200-.712-.288T14%2021v-1H6v1q0%20.425-.288.713T5%2022z%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%22M17%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.15m-9.437%206.563Q8%2016.125%208%2015.5t-.437-1.062T6.5%2014t-1.062.438T5%2015.5t.438%201.063T6.5%2017t1.063-.437m7%200Q15%2016.125%2015%2015.5t-.437-1.062T13.5%2014t-1.062.438T12%2015.5t.438%201.063T13.5%2017t1.063-.437M4%2022q-.425%200-.712-.288T3%2021v-2.05q-.5-.525-.75-1.162T2%2016.5V7q0-2.225%202.063-3.113T11.275%203q-.6.85-.937%201.863T10%207q0%20.275.013.513t.062.487H4v3h7.275q.95%201.35%202.438%202.175T17%2014q.275%200%20.513-.012t.487-.063V16.5q0%20.65-.25%201.288T17%2018.95V21q0%20.425-.288.713T16%2022h-1q-.425%200-.712-.288T14%2021v-1H6v1q0%20.425-.288.713T5%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bus-alert.svg?color=%231a73e8&size=48