Homee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Homee 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/327096.svg" alt="Homee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327096.svg" alt="Homee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327096.svg" alt="Homee icon" :width="24" :height="24" />
CSS background
.icon-homee {
background-image: url('https://proicons.com/icon/327096.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M36.0054,20.748c-1.8262-6.9729-7.3286-10.0206-12.6175-9.736a12.0247,12.0247,0,0,0-10.1273,6.4748c-12.4159,2.1346-10.9218,18.037,0,19.5193h1.1143v-5.6l7.2524-5,7.2523,5v5.6h7.1852a8.1587,8.1587,0,0,0-.0594-16.2581Z"/><line class="a" x1="18.0187" y1="37.0061" x2="18.0187" y2="34.5888"/></svg>
Copied!