Map Minus Pixel Art Icon
A map-minus icon for removing a saved location, deleting a map marker and shrinking a displayed map area.
Tags
gpsminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Map Minus icon
A map with a minus sign, indicating removal or subtraction in a geographic context. Use it on a button that lets users delete a saved location from their list, remove a custom marker from a shared map, or collapse a region in a geographic data view. It pairs naturally with map-plus for add/remove location controls. If the goal is zooming out rather than deleting, a dedicated zoom-out control is clearer; this icon works best when something is being permanently removed.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/map-minus.svg" width="24" height="24" alt="Map Minus" />
<!-- React -->
import { MapMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="map-minus.svg" width="48" height="48" style="image-rendering: pixelated" />