car icon
car-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- car-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
car-filledAnt Design IconscarBoxIcons v2carBoxIcons v2 SolidcarCarboncar-fillEva Iconscar-fillFramework7 IconscarFont Awesome 6 SolidcarFont Awesome SolidcarHumbleiconscarIconParkcarIconPark OutlinecarIconPark SolidcarIconPark TwoTonecarIconoircarJam IconscarLine AwesomecarLucidecarMajesticonscarMaterial Design Iconscar-fillMingCute IconcarPhosphorcarPixelarticonscarPrime Iconscar-fillRemix Icon
Related icons in IonIcons
Use the car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M447.68 220.78a16.4 16.4 0 0 0-1-3.1l-48-112A16 16 0 0 0 384 96H128a16 16 0 0 0-14.71 9.7l-48 112a16.4 16.4 0 0 0-1 3.1A16 16 0 0 0 64 224v184a8 8 0 0 0 8 8h32a8 8 0 0 0 8-8v-24h288v24a8 8 0 0 0 8 8h32a8 8 0 0 0 8-8V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32a32 32 0 0 1-32 32M104.26 208l34.29-80h234.9l34.29 80Z"/></svg>
React
import type { SVGProps } from "react";
export function IonCarSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M447.68 220.78a16.4 16.4 0 0 0-1-3.1l-48-112A16 16 0 0 0 384 96H128a16 16 0 0 0-14.71 9.7l-48 112a16.4 16.4 0 0 0-1 3.1A16 16 0 0 0 64 224v184a8 8 0 0 0 8 8h32a8 8 0 0 0 8-8v-24h288v24a8 8 0 0 0 8 8h32a8 8 0 0 0 8-8V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32a32 32 0 0 1-32 32M104.26 208l34.29-80h234.9l34.29 80Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M447.68 220.78a16.4 16.4 0 0 0-1-3.1l-48-112A16 16 0 0 0 384 96H128a16 16 0 0 0-14.71 9.7l-48 112a16.4 16.4 0 0 0-1 3.1A16 16 0 0 0 64 224v184a8 8 0 0 0 8 8h32a8 8 0 0 0 8-8v-24h288v24a8 8 0 0 0 8 8h32a8 8 0 0 0 8-8V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32a32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32a32 32 0 0 1-32 32M104.26 208l34.29-80h234.9l34.29 80Z"/></svg> </template>
CSS
.icon-car-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M447.68%20220.78a16.4%2016.4%200%200%200-1-3.1l-48-112A16%2016%200%200%200%20384%2096H128a16%2016%200%200%200-14.71%209.7l-48%20112a16.4%2016.4%200%200%200-1%203.1A16%2016%200%200%200%2064%20224v184a8%208%200%200%200%208%208h32a8%208%200%200%200%208-8v-24h288v24a8%208%200%200%200%208%208h32a8%208%200%200%200%208-8V224a16%2016%200%200%200-.32-3.22M144%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m224%200a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032M104.26%20208l34.29-80h234.9l34.29%2080Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M447.68%20220.78a16.4%2016.4%200%200%200-1-3.1l-48-112A16%2016%200%200%200%20384%2096H128a16%2016%200%200%200-14.71%209.7l-48%20112a16.4%2016.4%200%200%200-1%203.1A16%2016%200%200%200%2064%20224v184a8%208%200%200%200%208%208h32a8%208%200%200%200%208-8v-24h288v24a8%208%200%200%200%208%208h32a8%208%200%200%200%208-8V224a16%2016%200%200%200-.32-3.22M144%20320a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m224%200a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032M104.26%20208l34.29-80h234.9l34.29%2080Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/car-sharp.svg?color=%231a73e8&size=48