Home Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305860.svg" alt="Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305860.svg" alt="Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305860.svg" alt="Home icon" :width="24" :height="24" />
CSS background
.icon-home {
background-image: url('https://proicons.com/icon/305860.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M926 423l-96-68c1-3 1-6 1-9v-70-71c0-13-4-17-17-17h-92c-13 0-17 4-17 17v62L515 133c-14-9-16-10-29 0L242 304c-56 40-112 80-169 120-11 8-13 13-7 23 19 27 37 53 56 80 2 3 7 5 11 9 5-3 10-6 14-8l20-15c-1 3-1 6-1 9v331c0 17 4 21 21 21h208c18 0 21-3 21-21V559h168v295c0 16 4 20 20 20h209c15 0 19-4 19-19V519c0-2 0-5-1-7l23 16c13 9 18 8 27-5l50-72c10-14 9-18-5-28z"/></svg>
Home in other icon packs
Copied!