The Lucide circle parking icon visually represents a designated parking area, commonly used in user interfaces to indicate parking availability, related services, or locations.
Common uses
- Map marker for parking garages
- Button for parking payment feature
- Status indicator for available parking spots
Use it in React
Install
npm i lucide-reactImport & render
import { CircleParking } from 'lucide-react';
<CircleParking size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- parking lotcar parkcircleparkingparking symbol
FAQ
- What does the circle parking icon represent?
- It signifies a parking area or lot. It's often used to denote places where vehicles can be parked.
- How do I use the circle parking icon in React?
- You can import and use it like this: import { CircleParking } from 'lucide-react'. Then render it as a component: <CircleParking />.
- What is the license for this icon?
- The Lucide icon library, including the circle parking icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →