Map Identify Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Map Identify 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/318350.svg" alt="Map Identify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318350.svg" alt="Map Identify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318350.svg" alt="Map Identify icon" :width="24" :height="24" />
CSS background
.icon-map-identify {
background-image: url('https://proicons.com/icon/318350.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<rect x="15" y="8" width="2" height="6"/>
<rect x="15" y="18" width="2" height="6"/>
<rect x="18" y="15" width="6" height="2"/>
<rect x="8" y="15" width="6" height="2"/>
<path d="M4,10H2V4A2.0021,2.0021,0,0,1,4,2h6V4H4Z"/>
<path d="M10,30H4a2.0021,2.0021,0,0,1-2-2V22H4v6h6Z"/>
<path d="M28,30H22V28h6V22h2v6A2.0021,2.0021,0,0,1,28,30Z"/>
<path d="M30,10H28V4H22V2h6a2.0021,2.0021,0,0,1,2,2Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!