car front icon
car-front-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- car-front-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Use the car front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404c.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848ZM3 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2M6 8a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2zM2.906 5.189a.51.51 0 0 0 .497.731c.91-.073 3.35-.17 4.597-.17s3.688.097 4.597.17a.51.51 0 0 0 .497-.731l-.956-1.913A.5.5 0 0 0 11.691 3H4.309a.5.5 0 0 0-.447.276L2.906 5.19Z"/></svg>
React
import type { SVGProps } from "react";
export function BiCarFrontFill(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="M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404c.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848ZM3 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2M6 8a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2zM2.906 5.189a.51.51 0 0 0 .497.731c.91-.073 3.35-.17 4.597-.17s3.688.097 4.597.17a.51.51 0 0 0 .497-.731l-.956-1.913A.5.5 0 0 0 11.691 3H4.309a.5.5 0 0 0-.447.276L2.906 5.19Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404c.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848ZM3 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2m10 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2M6 8a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2zM2.906 5.189a.51.51 0 0 0 .497.731c.91-.073 3.35-.17 4.597-.17s3.688.097 4.597.17a.51.51 0 0 0 .497-.731l-.956-1.913A.5.5 0 0 0 11.691 3H4.309a.5.5 0 0 0-.447.276L2.906 5.19Z"/></svg> </template>
CSS
.icon-car-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%22M2.52%203.515A2.5%202.5%200%200%201%204.82%202h6.362c1%200%201.904.596%202.298%201.515l.792%201.848c.075.175.21.319.38.404c.5.25.855.715.965%201.262l.335%201.679q.05.242.049.49v.413c0%20.814-.39%201.543-1%201.997V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.338c-1.292.048-2.745.088-4%20.088s-2.708-.04-4-.088V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5%202.5%200%200%201%20.049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8%200%200%200%20.381-.404l.792-1.848ZM3%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m10%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202M6%208a1%201%200%200%200%200%202h4a1%201%200%201%200%200-2zM2.906%205.189a.51.51%200%200%200%20.497.731c.91-.073%203.35-.17%204.597-.17s3.688.097%204.597.17a.51.51%200%200%200%20.497-.731l-.956-1.913A.5.5%200%200%200%2011.691%203H4.309a.5.5%200%200%200-.447.276L2.906%205.19Z%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%22M2.52%203.515A2.5%202.5%200%200%201%204.82%202h6.362c1%200%201.904.596%202.298%201.515l.792%201.848c.075.175.21.319.38.404c.5.25.855.715.965%201.262l.335%201.679q.05.242.049.49v.413c0%20.814-.39%201.543-1%201.997V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.338c-1.292.048-2.745.088-4%20.088s-2.708-.04-4-.088V13.5a.5.5%200%200%201-.5.5h-2a.5.5%200%200%201-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5%202.5%200%200%201%20.049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8%200%200%200%20.381-.404l.792-1.848ZM3%2010a1%201%200%201%200%200-2a1%201%200%200%200%200%202m10%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202M6%208a1%201%200%200%200%200%202h4a1%201%200%201%200%200-2zM2.906%205.189a.51.51%200%200%200%20.497.731c.91-.073%203.35-.17%204.597-.17s3.688.097%204.597.17a.51.51%200%200%200%20.497-.731l-.956-1.913A.5.5%200%200%200%2011.691%203H4.309a.5.5%200%200%200-.447.276L2.906%205.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/car-front-fill.svg?color=%231a73e8&size=48