taxi alert icon
taxi-alert from Material Symbols Light by Google · Regular · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- taxi-alert
- Set
- Material Symbols Light
- Style
- Regular
- 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-alertbus-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-right
Use the taxi alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.582 16.692q.466 0 .788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.323.327-.323.794q0 .466.327.788t.793.322m-9.154 0q.467 0 .79-.326q.321-.327.321-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.322.327-.322.794q0 .466.326.788q.327.322.793.322M16.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-.376-3.384H17v-3h-.77zm.384 1.846q.2 0 .321-.131q.122-.131.141-.312q0-.192-.13-.336t-.332-.145t-.33.131t-.131.331t.13.33q.132.132.332.132M10.306 8H5.889l-1.473 4.154h8.667q.73.713 1.644 1.097t1.927.384q.621 0 1.21-.144q.59-.143 1.136-.435V20.5q0 .213-.144.356T18.5 21h-.23q-.213 0-.357-.144t-.144-.356V19H4.231v1.5q0 .213-.144.356T3.731 21H3.5q-.213 0-.356-.144T3 20.5v-7.346L4.985 7.5q.073-.238.281-.37q.209-.13.465-.13h3.192V5.308h1.56q-.133.411-.193.829T10.23 7q0 .275.013.513t.063.487"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTaxiAlert(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="M15.582 16.692q.466 0 .788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.323.327-.323.794q0 .466.327.788t.793.322m-9.154 0q.467 0 .79-.326q.321-.327.321-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.322.327-.322.794q0 .466.326.788q.327.322.793.322M16.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-.376-3.384H17v-3h-.77zm.384 1.846q.2 0 .321-.131q.122-.131.141-.312q0-.192-.13-.336t-.332-.145t-.33.131t-.131.331t.13.33q.132.132.332.132M10.306 8H5.889l-1.473 4.154h8.667q.73.713 1.644 1.097t1.927.384q.621 0 1.21-.144q.59-.143 1.136-.435V20.5q0 .213-.144.356T18.5 21h-.23q-.213 0-.357-.144t-.144-.356V19H4.231v1.5q0 .213-.144.356T3.731 21H3.5q-.213 0-.356-.144T3 20.5v-7.346L4.985 7.5q.073-.238.281-.37q.209-.13.465-.13h3.192V5.308h1.56q-.133.411-.193.829T10.23 7q0 .275.013.513t.063.487"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.582 16.692q.466 0 .788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.323.327-.323.794q0 .466.327.788t.793.322m-9.154 0q.467 0 .79-.326q.321-.327.321-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.322.327-.322.794q0 .466.326.788q.327.322.793.322M16.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-.376-3.384H17v-3h-.77zm.384 1.846q.2 0 .321-.131q.122-.131.141-.312q0-.192-.13-.336t-.332-.145t-.33.131t-.131.331t.13.33q.132.132.332.132M10.306 8H5.889l-1.473 4.154h8.667q.73.713 1.644 1.097t1.927.384q.621 0 1.21-.144q.59-.143 1.136-.435V20.5q0 .213-.144.356T18.5 21h-.23q-.213 0-.357-.144t-.144-.356V19H4.231v1.5q0 .213-.144.356T3.731 21H3.5q-.213 0-.356-.144T3 20.5v-7.346L4.985 7.5q.073-.238.281-.37q.209-.13.465-.13h3.192V5.308h1.56q-.133.411-.193.829T10.23 7q0 .275.013.513t.063.487"/></svg> </template>
CSS
.icon-taxi-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%22M15.582%2016.692q.466%200%20.788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466%200-.788.326q-.323.327-.323.794q0%20.466.327.788t.793.322m-9.154%200q.467%200%20.79-.326q.321-.327.321-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466%200-.788.326q-.322.327-.322.794q0%20.466.326.788q.327.322.793.322M16.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-.376-3.384H17v-3h-.77zm.384%201.846q.2%200%20.321-.131q.122-.131.141-.312q0-.192-.13-.336t-.332-.145t-.33.131t-.131.331t.13.33q.132.132.332.132M10.306%208H5.889l-1.473%204.154h8.667q.73.713%201.644%201.097t1.927.384q.621%200%201.21-.144q.59-.143%201.136-.435V20.5q0%20.213-.144.356T18.5%2021h-.23q-.213%200-.357-.144t-.144-.356V19H4.231v1.5q0%20.213-.144.356T3.731%2021H3.5q-.213%200-.356-.144T3%2020.5v-7.346L4.985%207.5q.073-.238.281-.37q.209-.13.465-.13h3.192V5.308h1.56q-.133.411-.193.829T10.23%207q0%20.275.013.513t.063.487%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%22M15.582%2016.692q.466%200%20.788-.326q.322-.327.322-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466%200-.788.326q-.323.327-.323.794q0%20.466.327.788t.793.322m-9.154%200q.467%200%20.79-.326q.321-.327.321-.793q0-.467-.326-.79q-.327-.321-.794-.321q-.466%200-.788.326q-.322.327-.322.794q0%20.466.326.788q.327.322.793.322M16.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-.376-3.384H17v-3h-.77zm.384%201.846q.2%200%20.321-.131q.122-.131.141-.312q0-.192-.13-.336t-.332-.145t-.33.131t-.131.331t.13.33q.132.132.332.132M10.306%208H5.889l-1.473%204.154h8.667q.73.713%201.644%201.097t1.927.384q.621%200%201.21-.144q.59-.143%201.136-.435V20.5q0%20.213-.144.356T18.5%2021h-.23q-.213%200-.357-.144t-.144-.356V19H4.231v1.5q0%20.213-.144.356T3.731%2021H3.5q-.213%200-.356-.144T3%2020.5v-7.346L4.985%207.5q.073-.238.281-.37q.209-.13.465-.13h3.192V5.308h1.56q-.133.411-.193.829T10.23%207q0%20.275.013.513t.063.487%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/taxi-alert.svg?color=%231a73e8&size=48