Map Pixel Art Icon
A folded-map icon for map views, route planning, store locators and travel itineraries.
Tags
gps
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Map icon
A folded paper map. It represents navigation and place at a broad scale: an interactive map view, route planning, a store locator, or a travel itinerary. A map pin marks one precise spot, but the folded map stands for the whole picture, whether exploring an area, browsing locations, or finding directions. Reach for it on travel, delivery, and real-estate interfaces.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/map.svg" width="24" height="24" alt="Map" />
<!-- React -->
import { Map } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="map.svg" width="48" height="48" style="image-rendering: pixelated" />