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/307955.svg" alt="Home Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307955.svg" alt="Home Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307955.svg" alt="Home Svg icon" :width="24" :height="24" />
CSS background
.icon-home---svg {
background-image: url('https://proicons.com/icon/307955.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 d="M20 10C20 9.44772 19.5523 9 19 9C18.4477 9 18 9.44772 18 10H20ZM6 10C6 9.44772 5.55228 9 5 9C4.44772 9 4 9.44772 4 10H6ZM7 22H17V20H7V22ZM20 19V10H18V19H20ZM6 19V10H4V19H6ZM17 22C18.6569 22 20 20.6569 20 19H18C18 19.5523 17.5523 20 17 20V22ZM7 20C6.44772 20 6 19.5523 6 19H4C4 20.6569 5.34315 22 7 22V20Z" fill="#292929"/> <path d="M21 12L12 3L3 12" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!