Road Sign Pixel Art Icon
A road-sign icon for wayfinding instructions, route guidance steps, highway exit indicators and directions UI.
Tags
roadsign
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Road Sign icon
A rectangular highway sign on a pole, the symbol for an upcoming instruction or named route. Use it in a turn-by-turn navigation step list for a sign-follow instruction, in a trip planner to mark highway junctions, or as a metaphor for guidance in a tutorial flow. It is more specific than the plain road icon and implies a decision point where users must read a sign. For broader road context without a junction, the road icon covers general driving routes.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/road-sign.svg" width="24" height="24" alt="Road Sign" />
<!-- React -->
import { RoadSign } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="road-sign.svg" width="48" height="48" style="image-rendering: pixelated" />