Map Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Map icon is commonly used in location finders, store locators and travel apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/312192.svg" alt="Map icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312192.svg" alt="Map icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312192.svg" alt="Map icon" :width="24" :height="24" />
CSS background
.icon-map {
background-image: url('https://proicons.com/icon/312192.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-map" viewBox="0 0 22 22"><path d="M2 4H4V3H6V2H10V3H13V4H15V3H17V2H20V18H18V19H16V20H12V19H9V18H7V19H5V20H2V4M4 6V17H6V16H7V5H5V6H4M12 5H9V16H10V17H13V6H12V5M16 6H15V17H17V16H18V5H16V6Z" /></svg>
Copied!