taxi icon
taxi from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- taxi
- Set
- Material Design Icons
- Style
- Filled
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cab, local-taxi
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 AwesometaxiNoto EmojitaxiOpenMojitaxiPhosphortaxi-fillRemix IcontaxiStreamline EmojistaxiTwitter EmojitaxiUnicons
More navigation icons from Material Design Icons
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="m5 11l1.5-4.5h11L19 11m-1.5 5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 14.5A1.5 1.5 0 0 1 6.5 13A1.5 1.5 0 0 1 8 14.5A1.5 1.5 0 0 1 6.5 16M18.92 6c-.2-.58-.76-1-1.42-1H15V3H9v2H6.5c-.66 0-1.22.42-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTaxi(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="m5 11l1.5-4.5h11L19 11m-1.5 5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 14.5A1.5 1.5 0 0 1 6.5 13A1.5 1.5 0 0 1 8 14.5A1.5 1.5 0 0 1 6.5 16M18.92 6c-.2-.58-.76-1-1.42-1H15V3H9v2H6.5c-.66 0-1.22.42-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5 11l1.5-4.5h11L19 11m-1.5 5a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-11 0A1.5 1.5 0 0 1 5 14.5A1.5 1.5 0 0 1 6.5 13A1.5 1.5 0 0 1 8 14.5A1.5 1.5 0 0 1 6.5 16M18.92 6c-.2-.58-.76-1-1.42-1H15V3H9v2H6.5c-.66 0-1.22.42-1.42 1L3 12v8a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-8z"/></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%22m5%2011l1.5-4.5h11L19%2011m-1.5%205a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5m-11%200A1.5%201.5%200%200%201%205%2014.5A1.5%201.5%200%200%201%206.5%2013A1.5%201.5%200%200%201%208%2014.5A1.5%201.5%200%200%201%206.5%2016M18.92%206c-.2-.58-.76-1-1.42-1H15V3H9v2H6.5c-.66%200-1.22.42-1.42%201L3%2012v8a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h12v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-8z%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%22m5%2011l1.5-4.5h11L19%2011m-1.5%205a1.5%201.5%200%200%201-1.5-1.5a1.5%201.5%200%200%201%201.5-1.5a1.5%201.5%200%200%201%201.5%201.5a1.5%201.5%200%200%201-1.5%201.5m-11%200A1.5%201.5%200%200%201%205%2014.5A1.5%201.5%200%200%201%206.5%2013A1.5%201.5%200%200%201%208%2014.5A1.5%201.5%200%200%201%206.5%2016M18.92%206c-.2-.58-.76-1-1.42-1H15V3H9v2H6.5c-.66%200-1.22.42-1.42%201L3%2012v8a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1h12v1a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/taxi.svg?color=%231a73e8&size=48