house icon
house-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.
- Name
- house-filled
- Set
- Reicon
- Style
- Filled
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All house icons →houseBootstrap IconshouseEmoji One (Colored)houseElement PlushouseFramework7 IconshouseFont Awesome 6 SolidhouseFont Awesome RegularhouseFont Awesome SolidhouseFluent EmojihouseFluent Emoji FlathouseFluent Emoji High ContrasthouseLucidehouseLucide LabhouseMaterial SymbolshouseMaterial Symbols Lighthouse-fillMingCute IconhouseNoto EmojihouseOpenMojihousePhosphorhouse-boldSolarhouse-outlineTeenyiconshouseTwitter Emoji
More home icons from Reicon
Use the house icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 1.817a2.33 2.33 0 0 1 2.824 0l7 5.32c.581.442.921 1.13.921 1.858V19a3.666 3.666 0 0 1-3.666 3.667H13v-4.334a1 1 0 0 0-2 0v4.334H6.333A3.666 3.666 0 0 1 2.667 19V8.995c0-.73.34-1.417.922-1.858z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHouseFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 1.817a2.33 2.33 0 0 1 2.824 0l7 5.32c.581.442.921 1.13.921 1.858V19a3.666 3.666 0 0 1-3.666 3.667H13v-4.334a1 1 0 0 0-2 0v4.334H6.333A3.666 3.666 0 0 1 2.667 19V8.995c0-.73.34-1.417.922-1.858z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 1.817a2.33 2.33 0 0 1 2.824 0l7 5.32c.581.442.921 1.13.921 1.858V19a3.666 3.666 0 0 1-3.666 3.667H13v-4.334a1 1 0 0 0-2 0v4.334H6.333A3.666 3.666 0 0 1 2.667 19V8.995c0-.73.34-1.417.922-1.858z"/></svg> </template>
CSS
.icon-house-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.588%201.817a2.33%202.33%200%200%201%202.824%200l7%205.32c.581.442.921%201.13.921%201.858V19a3.666%203.666%200%200%201-3.666%203.667H13v-4.334a1%201%200%200%200-2%200v4.334H6.333A3.666%203.666%200%200%201%202.667%2019V8.995c0-.73.34-1.417.922-1.858z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.588%201.817a2.33%202.33%200%200%201%202.824%200l7%205.32c.581.442.921%201.13.921%201.858V19a3.666%203.666%200%200%201-3.666%203.667H13v-4.334a1%201%200%200%200-2%200v4.334H6.333A3.666%203.666%200%200%201%202.667%2019V8.995c0-.73.34-1.417.922-1.858z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/house-filled.svg?color=%231a73e8&size=48