car simple icon
car-simple-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- car-simple-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the car simple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 106h-12.1l-28.31-63.69A14 14 0 0 0 186.8 34H69.2a14 14 0 0 0-12.79 8.31L28.1 106H16a6 6 0 0 0 0 12h10v82a14 14 0 0 0 14 14h24a14 14 0 0 0 14-14v-18h100v18a14 14 0 0 0 14 14h24a14 14 0 0 0 14-14v-82h10a6 6 0 0 0 0-12M67.37 47.19A2 2 0 0 1 69.2 46h117.6a2 2 0 0 1 1.83 1.19L214.77 106H41.23ZM218 200a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-24a6 6 0 0 0-6-6H72a6 6 0 0 0-6 6v24a2 2 0 0 1-2 2H40a2 2 0 0 1-2-2v-82h180Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCarSimpleLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 106h-12.1l-28.31-63.69A14 14 0 0 0 186.8 34H69.2a14 14 0 0 0-12.79 8.31L28.1 106H16a6 6 0 0 0 0 12h10v82a14 14 0 0 0 14 14h24a14 14 0 0 0 14-14v-18h100v18a14 14 0 0 0 14 14h24a14 14 0 0 0 14-14v-82h10a6 6 0 0 0 0-12M67.37 47.19A2 2 0 0 1 69.2 46h117.6a2 2 0 0 1 1.83 1.19L214.77 106H41.23ZM218 200a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-24a6 6 0 0 0-6-6H72a6 6 0 0 0-6 6v24a2 2 0 0 1-2 2H40a2 2 0 0 1-2-2v-82h180Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 106h-12.1l-28.31-63.69A14 14 0 0 0 186.8 34H69.2a14 14 0 0 0-12.79 8.31L28.1 106H16a6 6 0 0 0 0 12h10v82a14 14 0 0 0 14 14h24a14 14 0 0 0 14-14v-18h100v18a14 14 0 0 0 14 14h24a14 14 0 0 0 14-14v-82h10a6 6 0 0 0 0-12M67.37 47.19A2 2 0 0 1 69.2 46h117.6a2 2 0 0 1 1.83 1.19L214.77 106H41.23ZM218 200a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2v-24a6 6 0 0 0-6-6H72a6 6 0 0 0-6 6v24a2 2 0 0 1-2 2H40a2 2 0 0 1-2-2v-82h180Z"/></svg> </template>
CSS
.icon-car-simple-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20106h-12.1l-28.31-63.69A14%2014%200%200%200%20186.8%2034H69.2a14%2014%200%200%200-12.79%208.31L28.1%20106H16a6%206%200%200%200%200%2012h10v82a14%2014%200%200%200%2014%2014h24a14%2014%200%200%200%2014-14v-18h100v18a14%2014%200%200%200%2014%2014h24a14%2014%200%200%200%2014-14v-82h10a6%206%200%200%200%200-12M67.37%2047.19A2%202%200%200%201%2069.2%2046h117.6a2%202%200%200%201%201.83%201.19L214.77%20106H41.23ZM218%20200a2%202%200%200%201-2%202h-24a2%202%200%200%201-2-2v-24a6%206%200%200%200-6-6H72a6%206%200%200%200-6%206v24a2%202%200%200%201-2%202H40a2%202%200%200%201-2-2v-82h180Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20106h-12.1l-28.31-63.69A14%2014%200%200%200%20186.8%2034H69.2a14%2014%200%200%200-12.79%208.31L28.1%20106H16a6%206%200%200%200%200%2012h10v82a14%2014%200%200%200%2014%2014h24a14%2014%200%200%200%2014-14v-18h100v18a14%2014%200%200%200%2014%2014h24a14%2014%200%200%200%2014-14v-82h10a6%206%200%200%200%200-12M67.37%2047.19A2%202%200%200%201%2069.2%2046h117.6a2%202%200%200%201%201.83%201.19L214.77%20106H41.23ZM218%20200a2%202%200%200%201-2%202h-24a2%202%200%200%201-2-2v-24a6%206%200%200%200-6-6H72a6%206%200%200%200-6%206v24a2%202%200%200%201-2%202H40a2%202%200%200%201-2-2v-82h180Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/car-simple-light.svg?color=%231a73e8&size=48