house icon
house from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- house
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
houseBootstrap IconshouseEmoji One (Colored)houseElement PlushouseFont Awesome 6 SolidhouseFont Awesome RegularhouseFont Awesome SolidhouseFluent EmojihouseFluent Emoji FlathouseFluent Emoji High ContrasthouseLucidehouseLucide LabhouseMaterial SymbolshouseMaterial Symbols Lighthouse-fillMingCute IconhouseNoto EmojihouseOpenMojihousePhosphorhouse-boldSolarhouse-outlineTeenyiconshouseTwitter Emoji
Related icons in Framework7 Icons
Use the house icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.625 52.645H43.4c3.328 0 5.273-1.876 5.273-5.18V26.066l3.023 2.766c.493.469 1.032.797 1.688.797c1.101 0 1.992-.68 1.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008 0-1.712.656-1.712 1.687v7.922l-9.257-8.438c-.82-.75-1.805-1.171-2.813-1.171s-1.992.421-2.812 1.171l-23.86 21.75c-.422.399-.703.844-.703 1.547c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797l3.023-2.742v21.375c0 3.304 1.946 5.18 5.297 5.18M34.75 33.309c0-1.078-.703-1.758-1.781-1.758H23.03c-1.078 0-1.804.68-1.804 1.758V48.87h-7.805c-1.5 0-2.32-.82-2.32-2.344V22.645L27.18 7.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.054 14.649v23.882c0 1.524-.82 2.344-2.296 2.344H34.75Z"/></svg>
React
import type { SVGProps } from "react";
export function F7House(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.625 52.645H43.4c3.328 0 5.273-1.876 5.273-5.18V26.066l3.023 2.766c.493.469 1.032.797 1.688.797c1.101 0 1.992-.68 1.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008 0-1.712.656-1.712 1.687v7.922l-9.257-8.438c-.82-.75-1.805-1.171-2.813-1.171s-1.992.421-2.812 1.171l-23.86 21.75c-.422.399-.703.844-.703 1.547c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797l3.023-2.742v21.375c0 3.304 1.946 5.18 5.297 5.18M34.75 33.309c0-1.078-.703-1.758-1.781-1.758H23.03c-1.078 0-1.804.68-1.804 1.758V48.87h-7.805c-1.5 0-2.32-.82-2.32-2.344V22.645L27.18 7.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.054 14.649v23.882c0 1.524-.82 2.344-2.296 2.344H34.75Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.625 52.645H43.4c3.328 0 5.273-1.876 5.273-5.18V26.066l3.023 2.766c.493.469 1.032.797 1.688.797c1.101 0 1.992-.68 1.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008 0-1.712.656-1.712 1.687v7.922l-9.257-8.438c-.82-.75-1.805-1.171-2.813-1.171s-1.992.421-2.812 1.171l-23.86 21.75c-.422.399-.703.844-.703 1.547c0 1.125.89 1.805 1.992 1.805c.68 0 1.219-.328 1.688-.797l3.023-2.742v21.375c0 3.304 1.946 5.18 5.297 5.18M34.75 33.309c0-1.078-.703-1.758-1.781-1.758H23.03c-1.078 0-1.804.68-1.804 1.758V48.87h-7.805c-1.5 0-2.32-.82-2.32-2.344V22.645L27.18 7.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.054 14.649v23.882c0 1.524-.82 2.344-2.296 2.344H34.75Z"/></svg> </template>
CSS
.icon-house {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.625%2052.645H43.4c3.328%200%205.273-1.876%205.273-5.18V26.066l3.023%202.766c.493.469%201.032.797%201.688.797c1.101%200%201.992-.68%201.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008%200-1.712.656-1.712%201.687v7.922l-9.257-8.438c-.82-.75-1.805-1.171-2.813-1.171s-1.992.421-2.812%201.171l-23.86%2021.75c-.422.399-.703.844-.703%201.547c0%201.125.89%201.805%201.992%201.805c.68%200%201.219-.328%201.688-.797l3.023-2.742v21.375c0%203.304%201.946%205.18%205.297%205.18M34.75%2033.309c0-1.078-.703-1.758-1.781-1.758H23.03c-1.078%200-1.804.68-1.804%201.758V48.87h-7.805c-1.5%200-2.32-.82-2.32-2.344V22.645L27.18%207.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.054%2014.649v23.882c0%201.524-.82%202.344-2.296%202.344H34.75Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.625%2052.645H43.4c3.328%200%205.273-1.876%205.273-5.18V26.066l3.023%202.766c.493.469%201.032.797%201.688.797c1.101%200%201.992-.68%201.992-1.805c0-.703-.258-1.148-.703-1.547l-8.133-7.43V5.044c0-1.031-.656-1.687-1.687-1.687h-3.07c-1.008%200-1.712.656-1.712%201.687v7.922l-9.257-8.438c-.82-.75-1.805-1.171-2.813-1.171s-1.992.421-2.812%201.171l-23.86%2021.75c-.422.399-.703.844-.703%201.547c0%201.125.89%201.805%201.992%201.805c.68%200%201.219-.328%201.688-.797l3.023-2.742v21.375c0%203.304%201.946%205.18%205.297%205.18M34.75%2033.309c0-1.078-.703-1.758-1.781-1.758H23.03c-1.078%200-1.804.68-1.804%201.758V48.87h-7.805c-1.5%200-2.32-.82-2.32-2.344V22.645L27.18%207.996c.234-.234.515-.375.82-.375s.586.117.844.375l16.054%2014.649v23.882c0%201.524-.82%202.344-2.296%202.344H34.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/house.svg?color=%231a73e8&size=48