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

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

The same icon in other sets

Related icons in Huge Icons

Use the taxi 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m2.5 13l2 1m17-.5l-2 .5M8 18.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 18.5M2 18v2.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V19m11 0v1.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4 9.5L3 9"/><path d="m4.5 10.5l1.088-3.265c.44-1.32.66-1.98 1.184-2.357S7.992 4.5 9.383 4.5h5.234c1.391 0 2.087 0 2.61.378c.525.377.745 1.037 1.185 2.357L19.5 10.5m-4-6c-.24-1.207-.36-1.81-.646-2.155S14.188 2 13.429 2h-2.857c-.76 0-1.14 0-1.426.345S8.74 3.293 8.5 4.5m-4 6h15c.957.957 2.5 2.29 2.5 3.777v3.278c0 .539-.38.992-.883 1.055L18 19H6l-3.117-.39C2.38 18.547 2 18.094 2 17.555v-3.278c0-1.487 1.543-2.82 2.5-3.777Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTaxi(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m2.5 13l2 1m17-.5l-2 .5M8 18.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 18.5M2 18v2.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V19m11 0v1.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4 9.5L3 9"/><path d="m4.5 10.5l1.088-3.265c.44-1.32.66-1.98 1.184-2.357S7.992 4.5 9.383 4.5h5.234c1.391 0 2.087 0 2.61.378c.525.377.745 1.037 1.185 2.357L19.5 10.5m-4-6c-.24-1.207-.36-1.81-.646-2.155S14.188 2 13.429 2h-2.857c-.76 0-1.14 0-1.426.345S8.74 3.293 8.5 4.5m-4 6h15c.957.957 2.5 2.29 2.5 3.777v3.278c0 .539-.38.992-.883 1.055L18 19H6l-3.117-.39C2.38 18.547 2 18.094 2 17.555v-3.278c0-1.487 1.543-2.82 2.5-3.777Z"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m2.5 13l2 1m17-.5l-2 .5M8 18.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258 1.856-.258h1.938c.984 0 1.476 0 1.856.258s.564.715.93 1.628L16 18.5M2 18v2.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V19m11 0v1.882c0 .379.24.725.622.894c.247.11.483.224.769.224h1.718c.286 0 .522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4 9.5L3 9"/><path d="m4.5 10.5l1.088-3.265c.44-1.32.66-1.98 1.184-2.357S7.992 4.5 9.383 4.5h5.234c1.391 0 2.087 0 2.61.378c.525.377.745 1.037 1.185 2.357L19.5 10.5m-4-6c-.24-1.207-.36-1.81-.646-2.155S14.188 2 13.429 2h-2.857c-.76 0-1.14 0-1.426.345S8.74 3.293 8.5 4.5m-4 6h15c.957.957 2.5 2.29 2.5 3.777v3.278c0 .539-.38.992-.883 1.055L18 19H6l-3.117-.39C2.38 18.547 2 18.094 2 17.555v-3.278c0-1.487 1.543-2.82 2.5-3.777Z"/></g></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m2.5%2013l2%201m17-.5l-2%20.5M8%2018.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258%201.856-.258h1.938c.984%200%201.476%200%201.856.258s.564.715.93%201.628L16%2018.5M2%2018v2.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V19m11%200v1.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4%209.5L3%209%22%2F%3E%3Cpath%20d%3D%22m4.5%2010.5l1.088-3.265c.44-1.32.66-1.98%201.184-2.357S7.992%204.5%209.383%204.5h5.234c1.391%200%202.087%200%202.61.378c.525.377.745%201.037%201.185%202.357L19.5%2010.5m-4-6c-.24-1.207-.36-1.81-.646-2.155S14.188%202%2013.429%202h-2.857c-.76%200-1.14%200-1.426.345S8.74%203.293%208.5%204.5m-4%206h15c.957.957%202.5%202.29%202.5%203.777v3.278c0%20.539-.38.992-.883%201.055L18%2019H6l-3.117-.39C2.38%2018.547%202%2018.094%202%2017.555v-3.278c0-1.487%201.543-2.82%202.5-3.777Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m2.5%2013l2%201m17-.5l-2%20.5M8%2018.5l.246-.614c.365-.913.548-1.37.929-1.628c.38-.258.872-.258%201.856-.258h1.938c.984%200%201.476%200%201.856.258s.564.715.93%201.628L16%2018.5M2%2018v2.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V19m11%200v1.882c0%20.379.24.725.622.894c.247.11.483.224.769.224h1.718c.286%200%20.522-.114.77-.224c.38-.169.621-.515.621-.894V18m-2-8.5l1-.5M4%209.5L3%209%22%2F%3E%3Cpath%20d%3D%22m4.5%2010.5l1.088-3.265c.44-1.32.66-1.98%201.184-2.357S7.992%204.5%209.383%204.5h5.234c1.391%200%202.087%200%202.61.378c.525.377.745%201.037%201.185%202.357L19.5%2010.5m-4-6c-.24-1.207-.36-1.81-.646-2.155S14.188%202%2013.429%202h-2.857c-.76%200-1.14%200-1.426.345S8.74%203.293%208.5%204.5m-4%206h15c.957.957%202.5%202.29%202.5%203.777v3.278c0%20.539-.38.992-.883%201.055L18%2019H6l-3.117-.39C2.38%2018.547%202%2018.094%202%2017.555v-3.278c0-1.487%201.543-2.82%202.5-3.777Z%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.svg?color=%231a73e8&size=48