car icon
car from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- car
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
car-filledAnt Design IconscarBoxIcons v2carBoxIcons v2 Solidcar-fillEva Iconscar-fillFramework7 IconscarFont Awesome 6 SolidcarFont Awesome SolidcarHumbleiconscarIconParkcarIconPark OutlinecarIconPark SolidcarIconPark TwoTonecarIconoircarIonIconscarJam IconscarLine AwesomecarLucidecarMajesticonscarMaterial Design Iconscar-fillMingCute IconcarPhosphorcarPixelarticonscarPrime Iconscar-fillRemix Icon
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the car icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.338 15.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 8H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 16.107V24a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7.125a1 1 0 0 0-.662-.941M9 26a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m5-3h-1.142a3.98 3.98 0 0 0-7.716 0h-6.284a3.98 3.98 0 0 0-7.716 0H4v-6.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 10h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 17.578Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.338 15.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 8H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 16.107V24a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7.125a1 1 0 0 0-.662-.941M9 26a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m5-3h-1.142a3.98 3.98 0 0 0-7.716 0h-6.284a3.98 3.98 0 0 0-7.716 0H4v-6.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 10h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 17.578Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.338 15.934l-7.732-2.779l-3.232-4.058A2.99 2.99 0 0 0 16.054 8H8.058a3 3 0 0 0-2.48 1.312l-2.712 3.983A5 5 0 0 0 2 16.107V24a1 1 0 0 0 1 1h2.142a3.98 3.98 0 0 0 7.716 0h6.284a3.98 3.98 0 0 0 7.716 0H29a1 1 0 0 0 1-1v-7.125a1 1 0 0 0-.662-.941M9 26a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m14 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m5-3h-1.142a3.98 3.98 0 0 0-7.716 0h-6.284a3.98 3.98 0 0 0-7.716 0H4v-6.893a3 3 0 0 1 .52-1.688l2.711-3.981A1 1 0 0 1 8.058 10h7.996a1 1 0 0 1 .764.355l3.4 4.268a1 1 0 0 0 .444.318L28 17.578Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.338%2015.934l-7.732-2.779l-3.232-4.058A2.99%202.99%200%200%200%2016.054%208H8.058a3%203%200%200%200-2.48%201.312l-2.712%203.983A5%205%200%200%200%202%2016.107V24a1%201%200%200%200%201%201h2.142a3.98%203.98%200%200%200%207.716%200h6.284a3.98%203.98%200%200%200%207.716%200H29a1%201%200%200%200%201-1v-7.125a1%201%200%200%200-.662-.941M9%2026a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m14%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m5-3h-1.142a3.98%203.98%200%200%200-7.716%200h-6.284a3.98%203.98%200%200%200-7.716%200H4v-6.893a3%203%200%200%201%20.52-1.688l2.711-3.981A1%201%200%200%201%208.058%2010h7.996a1%201%200%200%201%20.764.355l3.4%204.268a1%201%200%200%200%20.444.318L28%2017.578Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.338%2015.934l-7.732-2.779l-3.232-4.058A2.99%202.99%200%200%200%2016.054%208H8.058a3%203%200%200%200-2.48%201.312l-2.712%203.983A5%205%200%200%200%202%2016.107V24a1%201%200%200%200%201%201h2.142a3.98%203.98%200%200%200%207.716%200h6.284a3.98%203.98%200%200%200%207.716%200H29a1%201%200%200%200%201-1v-7.125a1%201%200%200%200-.662-.941M9%2026a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m14%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m5-3h-1.142a3.98%203.98%200%200%200-7.716%200h-6.284a3.98%203.98%200%200%200-7.716%200H4v-6.893a3%203%200%200%201%20.52-1.688l2.711-3.981A1%201%200%200%201%208.058%2010h7.996a1%201%200%200%201%20.764.355l3.4%204.268a1%201%200%200%200%20.444.318L28%2017.578Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/car.svg?color=%231a73e8&size=48