Site Map Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Site 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/306495.svg" alt="Site Map icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306495.svg" alt="Site Map icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306495.svg" alt="Site Map icon" :width="24" :height="24" />
CSS background
.icon-site-map {
background-image: url('https://proicons.com/icon/306495.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M836 592v-35c0-8-7-15-15-15H523c-8 0-15-7-15-16v-24c0-9 7-16 15-16h118c8 0 15-7 15-15V189c0-8-7-15-15-15H359c-8 0-15 6-15 15v282c0 8 7 15 15 15h118c8 0 15 7 15 16v25c0 8-7 15-15 15H180c-9 0-16 7-16 16v34c0 9-7 16-15 16H78c-8 0-15 7-15 15v188c0 8 6 15 15 15h188c8 0 15-6 15-15V623c0-8-7-15-15-15h-71c-8 0-15-7-15-16v-19c0-9 6-16 15-16h282c8 0 15 7 15 16v19c0 9-7 16-15 16h-71c-8 0-15 6-15 15v188c0 8 6 15 15 15h188c9 0 16-6 16-15V623c0-8-7-15-16-15h-71c-8 0-15-7-15-16v-19c0-9 7-16 15-16h282c8 0 15 7 15 16v19c0 9-6 16-15 16h-71c-8 0-15 6-15 15v188c0 8 7 15 15 15h188c9 0 16-6 16-15V623c0-8-7-15-16-15h-71c-8 0-15-7-15-16z"/></svg>
Copied!