Indoormap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Indoormap icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/341964.svg" alt="Indoormap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341964.svg" alt="Indoormap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341964.svg" alt="Indoormap icon" :width="24" :height="24" />
CSS background
.icon-indoormap {
background-image: url('https://proicons.com/icon/341964.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="40.872 18.607 24 6.436 7.128 18.607 7.128 41.564 40.872 41.564 40.872 18.607"/><line class="a" x1="4.5" y1="20.5029" x2="7.1276" y2="18.6073"/><line class="a" x1="43.5" y1="20.5029" x2="40.8724" y2="18.6073"/><rect class="a" x="20.9293" y="30.479" width="6.1413" height="11.0853"/><rect class="a" x="30.9816" y="30.479" width="6.1413" height="6.1413"/><polyline class="a" points="34.249 13.829 34.249 9.104 27.698 9.104"/><rect class="a" x="10.8771" y="30.479" width="6.1413" height="6.1413"/></svg>
Copied!