car profile icon
car-profile-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- car-profile-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the car profile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 114h-29.51l-43.9-43.9a13.94 13.94 0 0 0-9.9-4.1H44.28a14 14 0 0 0-11.65 6.23L3 116.67A6 6 0 0 0 2 120v48a14 14 0 0 0 14 14h18.6a30 30 0 0 0 58.8 0h69.2a30 30 0 0 0 58.8 0H240a14 14 0 0 0 14-14v-40a14 14 0 0 0-14-14M42.62 78.89a2 2 0 0 1 1.66-.89h112.41a2 2 0 0 1 1.41.59L193.52 114H19.21ZM64 194a18 18 0 1 1 18-18a18 18 0 0 1-18 18m128 0a18 18 0 1 1 18-18a18 18 0 0 1-18 18m50-26a2 2 0 0 1-2 2h-18.6a30 30 0 0 0-58.8 0H93.4a30 30 0 0 0-58.8 0H16a2 2 0 0 1-2-2v-42h226a2 2 0 0 1 2 2Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCarProfileLight(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 114h-29.51l-43.9-43.9a13.94 13.94 0 0 0-9.9-4.1H44.28a14 14 0 0 0-11.65 6.23L3 116.67A6 6 0 0 0 2 120v48a14 14 0 0 0 14 14h18.6a30 30 0 0 0 58.8 0h69.2a30 30 0 0 0 58.8 0H240a14 14 0 0 0 14-14v-40a14 14 0 0 0-14-14M42.62 78.89a2 2 0 0 1 1.66-.89h112.41a2 2 0 0 1 1.41.59L193.52 114H19.21ZM64 194a18 18 0 1 1 18-18a18 18 0 0 1-18 18m128 0a18 18 0 1 1 18-18a18 18 0 0 1-18 18m50-26a2 2 0 0 1-2 2h-18.6a30 30 0 0 0-58.8 0H93.4a30 30 0 0 0-58.8 0H16a2 2 0 0 1-2-2v-42h226a2 2 0 0 1 2 2Z"/></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 114h-29.51l-43.9-43.9a13.94 13.94 0 0 0-9.9-4.1H44.28a14 14 0 0 0-11.65 6.23L3 116.67A6 6 0 0 0 2 120v48a14 14 0 0 0 14 14h18.6a30 30 0 0 0 58.8 0h69.2a30 30 0 0 0 58.8 0H240a14 14 0 0 0 14-14v-40a14 14 0 0 0-14-14M42.62 78.89a2 2 0 0 1 1.66-.89h112.41a2 2 0 0 1 1.41.59L193.52 114H19.21ZM64 194a18 18 0 1 1 18-18a18 18 0 0 1-18 18m128 0a18 18 0 1 1 18-18a18 18 0 0 1-18 18m50-26a2 2 0 0 1-2 2h-18.6a30 30 0 0 0-58.8 0H93.4a30 30 0 0 0-58.8 0H16a2 2 0 0 1-2-2v-42h226a2 2 0 0 1 2 2Z"/></svg> </template>
CSS
.icon-car-profile-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%20114h-29.51l-43.9-43.9a13.94%2013.94%200%200%200-9.9-4.1H44.28a14%2014%200%200%200-11.65%206.23L3%20116.67A6%206%200%200%200%202%20120v48a14%2014%200%200%200%2014%2014h18.6a30%2030%200%200%200%2058.8%200h69.2a30%2030%200%200%200%2058.8%200H240a14%2014%200%200%200%2014-14v-40a14%2014%200%200%200-14-14M42.62%2078.89a2%202%200%200%201%201.66-.89h112.41a2%202%200%200%201%201.41.59L193.52%20114H19.21ZM64%20194a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m128%200a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m50-26a2%202%200%200%201-2%202h-18.6a30%2030%200%200%200-58.8%200H93.4a30%2030%200%200%200-58.8%200H16a2%202%200%200%201-2-2v-42h226a2%202%200%200%201%202%202Z%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%20114h-29.51l-43.9-43.9a13.94%2013.94%200%200%200-9.9-4.1H44.28a14%2014%200%200%200-11.65%206.23L3%20116.67A6%206%200%200%200%202%20120v48a14%2014%200%200%200%2014%2014h18.6a30%2030%200%200%200%2058.8%200h69.2a30%2030%200%200%200%2058.8%200H240a14%2014%200%200%200%2014-14v-40a14%2014%200%200%200-14-14M42.62%2078.89a2%202%200%200%201%201.66-.89h112.41a2%202%200%200%201%201.41.59L193.52%20114H19.21ZM64%20194a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m128%200a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m50-26a2%202%200%200%201-2%202h-18.6a30%2030%200%200%200-58.8%200H93.4a30%2030%200%200%200-58.8%200H16a2%202%200%200%201-2-2v-42h226a2%202%200%200%201%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/car-profile-light.svg?color=%231a73e8&size=48