The Tabler parking circle icon visually represents a designated parking area, commonly used in UIs to indicate parking availability or related services.
Common uses
- Indicate available parking spots on a map.
- Label a section for vehicle parking in a building directory.
- Show a parking-related option in a transportation app.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconParkingCircle } from '@tabler/icons-react';
<IconParkingCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconParkingCircle size={24} stroke={2} />filled
<IconParkingCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Symbols
- Keywords
- parkingparking-lotcircle-parkingvehicle-parkingparking-zoneparking-areaparking-circlecar-parkround-parkingcircle-lotsymbolscircleparking symbolcar park iconvehicle parking zoneround parking
FAQ
- What does the parking circle icon represent?
- It signifies a parking area or zone, often used to denote where vehicles can be parked.
- How do I use this icon in React?
- You can import and use it with `import { IconParkingCircle } from '@tabler/icons-react'`.
- What is the license for this icon?
- The Tabler icon library, including the parking circle icon, is distributed 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 →