Home Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Home Svg 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/308867.svg" alt="Home Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308867.svg" alt="Home Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308867.svg" alt="Home Svg icon" :width="24" :height="24" />
CSS background
.icon-home---svg {
background-image: url('https://proicons.com/icon/308867.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7071 2.29289C12.3166 1.90237 11.6834 1.90237 11.2929 2.29289L4.29325 9.29254L4.29254 9.29325L2.29289 11.2929C1.90237 11.6834 1.90237 12.3166 2.29289 12.7071C2.68342 13.0976 3.31658 13.0976 3.70711 12.7071L4 12.4142V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V12.4142L20.2929 12.7071C20.6834 13.0976 21.3166 13.0976 21.7071 12.7071C22.0976 12.3166 22.0976 11.6834 21.7071 11.2929L12.7071 2.29289Z" fill="#292929"/> </svg>
Copied!