Ourhome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ourhome 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/330841.svg" alt="Ourhome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330841.svg" alt="Ourhome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330841.svg" alt="Ourhome icon" :width="24" :height="24" />
CSS background
.icon-ourhome {
background-image: url('https://proicons.com/icon/330841.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.63,21.85,26,7.64a3,3,0,0,0-3.9,0L5.37,21.85a2.43,2.43,0,0,0-.29,3.44A2.39,2.39,0,0,0,7,26.16H9.09V39.45a1.63,1.63,0,0,0,1.63,1.63h7.35a1.63,1.63,0,0,0,1.63-1.63V31.27a1,1,0,0,1,1-1h6.64a1,1,0,0,1,1,1v8.18a1.63,1.63,0,0,0,1.63,1.63h7.35a1.63,1.63,0,0,0,1.63-1.63V26.16H41a2.44,2.44,0,0,0,1.59-4.31Z"/><path class="cls-1" d="M32.45,13.18V7.92a.4.4,0,0,1,.39-.39h5.68a.4.4,0,0,1,.39.39h0V18.67"/></svg>
Copied!