Polaris Iq Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Polaris Iq Home icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346031.svg" alt="Polaris Iq Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346031.svg" alt="Polaris Iq Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346031.svg" alt="Polaris Iq Home icon" :width="24" :height="24" />
CSS background
.icon-polaris-iq-home {
background-image: url('https://proicons.com/icon/346031.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.4993,5.5007H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><line class="b" x1="34.9" y1="27.5" x2="29.1" y2="21.7"/><path class="b" d="M23.1,21.5c0,3.3,2.7,6,5.8,6,3.3,0,6-2.7,6-6v-6c0-3.3-2.7-6-6-6s-5.8,2.7-5.8,6v6Z"/><line class="b" x1="13.1" y1="27.4" x2="18.4" y2="27.4"/><line class="b" x1="13.1" y1="9.7" x2="18.4" y2="9.7"/><line class="b" x1="15.8" y1="9.7" x2="15.8" y2="27.4"/><path class="b" d="M19.4,38.8h0c-1,0-1.8-.8-1.8-1.8v-1.2c0-1,.8-1.8,1.8-1.8h0c1,0,1.8.8,1.8,1.8v1.2c.1,1-.8,1.8-1.8,1.8Z"/><path class="b" d="M23.4,35.9c0-1,.8-1.8,1.8-1.8h0c1,0,1.8.8,1.8,1.8v2.9"/><line class="b" x1="23.4" y1="34.1" x2="23.4" y2="38.8"/><path class="b" d="M27.1,35.9c0-1,.8-1.8,1.8-1.8h0c1,0,1.8.8,1.8,1.8v2.9"/><line class="b" x1="11.5" y1="31.5" x2="11.5" y2="38.8"/><path class="b" d="M11.5,35.8c0-1,.8-1.8,1.8-1.8h0c1,0,1.8.8,1.8,1.8v3"/><path class="b" d="M36.2,37.9c-.3.5-.9.9-1.6.9h0c-1,0-1.8-.8-1.8-1.8v-1.2c0-1,.8-1.8,1.8-1.8h0c1,0,1.8.8,1.8,1.8v.6h-3.6"/></svg>
Copied!