car taxi front icon
car-taxi-front from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- car-taxi-front
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the car taxi front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 19v-1.867c0-1.24 0-1.86.147-2.453q.033-.13.072-.258c.179-.585.498-1.117 1.135-2.18c.07-.114.104-.172.13-.233l.011-.027c.025-.062.041-.127.074-.256l.295-1.181c.545-2.183.818-3.274 1.632-3.91C7.31 6 8.435 6 10.685 6h2.63c2.25 0 3.375 0 4.189.635c.814.636 1.086 1.727 1.632 3.91l.295 1.18a2 2 0 0 0 .085.284c.026.061.06.119.13.234c.637 1.062.956 1.594 1.135 2.179q.039.127.072.258c.147.593.147 1.213.147 2.453V19c0 .943 0 1.414-.293 1.707S19.943 21 19 21s-1.414 0-1.707-.293S17 19.943 17 19v-.5H7v.5c0 .943 0 1.414-.293 1.707S5.943 21 5 21s-1.414 0-1.707-.293S3 19.943 3 19m16-7.5l2-.5m-16 .5L3 11m2 .5h14M3.5 15H5m14 0h1.5M8 15h8m-1-9l-.089-.534c-.193-1.157-.29-1.736-.686-2.088l-.053-.044C13.76 3 13.173 3 12 3s-1.76 0-2.172.334l-.053.044c-.397.352-.493.93-.686 2.088L9 6"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCarTaxiFront(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 19v-1.867c0-1.24 0-1.86.147-2.453q.033-.13.072-.258c.179-.585.498-1.117 1.135-2.18c.07-.114.104-.172.13-.233l.011-.027c.025-.062.041-.127.074-.256l.295-1.181c.545-2.183.818-3.274 1.632-3.91C7.31 6 8.435 6 10.685 6h2.63c2.25 0 3.375 0 4.189.635c.814.636 1.086 1.727 1.632 3.91l.295 1.18a2 2 0 0 0 .085.284c.026.061.06.119.13.234c.637 1.062.956 1.594 1.135 2.179q.039.127.072.258c.147.593.147 1.213.147 2.453V19c0 .943 0 1.414-.293 1.707S19.943 21 19 21s-1.414 0-1.707-.293S17 19.943 17 19v-.5H7v.5c0 .943 0 1.414-.293 1.707S5.943 21 5 21s-1.414 0-1.707-.293S3 19.943 3 19m16-7.5l2-.5m-16 .5L3 11m2 .5h14M3.5 15H5m14 0h1.5M8 15h8m-1-9l-.089-.534c-.193-1.157-.29-1.736-.686-2.088l-.053-.044C13.76 3 13.173 3 12 3s-1.76 0-2.172.334l-.053.044c-.397.352-.493.93-.686 2.088L9 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 19v-1.867c0-1.24 0-1.86.147-2.453q.033-.13.072-.258c.179-.585.498-1.117 1.135-2.18c.07-.114.104-.172.13-.233l.011-.027c.025-.062.041-.127.074-.256l.295-1.181c.545-2.183.818-3.274 1.632-3.91C7.31 6 8.435 6 10.685 6h2.63c2.25 0 3.375 0 4.189.635c.814.636 1.086 1.727 1.632 3.91l.295 1.18a2 2 0 0 0 .085.284c.026.061.06.119.13.234c.637 1.062.956 1.594 1.135 2.179q.039.127.072.258c.147.593.147 1.213.147 2.453V19c0 .943 0 1.414-.293 1.707S19.943 21 19 21s-1.414 0-1.707-.293S17 19.943 17 19v-.5H7v.5c0 .943 0 1.414-.293 1.707S5.943 21 5 21s-1.414 0-1.707-.293S3 19.943 3 19m16-7.5l2-.5m-16 .5L3 11m2 .5h14M3.5 15H5m14 0h1.5M8 15h8m-1-9l-.089-.534c-.193-1.157-.29-1.736-.686-2.088l-.053-.044C13.76 3 13.173 3 12 3s-1.76 0-2.172.334l-.053.044c-.397.352-.493.93-.686 2.088L9 6"/></svg> </template>
CSS
.icon-car-taxi-front {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2019v-1.867c0-1.24%200-1.86.147-2.453q.033-.13.072-.258c.179-.585.498-1.117%201.135-2.18c.07-.114.104-.172.13-.233l.011-.027c.025-.062.041-.127.074-.256l.295-1.181c.545-2.183.818-3.274%201.632-3.91C7.31%206%208.435%206%2010.685%206h2.63c2.25%200%203.375%200%204.189.635c.814.636%201.086%201.727%201.632%203.91l.295%201.18a2%202%200%200%200%20.085.284c.026.061.06.119.13.234c.637%201.062.956%201.594%201.135%202.179q.039.127.072.258c.147.593.147%201.213.147%202.453V19c0%20.943%200%201.414-.293%201.707S19.943%2021%2019%2021s-1.414%200-1.707-.293S17%2019.943%2017%2019v-.5H7v.5c0%20.943%200%201.414-.293%201.707S5.943%2021%205%2021s-1.414%200-1.707-.293S3%2019.943%203%2019m16-7.5l2-.5m-16%20.5L3%2011m2%20.5h14M3.5%2015H5m14%200h1.5M8%2015h8m-1-9l-.089-.534c-.193-1.157-.29-1.736-.686-2.088l-.053-.044C13.76%203%2013.173%203%2012%203s-1.76%200-2.172.334l-.053.044c-.397.352-.493.93-.686%202.088L9%206%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2019v-1.867c0-1.24%200-1.86.147-2.453q.033-.13.072-.258c.179-.585.498-1.117%201.135-2.18c.07-.114.104-.172.13-.233l.011-.027c.025-.062.041-.127.074-.256l.295-1.181c.545-2.183.818-3.274%201.632-3.91C7.31%206%208.435%206%2010.685%206h2.63c2.25%200%203.375%200%204.189.635c.814.636%201.086%201.727%201.632%203.91l.295%201.18a2%202%200%200%200%20.085.284c.026.061.06.119.13.234c.637%201.062.956%201.594%201.135%202.179q.039.127.072.258c.147.593.147%201.213.147%202.453V19c0%20.943%200%201.414-.293%201.707S19.943%2021%2019%2021s-1.414%200-1.707-.293S17%2019.943%2017%2019v-.5H7v.5c0%20.943%200%201.414-.293%201.707S5.943%2021%205%2021s-1.414%200-1.707-.293S3%2019.943%203%2019m16-7.5l2-.5m-16%20.5L3%2011m2%20.5h14M3.5%2015H5m14%200h1.5M8%2015h8m-1-9l-.089-.534c-.193-1.157-.29-1.736-.686-2.088l-.053-.044C13.76%203%2013.173%203%2012%203s-1.76%200-2.172.334l-.053.044c-.397.352-.493.93-.686%202.088L9%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/car-taxi-front.svg?color=%231a73e8&size=48