Map Pin Pixel Art Icon
A map pin icon for pinning locations, marking addresses on maps and indicating saved or notable places.
Tags
gpspinmarkattach
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Map Pin icon
A pin with a pointed base, similar to a pushpin dropped on a physical map. Use it to let users pin a custom location, mark meeting points, or save a point of interest. It feels slightly more manual and deliberate than the teardrop location icon, making it well suited for 'I want to remember this spot' actions. The map-pin-check, map-pin-home, and map-pin-x siblings add confirmation, home-address, and removal meanings; this plain version covers the neutral 'pin this place' action.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/map-pin.svg" width="24" height="24" alt="Map Pin" />
<!-- React -->
import { MapPin } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="map-pin.svg" width="48" height="48" style="image-rendering: pixelated" />