The HugeIcons circle parking off icon visually indicates that parking is currently unavailable or prohibited in a specific area.
Common uses
- Disabling parking spots on a map interface.
- Indicating restricted parking zones in an application.
- Showing unavailable parking options in a navigation app.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CircleParkingOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CircleParkingOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no parkingparking disabledparking prohibitedoff parking
FAQ
- What does the circle parking off icon represent?
- This icon signifies that parking is not allowed or is currently unavailable in the designated area.
- How do I use CircleParkingOffIcon in React?
- Import it using `import { CircleParkingOffIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={CircleParkingOffIcon} />`.
- What is the license for this icon?
- The HugeIcons library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →