A folded map, for atlases, geography, terrain and route guides. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 7.186141C3 6.454849 3.399128 5.781862 4.040835 5.431147L8.040835 3.245007C8.638556 2.918332 9.361444 2.918332 9.959165 3.245007L14.082059 5.498313C14.657067 5.812575 15.349549 5.825225 15.935652 5.532174L19.552786 3.723607C20.217687 3.391156 21 3.874652 21 4.618034L21 16.813859C21 17.545151 20.600872 18.218138 19.959165 18.568853L15.959165 20.754993C15.361444 21.081668 14.638556 21.081668 14.040835 20.754993L9.917941 18.501687C9.342933 18.187425 8.650451 18.174775 8.064348 18.467826L4.447214 20.276393C3.782313 20.608844 3 20.125348 3 19.381966ZM9 3.000001V18.257109M15 5.742891V20.999999"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- atlas
- folded
- geography
- terrain
- guide
- location
- place
- address
- gps
- marker
- pin
Related icons
The rest of the map family first, then the Maps shelf.
FAQ
Answered from map's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the map icon for?
- A folded map, for atlases, geography, terrain and route guides. It is filed under Maps in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as atlas, folded, geography, terrain, guide, location, place, address, gps, marker and pin, and the browser's search matches all of those.
- What styles does the map icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of map?
- No. map is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with map?
- map-pin, map-pin-check, map-pin-minus, map-pin-off, map-pin-plus and map-pin-search, and 5 more, all shown below. The map family is listed first, then the rest of the Maps shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import map in React?
- <Map /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Map size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the map SVG?
- icons/stroke/map.svg, icons/duotone/map.svg and icons/fill/map.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was map added to the set?
- Added 12 Aug 2026, and last redrawn 12 Aug 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.