Aqara Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aqara 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/321989.svg" alt="Aqara Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321989.svg" alt="Aqara Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321989.svg" alt="Aqara Home icon" :width="24" :height="24" />
CSS background
.icon-aqara-home {
background-image: url('https://proicons.com/icon/321989.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M15.78 28.79 11.407 39.5H5.914v0l10.95-26.803C18.088 9.696 20.978 8.5 24 8.5s5.91 1.196 7.137 4.197L42.087 39.5H36.3l-9.7-23.745c-.47-1.15-1.438-2.12-2.747-2.12s-2.277.97-2.747 2.12l-2.962 7.249" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M25.919 27.444a5.16 5.16 0 0 1-5.16 5.159 5.16 5.16 0 0 1-5.158-5.159 5.16 5.16 0 0 1 5.159-5.159 5.16 5.16 0 0 1 5.159 5.16" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!