Map Pin X Pixel Art Icon
A map-pin-x icon for removing a saved location, cancelling a selected destination and deleting map markers.
Tags
gpspinmarkattachclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Map Pin X icon
A map pin with an X through or beside it, making the delete intent immediately clear. Use it as the remove button on a saved-places list, to cancel a destination mid-route, or to clear a dropped pin from a map. The X is stronger than a minus and implies finality. Map-pin-x-2 is a close sibling with a slightly different X style; pick whichever fits your visual style. For a softer disabled-but-not-deleted state, map-pin-off is the less final option.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/map-pin-x.svg" width="24" height="24" alt="Map Pin X" />
<!-- React -->
import { MapPinX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="map-pin-x.svg" width="48" height="48" style="image-rendering: pixelated" />