taxi-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
taxi-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the taxi 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 16.922V19.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C19 20.199 19 19.966 19 19.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.199 18 17.966 18 17.5 18h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 18.801 5 19.034 5 19.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 21 3.966 21 3.5 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 20.199 2 19.966 2 19.5v-2.578c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 11.5l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 5.5 10.5 5.5h3c1.939 0 2.908 0 3.664.504s1.129 1.399 1.874 3.188L20 11.5l.656.985c.667 1 1 1.5 1.172 2.067S22 15.72 22 16.922"/><path d="m2 10l2 1.5l2 .5h12l2-.5l2-1.5m-7-4.5V5c0-.943 0-1.414-.293-1.707S13.943 3 13 3h-2c-.943 0-1.414 0-1.707.293S9 4.057 9 5v.5M6.125 15H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.875 0H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTaxi02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 16.922V19.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C19 20.199 19 19.966 19 19.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.199 18 17.966 18 17.5 18h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 18.801 5 19.034 5 19.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 21 3.966 21 3.5 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 20.199 2 19.966 2 19.5v-2.578c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 11.5l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 5.5 10.5 5.5h3c1.939 0 2.908 0 3.664.504s1.129 1.399 1.874 3.188L20 11.5l.656.985c.667 1 1 1.5 1.172 2.067S22 15.72 22 16.922"/><path d="m2 10l2 1.5l2 .5h12l2-.5l2-1.5m-7-4.5V5c0-.943 0-1.414-.293-1.707S13.943 3 13 3h-2c-.943 0-1.414 0-1.707.293S9 4.057 9 5v.5M6.125 15H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.875 0H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 16.922V19.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C19 20.199 19 19.966 19 19.5s0-.699-.076-.883a1 1 0 0 0-.541-.54C18.199 18 17.966 18 17.5 18h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 18.801 5 19.034 5 19.5s0 .699-.076.883a1 1 0 0 1-.541.54C4.199 21 3.966 21 3.5 21s-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 20.199 2 19.966 2 19.5v-2.578c0-1.202 0-1.803.172-2.37s.505-1.067 1.172-2.067L4 11.5l.962-2.308c.745-1.79 1.118-2.684 1.874-3.188S8.56 5.5 10.5 5.5h3c1.939 0 2.908 0 3.664.504s1.129 1.399 1.874 3.188L20 11.5l.656.985c.667 1 1 1.5 1.172 2.067S22 15.72 22 16.922"/><path d="m2 10l2 1.5l2 .5h12l2-.5l2-1.5m-7-4.5V5c0-.943 0-1.414-.293-1.707S13.943 3 13 3h-2c-.943 0-1.414 0-1.707.293S9 4.057 9 5v.5M6.125 15H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.875 0H18m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-taxi-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2016.922V19.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C19%2020.199%2019%2019.966%2019%2019.5s0-.699-.076-.883a1%201%200%200%200-.541-.54C18.199%2018%2017.966%2018%2017.5%2018h-11c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%2018.801%205%2019.034%205%2019.5s0%20.699-.076.883a1%201%200%200%201-.541.54C4.199%2021%203.966%2021%203.5%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2020.199%202%2019.966%202%2019.5v-2.578c0-1.202%200-1.803.172-2.37s.505-1.067%201.172-2.067L4%2011.5l.962-2.308c.745-1.79%201.118-2.684%201.874-3.188S8.56%205.5%2010.5%205.5h3c1.939%200%202.908%200%203.664.504s1.129%201.399%201.874%203.188L20%2011.5l.656.985c.667%201%201%201.5%201.172%202.067S22%2015.72%2022%2016.922%22%2F%3E%3Cpath%20d%3D%22m2%2010l2%201.5l2%20.5h12l2-.5l2-1.5m-7-4.5V5c0-.943%200-1.414-.293-1.707S13.943%203%2013%203h-2c-.943%200-1.414%200-1.707.293S9%204.057%209%205v.5M6.125%2015H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.875%200H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2016.922V19.5c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C19%2020.199%2019%2019.966%2019%2019.5s0-.699-.076-.883a1%201%200%200%200-.541-.54C18.199%2018%2017.966%2018%2017.5%2018h-11c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%2018.801%205%2019.034%205%2019.5s0%20.699-.076.883a1%201%200%200%201-.541.54C4.199%2021%203.966%2021%203.5%2021s-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2020.199%202%2019.966%202%2019.5v-2.578c0-1.202%200-1.803.172-2.37s.505-1.067%201.172-2.067L4%2011.5l.962-2.308c.745-1.79%201.118-2.684%201.874-3.188S8.56%205.5%2010.5%205.5h3c1.939%200%202.908%200%203.664.504s1.129%201.399%201.874%203.188L20%2011.5l.656.985c.667%201%201%201.5%201.172%202.067S22%2015.72%2022%2016.922%22%2F%3E%3Cpath%20d%3D%22m2%2010l2%201.5l2%20.5h12l2-.5l2-1.5m-7-4.5V5c0-.943%200-1.414-.293-1.707S13.943%203%2013%203h-2c-.943%200-1.414%200-1.707.293S9%204.057%209%205v.5M6.125%2015H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.875%200H18m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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