House Pixel Art Icon
A house pixel art icon for home links, real-estate listings, property apps and 'back to home' navigation.
Tags
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
This is a Pro icon.
Get it with all 4431 pixel art icons: every style, full SVG source, one-time license.
Whole team? Team Unlimited covers everyone.
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" />