Parking Pixel Art Icon
A parking icon for parking-spot finders, garage maps, 'P' zone markers and vehicle storage sections in navigation apps.
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 icon
A bold letter P inside a square or circle, the globally recognized parking symbol. Use it in a navigation app's map layer to indicate parking areas, on a garage or lot finder screen, on a 'park here' button, or in a mobility app that helps users reserve spots. Its meaning is almost universally understood without a label. The parking-off icon is its natural companion for no-parking zones; for the driving-toward-parking flow, pairing with the car icon adds helpful context.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/parking.svg" width="24" height="24" alt="Parking" />
<!-- React -->
import { Parking } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="parking.svg" width="48" height="48" style="image-rendering: pixelated" />