Home Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Home Connect 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/341647.svg" alt="Home Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341647.svg" alt="Home Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341647.svg" alt="Home Connect icon" :width="24" :height="24" />
CSS background
.icon-home-connect {
background-image: url('https://proicons.com/icon/341647.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><path class="a" d="M43.3021,33.4637a21.5132,21.5132,0,1,0-9.8385,9.8383,2.002,2.002,0,0,1,1.3173-.1693L42.44,44.8242A2,2,0,0,0,44.8242,42.44l-1.6914-7.659A2.002,2.002,0,0,1,43.3021,33.4637Z"/><path class="a" d="M31.3917,19.3791l-6.6695-5.6156a1.1215,1.1215,0,0,0-1.4444,0l-6.6695,5.6156a1.6817,1.6817,0,0,0-.5987,1.2866v10.713A1.1213,1.1213,0,0,0,17.1309,32.5H30.8691A1.1213,1.1213,0,0,0,31.99,31.3787V20.6657A1.6817,1.6817,0,0,0,31.3917,19.3791Z"/></svg>
Copied!