car icon
car-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- car-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- car-fill
2 other variants in Ant Design Icons
The same icon in other sets
carBoxIcons v2carBoxIcons v2 SolidcarCarboncar-fillEva Iconscar-fillFramework7 IconscarFont Awesome 6 SolidcarFont Awesome SolidcarHumbleiconscarIconParkcarIconPark OutlinecarIconPark SolidcarIconPark TwoTonecarIconoircarIonIconscarJam IconscarLine AwesomecarLucidecarMajesticonscarMaterial Design Iconscar-fillMingCute IconcarPhosphorcarPixelarticonscarPrime Iconscar-fillRemix Icon
Use the car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6l-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2l-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2l-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40l60.3-35.2a8 8 0 0 0 3-10.8M264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40m388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40M220 418l72.7-199.9l.5-1.3l.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCarFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6l-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2l-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2l-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40l60.3-35.2a8 8 0 0 0 3-10.8M264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40m388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40M220 418l72.7-199.9l.5-1.3l.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6l-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2l-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2l-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40l60.3-35.2a8 8 0 0 0 3-10.8M264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40m388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40M220 418l72.7-199.9l.5-1.3l.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208z"/></svg> </template>
CSS
.icon-car-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M959%20413.4L935.3%20372a8%208%200%200%200-10.9-2.9l-50.7%2029.6l-78.3-216.2a63.9%2063.9%200%200%200-60.9-44.4H301.2c-34.7%200-65.5%2022.4-76.2%2055.5l-74.6%20205.2l-50.8-29.6a8%208%200%200%200-10.9%202.9L65%20413.4c-2.2%203.8-.9%208.6%202.9%2010.8l60.4%2035.2l-14.5%2040c-1.2%203.2-1.8%206.6-1.8%2010v348.2c0%2015.7%2011.8%2028.4%2026.3%2028.4h67.6c12.3%200%2023-9.3%2025.6-22.3l7.7-37.7h545.6l7.7%2037.7c2.7%2013%2013.3%2022.3%2025.6%2022.3h67.6c14.5%200%2026.3-12.7%2026.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40l60.3-35.2a8%208%200%200%200%203-10.8M264%20621c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040m388%2075c0%204.4-3.6%208-8%208H380c-4.4%200-8-3.6-8-8v-84c0-4.4%203.6-8%208-8h40c4.4%200%208%203.6%208%208v36h168v-36c0-4.4%203.6-8%208-8h40c4.4%200%208%203.6%208%208zm108-75c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040M220%20418l72.7-199.9l.5-1.3l.4-1.3c1.1-3.3%204.1-5.5%207.6-5.5h427.6l75.4%20208z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M959%20413.4L935.3%20372a8%208%200%200%200-10.9-2.9l-50.7%2029.6l-78.3-216.2a63.9%2063.9%200%200%200-60.9-44.4H301.2c-34.7%200-65.5%2022.4-76.2%2055.5l-74.6%20205.2l-50.8-29.6a8%208%200%200%200-10.9%202.9L65%20413.4c-2.2%203.8-.9%208.6%202.9%2010.8l60.4%2035.2l-14.5%2040c-1.2%203.2-1.8%206.6-1.8%2010v348.2c0%2015.7%2011.8%2028.4%2026.3%2028.4h67.6c12.3%200%2023-9.3%2025.6-22.3l7.7-37.7h545.6l7.7%2037.7c2.7%2013%2013.3%2022.3%2025.6%2022.3h67.6c14.5%200%2026.3-12.7%2026.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40l60.3-35.2a8%208%200%200%200%203-10.8M264%20621c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040m388%2075c0%204.4-3.6%208-8%208H380c-4.4%200-8-3.6-8-8v-84c0-4.4%203.6-8%208-8h40c4.4%200%208%203.6%208%208v36h168v-36c0-4.4%203.6-8%208-8h40c4.4%200%208%203.6%208%208zm108-75c-22.1%200-40-17.9-40-40s17.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040M220%20418l72.7-199.9l.5-1.3l.4-1.3c1.1-3.3%204.1-5.5%207.6-5.5h427.6l75.4%20208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/car-filled.svg?color=%231a73e8&size=48