taxi-alert-rounded from Material Symbols by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
taxi-alert-rounded
Set
Material Symbols
Style
Rounded
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

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="M17.35 7.85q.15-.15.15-.35v-3q0-.2-.15-.35T17 4t-.35.15t-.15.35v3q0 .2.15.35T17 8t.35-.15M17 10q.2 0 .35-.15t.15-.35t-.15-.35T17 9t-.35.15t-.15.35t.15.35t.35.15m-1.5 7q.625 0 1.063-.437T17 15.5t-.437-1.062T15.5 14t-1.062.438T14 15.5t.438 1.063T15.5 17m-9 0q.625 0 1.063-.437T8 15.5t-.437-1.062T6.5 14t-1.062.438T5 15.5t.438 1.063T6.5 17M17 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 12M3.5 22q-.625 0-1.062-.437T2 20.5v-7.15q0-.175.025-.35t.075-.325L4.1 7q.15-.45.538-.725T5.5 6H8V5q0-.425.287-.712T9 4h.525q.425 0 .65.35t.1.75q-.125.5-.2.988T10 7.075q0 .375-.25.65T9.125 8H5.85L4.8 11h5.975q.225 0 .438.1t.362.3q1 1.225 2.413 1.913T17 14q.475 0 .925-.062t.9-.188q.425-.125.8.138t.375.687V20.5q0 .625-.437 1.063T18.5 22t-1.062-.437T17 20.5V20H5v.5q0 .625-.437 1.063T3.5 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTaxiAlertRounded(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.35 7.85q.15-.15.15-.35v-3q0-.2-.15-.35T17 4t-.35.15t-.15.35v3q0 .2.15.35T17 8t.35-.15M17 10q.2 0 .35-.15t.15-.35t-.15-.35T17 9t-.35.15t-.15.35t.15.35t.35.15m-1.5 7q.625 0 1.063-.437T17 15.5t-.437-1.062T15.5 14t-1.062.438T14 15.5t.438 1.063T15.5 17m-9 0q.625 0 1.063-.437T8 15.5t-.437-1.062T6.5 14t-1.062.438T5 15.5t.438 1.063T6.5 17M17 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 12M3.5 22q-.625 0-1.062-.437T2 20.5v-7.15q0-.175.025-.35t.075-.325L4.1 7q.15-.45.538-.725T5.5 6H8V5q0-.425.287-.712T9 4h.525q.425 0 .65.35t.1.75q-.125.5-.2.988T10 7.075q0 .375-.25.65T9.125 8H5.85L4.8 11h5.975q.225 0 .438.1t.362.3q1 1.225 2.413 1.913T17 14q.475 0 .925-.062t.9-.188q.425-.125.8.138t.375.687V20.5q0 .625-.437 1.063T18.5 22t-1.062-.437T17 20.5V20H5v.5q0 .625-.437 1.063T3.5 22"/></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.35 7.85q.15-.15.15-.35v-3q0-.2-.15-.35T17 4t-.35.15t-.15.35v3q0 .2.15.35T17 8t.35-.15M17 10q.2 0 .35-.15t.15-.35t-.15-.35T17 9t-.35.15t-.15.35t.15.35t.35.15m-1.5 7q.625 0 1.063-.437T17 15.5t-.437-1.062T15.5 14t-1.062.438T14 15.5t.438 1.063T15.5 17m-9 0q.625 0 1.063-.437T8 15.5t-.437-1.062T6.5 14t-1.062.438T5 15.5t.438 1.063T6.5 17M17 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 12M3.5 22q-.625 0-1.062-.437T2 20.5v-7.15q0-.175.025-.35t.075-.325L4.1 7q.15-.45.538-.725T5.5 6H8V5q0-.425.287-.712T9 4h.525q.425 0 .65.35t.1.75q-.125.5-.2.988T10 7.075q0 .375-.25.65T9.125 8H5.85L4.8 11h5.975q.225 0 .438.1t.362.3q1 1.225 2.413 1.913T17 14q.475 0 .925-.062t.9-.188q.425-.125.8.138t.375.687V20.5q0 .625-.437 1.063T18.5 22t-1.062-.437T17 20.5V20H5v.5q0 .625-.437 1.063T3.5 22"/></svg>
</template>

CSS

.icon-taxi-alert-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%22M17.35%207.85q.15-.15.15-.35v-3q0-.2-.15-.35T17%204t-.35.15t-.15.35v3q0%20.2.15.35T17%208t.35-.15M17%2010q.2%200%20.35-.15t.15-.35t-.15-.35T17%209t-.35.15t-.15.35t.15.35t.35.15m-1.5%207q.625%200%201.063-.437T17%2015.5t-.437-1.062T15.5%2014t-1.062.438T14%2015.5t.438%201.063T15.5%2017m-9%200q.625%200%201.063-.437T8%2015.5t-.437-1.062T6.5%2014t-1.062.438T5%2015.5t.438%201.063T6.5%2017M17%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%2012M3.5%2022q-.625%200-1.062-.437T2%2020.5v-7.15q0-.175.025-.35t.075-.325L4.1%207q.15-.45.538-.725T5.5%206H8V5q0-.425.287-.712T9%204h.525q.425%200%20.65.35t.1.75q-.125.5-.2.988T10%207.075q0%20.375-.25.65T9.125%208H5.85L4.8%2011h5.975q.225%200%20.438.1t.362.3q1%201.225%202.413%201.913T17%2014q.475%200%20.925-.062t.9-.188q.425-.125.8.138t.375.687V20.5q0%20.625-.437%201.063T18.5%2022t-1.062-.437T17%2020.5V20H5v.5q0%20.625-.437%201.063T3.5%2022%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.35%207.85q.15-.15.15-.35v-3q0-.2-.15-.35T17%204t-.35.15t-.15.35v3q0%20.2.15.35T17%208t.35-.15M17%2010q.2%200%20.35-.15t.15-.35t-.15-.35T17%209t-.35.15t-.15.35t.15.35t.35.15m-1.5%207q.625%200%201.063-.437T17%2015.5t-.437-1.062T15.5%2014t-1.062.438T14%2015.5t.438%201.063T15.5%2017m-9%200q.625%200%201.063-.437T8%2015.5t-.437-1.062T6.5%2014t-1.062.438T5%2015.5t.438%201.063T6.5%2017M17%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%2012M3.5%2022q-.625%200-1.062-.437T2%2020.5v-7.15q0-.175.025-.35t.075-.325L4.1%207q.15-.45.538-.725T5.5%206H8V5q0-.425.287-.712T9%204h.525q.425%200%20.65.35t.1.75q-.125.5-.2.988T10%207.075q0%20.375-.25.65T9.125%208H5.85L4.8%2011h5.975q.225%200%20.438.1t.362.3q1%201.225%202.413%201.913T17%2014q.475%200%20.925-.062t.9-.188q.425-.125.8.138t.375.687V20.5q0%20.625-.437%201.063T18.5%2022t-1.062-.437T17%2020.5V20H5v.5q0%20.625-.437%201.063T3.5%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/taxi-alert-rounded.svg?color=%231a73e8&size=48