Ui Home Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306765.svg" alt="Ui Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306765.svg" alt="Ui Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306765.svg" alt="Ui Home icon" :width="24" :height="24" />
CSS background
.icon-ui-home {
background-image: url('https://proicons.com/icon/306765.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="M500 919c-75 0-150-1-225 0-105 1-164-82-161-161 4-72 2-145 1-217 0-16 3-26 19-34 117-61 233-124 349-186 13-7 23-7 35 0 116 63 232 125 349 186 14 8 19 16 18 32v225c0 89-64 154-153 155H500zm436-479c-13-5-27-9-39-16-125-65-249-131-372-199-19-10-33-9-50 1-126 68-251 134-377 201-43 23-86 5-96-40-7-27 7-54 38-70 116-62 231-124 347-185 30-16 60-34 92-47 13-5 33-5 45 1 148 77 295 156 441 234 29 15 41 43 33 71-9 29-31 46-62 49z"/></svg>
Copied!