taxi icon
taxi from Unicons by Iconscout · Line · Transport · Apache-2.0 Free for personal and commercial use.
- Name
- taxi
- Set
- Unicons
- Style
- Line
- Category
- Transport
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
taxiBoxIcons v2taxiBoxIcons v2 SolidtaxiCarbontaxiEmoji One (Colored)taxiFont Awesome 6 SolidtaxiFont Awesome SolidtaxiFluent EmojitaxiFluent Emoji FlattaxiFluent Emoji High ContrasttaxiFirefox OS EmojitaxiHuge IconstaxiIconParktaxiIconPark OutlinetaxiIconPark SolidtaxiIconPark TwoTonetaxiLine AwesometaxiMaterial Design IconstaxiNoto EmojitaxiOpenMojitaxiPhosphortaxi-fillRemix IcontaxiStreamline EmojistaxiTwitter Emoji
More transport icons from Unicons
Use the taxi icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.38 14.58a1 1 0 0 0-.58-.06a.6.6 0 0 0-.18.06a.8.8 0 0 0-.18.09l-.15.12a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 .29.71a1.2 1.2 0 0 0 .33.22a1 1 0 0 0 1.09-.22a1.2 1.2 0 0 0 .21-.33a.84.84 0 0 0 .08-.38a1.05 1.05 0 0 0-.29-.71a.9.9 0 0 0-.33-.21m2.62-3.9V7.5a3 3 0 0 0-3-3h-.78l-.77-2.32a1 1 0 0 0-.95-.68h-5a1 1 0 0 0-.95.68L7.78 4.5H7a3 3 0 0 0-3 3v3.18a3 3 0 0 0-2 2.82v6a1 1 0 0 0 1 1h1v1a1 1 0 0 0 2 0v-1h12v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 1-1v-6a3 3 0 0 0-2-2.82M10.22 3.5h3.56l.33 1H9.89ZM6 7.5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3H6Zm14 11H4v-5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM6.62 14.58a1 1 0 0 0-.33.21a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 1.38.93a1.2 1.2 0 0 0 .33-.22A1 1 0 0 0 8 15.5a1.05 1.05 0 0 0-.29-.71a1 1 0 0 0-1.09-.21M13 14.5h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function UilTaxi(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.38 14.58a1 1 0 0 0-.58-.06a.6.6 0 0 0-.18.06a.8.8 0 0 0-.18.09l-.15.12a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 .29.71a1.2 1.2 0 0 0 .33.22a1 1 0 0 0 1.09-.22a1.2 1.2 0 0 0 .21-.33a.84.84 0 0 0 .08-.38a1.05 1.05 0 0 0-.29-.71a.9.9 0 0 0-.33-.21m2.62-3.9V7.5a3 3 0 0 0-3-3h-.78l-.77-2.32a1 1 0 0 0-.95-.68h-5a1 1 0 0 0-.95.68L7.78 4.5H7a3 3 0 0 0-3 3v3.18a3 3 0 0 0-2 2.82v6a1 1 0 0 0 1 1h1v1a1 1 0 0 0 2 0v-1h12v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 1-1v-6a3 3 0 0 0-2-2.82M10.22 3.5h3.56l.33 1H9.89ZM6 7.5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3H6Zm14 11H4v-5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM6.62 14.58a1 1 0 0 0-.33.21a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 1.38.93a1.2 1.2 0 0 0 .33-.22A1 1 0 0 0 8 15.5a1.05 1.05 0 0 0-.29-.71a1 1 0 0 0-1.09-.21M13 14.5h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2"/></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.38 14.58a1 1 0 0 0-.58-.06a.6.6 0 0 0-.18.06a.8.8 0 0 0-.18.09l-.15.12a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 .29.71a1.2 1.2 0 0 0 .33.22a1 1 0 0 0 1.09-.22a1.2 1.2 0 0 0 .21-.33a.84.84 0 0 0 .08-.38a1.05 1.05 0 0 0-.29-.71a.9.9 0 0 0-.33-.21m2.62-3.9V7.5a3 3 0 0 0-3-3h-.78l-.77-2.32a1 1 0 0 0-.95-.68h-5a1 1 0 0 0-.95.68L7.78 4.5H7a3 3 0 0 0-3 3v3.18a3 3 0 0 0-2 2.82v6a1 1 0 0 0 1 1h1v1a1 1 0 0 0 2 0v-1h12v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 1-1v-6a3 3 0 0 0-2-2.82M10.22 3.5h3.56l.33 1H9.89ZM6 7.5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3H6Zm14 11H4v-5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM6.62 14.58a1 1 0 0 0-.33.21a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 1.38.93a1.2 1.2 0 0 0 .33-.22A1 1 0 0 0 8 15.5a1.05 1.05 0 0 0-.29-.71a1 1 0 0 0-1.09-.21M13 14.5h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.38%2014.58a1%201%200%200%200-.58-.06a.6.6%200%200%200-.18.06a.8.8%200%200%200-.18.09l-.15.12a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%20.29.71a1.2%201.2%200%200%200%20.33.22a1%201%200%200%200%201.09-.22a1.2%201.2%200%200%200%20.21-.33a.84.84%200%200%200%20.08-.38a1.05%201.05%200%200%200-.29-.71a.9.9%200%200%200-.33-.21m2.62-3.9V7.5a3%203%200%200%200-3-3h-.78l-.77-2.32a1%201%200%200%200-.95-.68h-5a1%201%200%200%200-.95.68L7.78%204.5H7a3%203%200%200%200-3%203v3.18a3%203%200%200%200-2%202.82v6a1%201%200%200%200%201%201h1v1a1%201%200%200%200%202%200v-1h12v1a1%201%200%200%200%202%200v-1h1a1%201%200%200%200%201-1v-6a3%203%200%200%200-2-2.82M10.22%203.5h3.56l.33%201H9.89ZM6%207.5a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v3H6Zm14%2011H4v-5a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201ZM6.62%2014.58a1%201%200%200%200-.33.21a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%201.38.93a1.2%201.2%200%200%200%20.33-.22A1%201%200%200%200%208%2015.5a1.05%201.05%200%200%200-.29-.71a1%201%200%200%200-1.09-.21M13%2014.5h-2a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2%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.38%2014.58a1%201%200%200%200-.58-.06a.6.6%200%200%200-.18.06a.8.8%200%200%200-.18.09l-.15.12a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%20.29.71a1.2%201.2%200%200%200%20.33.22a1%201%200%200%200%201.09-.22a1.2%201.2%200%200%200%20.21-.33a.84.84%200%200%200%20.08-.38a1.05%201.05%200%200%200-.29-.71a.9.9%200%200%200-.33-.21m2.62-3.9V7.5a3%203%200%200%200-3-3h-.78l-.77-2.32a1%201%200%200%200-.95-.68h-5a1%201%200%200%200-.95.68L7.78%204.5H7a3%203%200%200%200-3%203v3.18a3%203%200%200%200-2%202.82v6a1%201%200%200%200%201%201h1v1a1%201%200%200%200%202%200v-1h12v1a1%201%200%200%200%202%200v-1h1a1%201%200%200%200%201-1v-6a3%203%200%200%200-2-2.82M10.22%203.5h3.56l.33%201H9.89ZM6%207.5a1%201%200%200%201%201-1h10a1%201%200%200%201%201%201v3H6Zm14%2011H4v-5a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201ZM6.62%2014.58a1%201%200%200%200-.33.21a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%201.38.93a1.2%201.2%200%200%200%20.33-.22A1%201%200%200%200%208%2015.5a1.05%201.05%200%200%200-.29-.71a1%201%200%200%200-1.09-.21M13%2014.5h-2a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/taxi.svg?color=%231a73e8&size=48