car icon
car from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- car
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
car-filledAnt Design IconscarBoxIcons v2carBoxIcons v2 SolidcarCarboncar-fillEva Iconscar-fillFramework7 IconscarFont Awesome 6 SolidcarFont Awesome SolidcarHumbleiconscarIconParkcarIconPark OutlinecarIconPark SolidcarIconPark TwoTonecarIconoircarIonIconscarJam IconscarLine AwesomecarLucidecarMajesticonscarMaterial Design Iconscar-fillMingCute IconcarPhosphorcarPixelarticonscar-fillRemix Icon
Use the car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.78 9.44l-1.84-5a1.75 1.75 0 0 0-1.64-1.19H7.7A1.75 1.75 0 0 0 6.06 4.4l-1.84 5a1.76 1.76 0 0 0-1 1.56v4.5A1.73 1.73 0 0 0 4 16.94S4 17 4 17v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.75h10V19a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.06a1.73 1.73 0 0 0 .76-1.44V11a1.76 1.76 0 0 0-.98-1.56m-.53 6.06a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25V11a.25.25 0 0 1 .25-.25h14a.25.25 0 0 1 .25.25ZM7.47 4.91a.25.25 0 0 1 .23-.16h8.6a.25.25 0 0 1 .23.16l1.4 3.84H6.07Z"/><circle cx="8" cy="13.25" r="1.5" fill="currentColor"/><circle cx="16" cy="13.25" r="1.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function PrimeCar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.78 9.44l-1.84-5a1.75 1.75 0 0 0-1.64-1.19H7.7A1.75 1.75 0 0 0 6.06 4.4l-1.84 5a1.76 1.76 0 0 0-1 1.56v4.5A1.73 1.73 0 0 0 4 16.94S4 17 4 17v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.75h10V19a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.06a1.73 1.73 0 0 0 .76-1.44V11a1.76 1.76 0 0 0-.98-1.56m-.53 6.06a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25V11a.25.25 0 0 1 .25-.25h14a.25.25 0 0 1 .25.25ZM7.47 4.91a.25.25 0 0 1 .23-.16h8.6a.25.25 0 0 1 .23.16l1.4 3.84H6.07Z"/><circle cx="8" cy="13.25" r="1.5" fill="currentColor"/><circle cx="16" cy="13.25" r="1.5" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.78 9.44l-1.84-5a1.75 1.75 0 0 0-1.64-1.19H7.7A1.75 1.75 0 0 0 6.06 4.4l-1.84 5a1.76 1.76 0 0 0-1 1.56v4.5A1.73 1.73 0 0 0 4 16.94S4 17 4 17v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.75h10V19a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.06a1.73 1.73 0 0 0 .76-1.44V11a1.76 1.76 0 0 0-.98-1.56m-.53 6.06a.25.25 0 0 1-.25.25H5a.25.25 0 0 1-.25-.25V11a.25.25 0 0 1 .25-.25h14a.25.25 0 0 1 .25.25ZM7.47 4.91a.25.25 0 0 1 .23-.16h8.6a.25.25 0 0 1 .23.16l1.4 3.84H6.07Z"/><circle cx="8" cy="13.25" r="1.5" fill="currentColor"/><circle cx="16" cy="13.25" r="1.5" fill="currentColor"/></svg> </template>
CSS
.icon-car {
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%22currentColor%22%20d%3D%22m19.78%209.44l-1.84-5a1.75%201.75%200%200%200-1.64-1.19H7.7A1.75%201.75%200%200%200%206.06%204.4l-1.84%205a1.76%201.76%200%200%200-1%201.56v4.5A1.73%201.73%200%200%200%204%2016.94S4%2017%204%2017v2a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1.75h10V19a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-2.06a1.73%201.73%200%200%200%20.76-1.44V11a1.76%201.76%200%200%200-.98-1.56m-.53%206.06a.25.25%200%200%201-.25.25H5a.25.25%200%200%201-.25-.25V11a.25.25%200%200%201%20.25-.25h14a.25.25%200%200%201%20.25.25ZM7.47%204.91a.25.25%200%200%201%20.23-.16h8.6a.25.25%200%200%201%20.23.16l1.4%203.84H6.07Z%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2213.25%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2213.25%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22currentColor%22%20d%3D%22m19.78%209.44l-1.84-5a1.75%201.75%200%200%200-1.64-1.19H7.7A1.75%201.75%200%200%200%206.06%204.4l-1.84%205a1.76%201.76%200%200%200-1%201.56v4.5A1.73%201.73%200%200%200%204%2016.94S4%2017%204%2017v2a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-1.75h10V19a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1v-2.06a1.73%201.73%200%200%200%20.76-1.44V11a1.76%201.76%200%200%200-.98-1.56m-.53%206.06a.25.25%200%200%201-.25.25H5a.25.25%200%200%201-.25-.25V11a.25.25%200%200%201%20.25-.25h14a.25.25%200%200%201%20.25.25ZM7.47%204.91a.25.25%200%200%201%20.23-.16h8.6a.25.25%200%200%201%20.23.16l1.4%203.84H6.07Z%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2213.25%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2213.25%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/car.svg?color=%231a73e8&size=48