flagging taxi icon

flagging-taxi from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
flagging-taxi
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the flagging taxi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.798 2l-4.442 6.664A3 3 0 0 1 17.859 10H12a3.003 3.003 0 0 0-3 3v6a2 2 0 0 0 2 2v7a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V16h-2v12h-4v-9h-2v-6a1 1 0 0 1 1-1h5.86a4.99 4.99 0 0 0 4.16-2.227l4.442-6.664Z"/><path fill="currentColor" d="M11 5a4 4 0 1 1 4 4a4.004 4.004 0 0 1-4-4m2 0a2 2 0 1 0 2-2a2 2 0 0 0-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFlaggingTaxi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.798 2l-4.442 6.664A3 3 0 0 1 17.859 10H12a3.003 3.003 0 0 0-3 3v6a2 2 0 0 0 2 2v7a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V16h-2v12h-4v-9h-2v-6a1 1 0 0 1 1-1h5.86a4.99 4.99 0 0 0 4.16-2.227l4.442-6.664Z"/><path fill="currentColor" d="M11 5a4 4 0 1 1 4 4a4.004 4.004 0 0 1-4-4m2 0a2 2 0 1 0 2-2a2 2 0 0 0-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.798 2l-4.442 6.664A3 3 0 0 1 17.859 10H12a3.003 3.003 0 0 0-3 3v6a2 2 0 0 0 2 2v7a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V16h-2v12h-4v-9h-2v-6a1 1 0 0 1 1-1h5.86a4.99 4.99 0 0 0 4.16-2.227l4.442-6.664Z"/><path fill="currentColor" d="M11 5a4 4 0 1 1 4 4a4.004 4.004 0 0 1-4-4m2 0a2 2 0 1 0 2-2a2 2 0 0 0-2 2"/></svg>
</template>

CSS

.icon-flagging-taxi {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24.798%202l-4.442%206.664A3%203%200%200%201%2017.859%2010H12a3.003%203.003%200%200%200-3%203v6a2%202%200%200%200%202%202v7a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2V16h-2v12h-4v-9h-2v-6a1%201%200%200%201%201-1h5.86a4.99%204.99%200%200%200%204.16-2.227l4.442-6.664Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205a4%204%200%201%201%204%204a4.004%204.004%200%200%201-4-4m2%200a2%202%200%201%200%202-2a2%202%200%200%200-2%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m24.798%202l-4.442%206.664A3%203%200%200%201%2017.859%2010H12a3.003%203.003%200%200%200-3%203v6a2%202%200%200%200%202%202v7a2%202%200%200%200%202%202h4a2%202%200%200%200%202-2V16h-2v12h-4v-9h-2v-6a1%201%200%200%201%201-1h5.86a4.99%204.99%200%200%200%204.16-2.227l4.442-6.664Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%205a4%204%200%201%201%204%204a4.004%204.004%200%200%201-4-4m2%200a2%202%200%201%200%202-2a2%202%200%200%200-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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