Home Pixel Art Icon
A home icon for the main navigation tab, dashboard links, 'return to start' buttons and address fields.
Tags
housemaindashboard
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Home icon
A simple house: a pitched roof above a rectangular body with a door. This is the most universal navigation icon in software, used as the main tab or breadcrumb anchor in virtually every app and website. Beyond navigation, it appears in address fields, real-estate listings, and smart-home interfaces. Because it is so deeply familiar, avoid repurposing it for unrelated actions. If you need to indicate a favorite or saved home address specifically, home-heart or home-plus add the right nuance.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/home.svg" width="24" height="24" alt="Home" />
<!-- React -->
import { Home } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="home.svg" width="48" height="48" style="image-rendering: pixelated" />