Home Thatched Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Home Thatched 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/312175.svg" alt="Home Thatched icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312175.svg" alt="Home Thatched icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312175.svg" alt="Home Thatched icon" :width="24" :height="24" />
CSS background
.icon-home-thatched {
background-image: url('https://proicons.com/icon/312175.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" id="memory-home-thatched" viewBox="0 0 22 22"><path d="M19 20H3V12H1V9H2V6H3V3H4V2H18V5H19V7H20V9H21V12H20V13H19M16 10V9H18V8H17V6H16V4H6V6H5V8H4V9H6V10H9V9H13V10M12 18V15H10V18M17 18V11H16V12H12V11H10V12H6V11H5V18H8V13H14V18Z" /></svg>
Copied!