House Pixel Art Icon
A house icon for home-page navigation, real-estate listings, smart-home controls and 'Go home' buttons.
Tags
home
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the House icon
A simple house outline with a pitched roof, one of the most universally recognized icons in UI design. Navigation bars use it for the home or dashboard link; real-estate apps use it for property listings, saved homes, and mortgage calculators. Smart-home platforms show it as the top-level hub for all connected devices. Because its meaning is so deeply anchored to 'home page,' any departure from that convention should come with a label to prevent misreading.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/house.svg" width="24" height="24" alt="House" />
<!-- React -->
import { House } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="house.svg" width="48" height="48" style="image-rendering: pixelated" />