The Phosphor car profile icon depicts a side view of a car, commonly used to represent vehicle-related options or information within maps and travel interfaces.
Common uses
- Selecting a car as a mode of transport
- Displaying vehicle details in a booking
- Indicating a parking location
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CarProfile } from '@phosphor-icons/react';
<CarProfile size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CarProfile size={24} />thin
<CarProfile size={24} weight="thin" />light
<CarProfile size={24} weight="light" />bold
<CarProfile size={24} weight="bold" />fill
<CarProfile size={24} weight="fill" />duotone
<CarProfile size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- carsvehiclesautomobiletransittransportationtravelingmaps & travelobjectscarprofilevehicletransport
FAQ
- What is the car profile icon used for?
- It's used to visually represent cars, vehicles, or transportation options in UI elements, especially within maps and travel contexts.
- How do I use the car profile icon in React?
- You can import and use it like this: import { CarProfile } from '@phosphor-icons/react'. Then render it as <CarProfile size={32} />.
- What is the license for this icon?
- The Phosphor icon library, including the car profile icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →