Life Fits Into Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Life Fits Into 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/328465.svg" alt="Life Fits Into Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328465.svg" alt="Life Fits Into Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328465.svg" alt="Life Fits Into Home icon" :width="24" :height="24" />
CSS background
.icon-life-fits-into-home {
background-image: url('https://proicons.com/icon/328465.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="M42.0494,20.0391,25.6334,6.1921a2.5311,2.5311,0,0,0-3.2638,0L5.9536,20.0391A1.2655,1.2655,0,0,0,6.77,22.2719h4.3428v17.45a1,1,0,0,0,1,1h8.2958V34.513a3.7306,3.7306,0,0,1,3.4-3.7917A3.5936,3.5936,0,0,1,27.5949,34.31v6.412h8.2958a1,1,0,0,0,1-1v-17.45h4.3428A1.2655,1.2655,0,0,0,42.0494,20.0391Z"/><circle class="a" cx="24.0015" cy="23.1587" r="4.5058"/></svg>
Copied!