taxi front icon
taxi-front-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- taxi-front-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Use the taxi front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 1a1 1 0 0 0-1 1v1h-.181A2.5 2.5 0 0 0 2.52 4.515l-.792 1.848a.8.8 0 0 1-.38.404c-.5.25-.855.715-.965 1.262L.05 9.708a2.5 2.5 0 0 0-.049.49v.413c0 .814.39 1.543 1 1.997V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.338c1.292.048 2.745.088 4 .088s2.708-.04 4-.088V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.892c.61-.454 1-1.183 1-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8 1.8 0 0 0-.964-1.261a.8.8 0 0 1-.381-.404l-.792-1.848A2.5 2.5 0 0 0 11.181 3H11V2a1 1 0 0 0-1-1zM4.309 4h7.382a.5.5 0 0 1 .447.276l.956 1.913a.51.51 0 0 1-.497.731c-.91-.073-3.35-.17-4.597-.17s-3.688.097-4.597.17a.51.51 0 0 1-.497-.731l.956-1.913A.5.5 0 0 1 4.309 4M4 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-9 0a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function BiTaxiFrontFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 1a1 1 0 0 0-1 1v1h-.181A2.5 2.5 0 0 0 2.52 4.515l-.792 1.848a.8.8 0 0 1-.38.404c-.5.25-.855.715-.965 1.262L.05 9.708a2.5 2.5 0 0 0-.049.49v.413c0 .814.39 1.543 1 1.997V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.338c1.292.048 2.745.088 4 .088s2.708-.04 4-.088V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.892c.61-.454 1-1.183 1-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8 1.8 0 0 0-.964-1.261a.8.8 0 0 1-.381-.404l-.792-1.848A2.5 2.5 0 0 0 11.181 3H11V2a1 1 0 0 0-1-1zM4.309 4h7.382a.5.5 0 0 1 .447.276l.956 1.913a.51.51 0 0 1-.497.731c-.91-.073-3.35-.17-4.597-.17s-3.688.097-4.597.17a.51.51 0 0 1-.497-.731l.956-1.913A.5.5 0 0 1 4.309 4M4 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-9 0a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 1a1 1 0 0 0-1 1v1h-.181A2.5 2.5 0 0 0 2.52 4.515l-.792 1.848a.8.8 0 0 1-.38.404c-.5.25-.855.715-.965 1.262L.05 9.708a2.5 2.5 0 0 0-.049.49v.413c0 .814.39 1.543 1 1.997V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.338c1.292.048 2.745.088 4 .088s2.708-.04 4-.088V14.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1.892c.61-.454 1-1.183 1-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8 1.8 0 0 0-.964-1.261a.8.8 0 0 1-.381-.404l-.792-1.848A2.5 2.5 0 0 0 11.181 3H11V2a1 1 0 0 0-1-1zM4.309 4h7.382a.5.5 0 0 1 .447.276l.956 1.913a.51.51 0 0 1-.497.731c-.91-.073-3.35-.17-4.597-.17s-3.688.097-4.597.17a.51.51 0 0 1-.497-.731l.956-1.913A.5.5 0 0 1 4.309 4M4 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0m10 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-9 0a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-taxi-front-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201a1%201%200%200%200-1%201v1h-.181A2.5%202.5%200%200%200%202.52%204.515l-.792%201.848a.8.8%200%200%201-.38.404c-.5.25-.855.715-.965%201.262L.05%209.708a2.5%202.5%200%200%200-.049.49v.413c0%20.814.39%201.543%201%201.997V14.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5v-1.338c1.292.048%202.745.088%204%20.088s2.708-.04%204-.088V14.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5v-1.892c.61-.454%201-1.183%201-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8%201.8%200%200%200-.964-1.261a.8.8%200%200%201-.381-.404l-.792-1.848A2.5%202.5%200%200%200%2011.181%203H11V2a1%201%200%200%200-1-1zM4.309%204h7.382a.5.5%200%200%201%20.447.276l.956%201.913a.51.51%200%200%201-.497.731c-.91-.073-3.35-.17-4.597-.17s-3.688.097-4.597.17a.51.51%200%200%201-.497-.731l.956-1.913A.5.5%200%200%201%204.309%204M4%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200m10%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-9%200a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201a1%201%200%200%200-1%201v1h-.181A2.5%202.5%200%200%200%202.52%204.515l-.792%201.848a.8.8%200%200%201-.38.404c-.5.25-.855.715-.965%201.262L.05%209.708a2.5%202.5%200%200%200-.049.49v.413c0%20.814.39%201.543%201%201.997V14.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5v-1.338c1.292.048%202.745.088%204%20.088s2.708-.04%204-.088V14.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%20.5-.5v-1.892c.61-.454%201-1.183%201-1.997v-.413q0-.248-.049-.49l-.335-1.68a1.8%201.8%200%200%200-.964-1.261a.8.8%200%200%201-.381-.404l-.792-1.848A2.5%202.5%200%200%200%2011.181%203H11V2a1%201%200%200%200-1-1zM4.309%204h7.382a.5.5%200%200%201%20.447.276l.956%201.913a.51.51%200%200%201-.497.731c-.91-.073-3.35-.17-4.597-.17s-3.688.097-4.597.17a.51.51%200%200%201-.497-.731l.956-1.913A.5.5%200%200%201%204.309%204M4%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200m10%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-9%200a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/taxi-front-fill.svg?color=%231a73e8&size=48