Map Plus Pixel Art Icon
A map-plus icon for adding new locations, saving custom map markers and triggering a create-place action.
Tags
gpsplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Map Plus icon
A map with a plus sign, indicating a new location or marker is being added. Place it on an 'Add location' button in a places manager, a 'Save this spot' action on a custom map, or a control that expands a map's coverage area. It pairs naturally with map-minus for full add/remove control. When the goal is adding a destination to a route rather than saving a place permanently, a directions or route-add icon communicates that intent more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/map-plus.svg" width="24" height="24" alt="Map Plus" />
<!-- React -->
import { MapPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="map-plus.svg" width="48" height="48" style="image-rendering: pixelated" />