Barrier Pixel Art Icon
A barrier icon for road closures, access restrictions, construction zones and 'route blocked' states in navigation apps.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Barrier icon
A striped road barrier, the kind used to block off construction zones or closed lanes. Place it on navigation maps to show a blocked route, in a delivery app to explain why a path is unavailable, or in a UI to represent an access restriction or content blocked behind a paywall. It communicates physical obstruction or hard limits clearly. For a softer 'no entry' message in non-map contexts, a circle-minus or lock icon may feel less literal.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/barrier.svg" width="24" height="24" alt="Barrier" />
<!-- React -->
import { Barrier } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="barrier.svg" width="48" height="48" style="image-rendering: pixelated" />