Screen Map Set Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Screen Map Set 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/318800.svg" alt="Screen Map Set icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318800.svg" alt="Screen Map Set icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318800.svg" alt="Screen Map Set icon" :width="24" :height="24" />
CSS background
.icon-screen-map-set {
background-image: url('https://proicons.com/icon/318800.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<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="24" y="26" width="7" height="2"/>
<rect x="24" y="22" width="7" height="2"/>
<polygon points="20.4141 12 25 12 25 10 17 10 17 18 19 18 19 13.4141 25.5859 20 27 18.5859 20.4141 12"/>
<path d="M7,7H29v12h2V7c0-1.1025-.8972-2-2-2H7c-1.1028,0-2,.8975-2,2v15c0,1.1025,.8972,2,2,2h7v4h-4v2h12v-8H7V7Zm13,21h-4v-4h4v4Z"/>
<path d="M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!