bus alert icon
bus-alert-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- bus-alert-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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="M4.104 6.539h6.446zM6 13H4h12zm-1.284 7.82q-.178-.179-.178-.436v-1.78q-.596-.237-1.067-.99Q3 16.863 3 16.116V7q0-1.546 1.699-2.225t5.493-.756q.221 0 .37.139t.15.342q0 .22-.148.37q-.147.15-.36.15q-2.996.038-4.414.412T4.104 6.539H9.73q.212 0 .356.144q.144.143.144.356t-.144.356t-.356.144H4V12h9.929q.215 0 .355.144t.139.357t-.144.356t-.356.143H4v3q0 .825.588 1.413T6 18h8q.825 0 1.413-.587T16 16v-2.11q0-.212.144-.356t.357-.144t.356.144t.143.356v2.225q0 .747-.471 1.5q-.471.752-1.068.989v1.78q0 .257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V19H5.769v1.385q0 .256-.18.435q-.18.18-.438.18q-.257 0-.435-.18M16.607 11q-1.663 0-2.827-1.164q-1.165-1.165-1.165-2.843q0-1.659 1.163-2.826T16.623 3q1.663 0 2.828 1.165Q20.616 5.329 20.616 7t-1.173 2.836T16.607 11m.281-3.5Q17 7.385 17 7.23V5q0-.154-.111-.27q-.112-.114-.273-.114t-.274.115q-.111.115-.111.269v2.23q0 .155.111.27t.274.116q.161 0 .273-.116m-.273 1.962q.2 0 .32-.131q.122-.131.141-.312q0-.192-.13-.336t-.331-.145t-.331.131t-.131.331t.13.33q.132.132.332.132m-9.323 6.827q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.794.322q.466 0 .788-.327m7 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.793.322q.467 0 .79-.327"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBusAlertOutlineRounded(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.104 6.539h6.446zM6 13H4h12zm-1.284 7.82q-.178-.179-.178-.436v-1.78q-.596-.237-1.067-.99Q3 16.863 3 16.116V7q0-1.546 1.699-2.225t5.493-.756q.221 0 .37.139t.15.342q0 .22-.148.37q-.147.15-.36.15q-2.996.038-4.414.412T4.104 6.539H9.73q.212 0 .356.144q.144.143.144.356t-.144.356t-.356.144H4V12h9.929q.215 0 .355.144t.139.357t-.144.356t-.356.143H4v3q0 .825.588 1.413T6 18h8q.825 0 1.413-.587T16 16v-2.11q0-.212.144-.356t.357-.144t.356.144t.143.356v2.225q0 .747-.471 1.5q-.471.752-1.068.989v1.78q0 .257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V19H5.769v1.385q0 .256-.18.435q-.18.18-.438.18q-.257 0-.435-.18M16.607 11q-1.663 0-2.827-1.164q-1.165-1.165-1.165-2.843q0-1.659 1.163-2.826T16.623 3q1.663 0 2.828 1.165Q20.616 5.329 20.616 7t-1.173 2.836T16.607 11m.281-3.5Q17 7.385 17 7.23V5q0-.154-.111-.27q-.112-.114-.273-.114t-.274.115q-.111.115-.111.269v2.23q0 .155.111.27t.274.116q.161 0 .273-.116m-.273 1.962q.2 0 .32-.131q.122-.131.141-.312q0-.192-.13-.336t-.331-.145t-.331.131t-.131.331t.13.33q.132.132.332.132m-9.323 6.827q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.794.322q.466 0 .788-.327m7 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.793.322q.467 0 .79-.327"/></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.104 6.539h6.446zM6 13H4h12zm-1.284 7.82q-.178-.179-.178-.436v-1.78q-.596-.237-1.067-.99Q3 16.863 3 16.116V7q0-1.546 1.699-2.225t5.493-.756q.221 0 .37.139t.15.342q0 .22-.148.37q-.147.15-.36.15q-2.996.038-4.414.412T4.104 6.539H9.73q.212 0 .356.144q.144.143.144.356t-.144.356t-.356.144H4V12h9.929q.215 0 .355.144t.139.357t-.144.356t-.356.143H4v3q0 .825.588 1.413T6 18h8q.825 0 1.413-.587T16 16v-2.11q0-.212.144-.356t.357-.144t.356.144t.143.356v2.225q0 .747-.471 1.5q-.471.752-1.068.989v1.78q0 .257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V19H5.769v1.385q0 .256-.18.435q-.18.18-.438.18q-.257 0-.435-.18M16.607 11q-1.663 0-2.827-1.164q-1.165-1.165-1.165-2.843q0-1.659 1.163-2.826T16.623 3q1.663 0 2.828 1.165Q20.616 5.329 20.616 7t-1.173 2.836T16.607 11m.281-3.5Q17 7.385 17 7.23V5q0-.154-.111-.27q-.112-.114-.273-.114t-.274.115q-.111.115-.111.269v2.23q0 .155.111.27t.274.116q.161 0 .273-.116m-.273 1.962q.2 0 .32-.131q.122-.131.141-.312q0-.192-.13-.336t-.331-.145t-.331.131t-.131.331t.13.33q.132.132.332.132m-9.323 6.827q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.794.322q.466 0 .788-.327m7 0q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467 0-.79.327q-.321.327-.321.793q0 .467.326.79q.327.322.793.322q.467 0 .79-.327"/></svg> </template>
CSS
.icon-bus-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.104%206.539h6.446zM6%2013H4h12zm-1.284%207.82q-.178-.179-.178-.436v-1.78q-.596-.237-1.067-.99Q3%2016.863%203%2016.116V7q0-1.546%201.699-2.225t5.493-.756q.221%200%20.37.139t.15.342q0%20.22-.148.37q-.147.15-.36.15q-2.996.038-4.414.412T4.104%206.539H9.73q.212%200%20.356.144q.144.143.144.356t-.144.356t-.356.144H4V12h9.929q.215%200%20.355.144t.139.357t-.144.356t-.356.143H4v3q0%20.825.588%201.413T6%2018h8q.825%200%201.413-.587T16%2016v-2.11q0-.212.144-.356t.357-.144t.356.144t.143.356v2.225q0%20.747-.471%201.5q-.471.752-1.068.989v1.78q0%20.257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V19H5.769v1.385q0%20.256-.18.435q-.18.18-.438.18q-.257%200-.435-.18M16.607%2011q-1.663%200-2.827-1.164q-1.165-1.165-1.165-2.843q0-1.659%201.163-2.826T16.623%203q1.663%200%202.828%201.165Q20.616%205.329%2020.616%207t-1.173%202.836T16.607%2011m.281-3.5Q17%207.385%2017%207.23V5q0-.154-.111-.27q-.112-.114-.273-.114t-.274.115q-.111.115-.111.269v2.23q0%20.155.111.27t.274.116q.161%200%20.273-.116m-.273%201.962q.2%200%20.32-.131q.122-.131.141-.312q0-.192-.13-.336t-.331-.145t-.331.131t-.131.331t.13.33q.132.132.332.132m-9.323%206.827q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.794.322q.466%200%20.788-.327m7%200q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.793.322q.467%200%20.79-.327%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.104%206.539h6.446zM6%2013H4h12zm-1.284%207.82q-.178-.179-.178-.436v-1.78q-.596-.237-1.067-.99Q3%2016.863%203%2016.116V7q0-1.546%201.699-2.225t5.493-.756q.221%200%20.37.139t.15.342q0%20.22-.148.37q-.147.15-.36.15q-2.996.038-4.414.412T4.104%206.539H9.73q.212%200%20.356.144q.144.143.144.356t-.144.356t-.356.144H4V12h9.929q.215%200%20.355.144t.139.357t-.144.356t-.356.143H4v3q0%20.825.588%201.413T6%2018h8q.825%200%201.413-.587T16%2016v-2.11q0-.212.144-.356t.357-.144t.356.144t.143.356v2.225q0%20.747-.471%201.5q-.471.752-1.068.989v1.78q0%20.257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V19H5.769v1.385q0%20.256-.18.435q-.18.18-.438.18q-.257%200-.435-.18M16.607%2011q-1.663%200-2.827-1.164q-1.165-1.165-1.165-2.843q0-1.659%201.163-2.826T16.623%203q1.663%200%202.828%201.165Q20.616%205.329%2020.616%207t-1.173%202.836T16.607%2011m.281-3.5Q17%207.385%2017%207.23V5q0-.154-.111-.27q-.112-.114-.273-.114t-.274.115q-.111.115-.111.269v2.23q0%20.155.111.27t.274.116q.161%200%20.273-.116m-.273%201.962q.2%200%20.32-.131q.122-.131.141-.312q0-.192-.13-.336t-.331-.145t-.331.131t-.131.331t.13.33q.132.132.332.132m-9.323%206.827q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.794.322q.466%200%20.788-.327m7%200q.323-.327.323-.794q0-.466-.327-.788q-.327-.323-.793-.323q-.467%200-.79.327q-.321.327-.321.793q0%20.467.326.79q.327.322.793.322q.467%200%20.79-.327%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bus-alert-outline-rounded.svg?color=%231a73e8&size=48