The Tabler car icon depicts a side profile of a car, commonly used to represent transportation, travel, or vehicle-related options in a user interface.
Common uses
- Navigation menu item for 'My Trips'
- Button to select 'Car' as a transport mode
- Marker for a vehicle parking location
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCar } from '@tabler/icons-react';
<IconCar size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCar size={24} stroke={2} />filled
<IconCarFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Vehicles
- Keywords
- vehicledrivedriverenginemotorjourneytripcartransporttravelvehiclesautomobiletransportation
FAQ
- What is the car icon used for?
- It's used to visually represent cars, driving, travel, or transportation in UI elements.
- How do I use the car icon in React?
- Import it using `import { IconCar } from '@tabler/icons-react'` and use it as a component: `<IconCar />`.
- What is the license for the Tabler car icon?
- The Tabler icon library, including the car icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →