Parking Off Pixel Art Icon
A parking-off icon for no-parking zones, restricted areas and locations where vehicle storage is prohibited.
Tags
parkingoff
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Parking Off icon
A parking symbol with a cross through it, indicating parking is not permitted. Use it on a navigation map to mark no-parking zones, in a permit management app to flag a location that forbids vehicle storage, or in a smart-city dashboard to highlight restricted areas during events. It pairs directly with the parking icon so users grasp the distinction instantly. For a spot that is full but not prohibited, a lock or warning icon reads more accurately.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/parking-off.svg" width="24" height="24" alt="Parking Off" />
<!-- React -->
import { ParkingOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="parking-off.svg" width="48" height="48" style="image-rendering: pixelated" />