A car in profile with its cabin set back, for driving, parking, rides and vehicles. On a 24×24 grid in stroke, two-tone, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 17L3 17C2.4477 17 2 16.5523 2 16L2 13.6491C2 13.2192 2.0693 12.7921 2.2053 12.3842L4.2108 6.3675C4.483 5.5509 5.2473 5 6.1082 5L12.0975 5C12.6713 5 13.2175 5.2465 13.5971 5.6768L18 10.6667L20.6325 11.5442C21.4491 11.8164 22 12.5807 22 13.4415L22 16C22 16.5523 21.5523 17 21 17L19 17M8 17L15 17M3 10L15.3509 10C15.7808 10 16.2079 10.0693 16.6158 10.2053L18 10.6667M9 5L9 8C9 9.1046 9.8954 10 11 10M8 17C8 18.1046 7.1046 19 6 19C4.8954 19 4 18.1046 4 17C4 15.8954 4.8954 15 6 15C7.1046 15 8 15.8954 8 17ZM19 17C19 18.1046 18.1046 19 17 19C15.8954 19 15 18.1046 15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17Z"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- vehicle
- automobile
- drive
- parking
- ride
- taxi
Related icons
The rest of the car family first, then the Transport shelf.
FAQ
Answered from car's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the car icon for?
- A car in profile with its cabin set back, for driving, parking, rides and vehicles. It is filed under Transport in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as vehicle, automobile, drive, parking, ride and taxi, and the browser's search matches all of those.
- What styles does the car icon come in?
- All four: stroke, two-tone, duotone and fill. They are drawn from the same geometry, so swapping style never moves anything.
- Is there a square or circle version of car?
- No. car is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with car?
- bike, plane, plane-landing, plane-takeoff, rocket and rocket-2, and 3 more, all shown below. They are the Transport shelf: nothing else in the set is named after car.
- How do I import car in React?
- <Car /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", two-tone from "@keyline-icons/react/two-tone", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Car size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the car SVG?
- icons/stroke/car.svg, icons/two-tone/car.svg, icons/duotone/car.svg and icons/fill/car.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was car added to the set?
- Added 4 Sept 2026, and last redrawn 17 Sept 2026. It ships in v1.0.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.