home6 icon
home6-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- home6-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the home6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.907 1.364a3.75 3.75 0 0 0-1.814 0c-.677.168-1.28.592-2.157 1.205l-5.07 3.55c-.785.55-1.307.914-1.692 1.398a4.3 4.3 0 0 0-.749 1.438c-.175.593-.175 1.23-.175 2.188v6.09c0 .812 0 1.468.043 1.999c.045.546.14 1.027.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h.556c.19 0 .374 0 .53-.012c.171-.014.373-.047.577-.151a1.5 1.5 0 0 0 .656-.656c.103-.203.136-.406.15-.577c.013-.156.013-.34.013-.53V16.4c0-.432 0-.711.018-.924c.017-.203.045-.28.064-.316a.75.75 0 0 1 .328-.328c.037-.019.112-.047.316-.064c.212-.017.492-.018.924-.018h2.2c.433 0 .712 0 .924.018c.204.017.28.045.317.064a.75.75 0 0 1 .327.328c.02.037.047.113.064.316c.018.213.018.492.018.924v4.424c0 .19 0 .374.013.53c.014.171.047.374.15.577a1.5 1.5 0 0 0 .656.656c.204.104.406.137.577.15c.156.013.34.013.53.013h.556c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.365a3.75 3.75 0 0 0 1.64-1.64c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2v-6.09c0-.957 0-1.594-.175-2.187a4.3 4.3 0 0 0-.75-1.438c-.384-.484-.905-.849-1.69-1.398l-5.071-3.55c-.876-.613-1.48-1.037-2.157-1.205"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHome6Filled(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="M12.907 1.364a3.75 3.75 0 0 0-1.814 0c-.677.168-1.28.592-2.157 1.205l-5.07 3.55c-.785.55-1.307.914-1.692 1.398a4.3 4.3 0 0 0-.749 1.438c-.175.593-.175 1.23-.175 2.188v6.09c0 .812 0 1.468.043 1.999c.045.546.14 1.027.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h.556c.19 0 .374 0 .53-.012c.171-.014.373-.047.577-.151a1.5 1.5 0 0 0 .656-.656c.103-.203.136-.406.15-.577c.013-.156.013-.34.013-.53V16.4c0-.432 0-.711.018-.924c.017-.203.045-.28.064-.316a.75.75 0 0 1 .328-.328c.037-.019.112-.047.316-.064c.212-.017.492-.018.924-.018h2.2c.433 0 .712 0 .924.018c.204.017.28.045.317.064a.75.75 0 0 1 .327.328c.02.037.047.113.064.316c.018.213.018.492.018.924v4.424c0 .19 0 .374.013.53c.014.171.047.374.15.577a1.5 1.5 0 0 0 .656.656c.204.104.406.137.577.15c.156.013.34.013.53.013h.556c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.365a3.75 3.75 0 0 0 1.64-1.64c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2v-6.09c0-.957 0-1.594-.175-2.187a4.3 4.3 0 0 0-.75-1.438c-.384-.484-.905-.849-1.69-1.398l-5.071-3.55c-.876-.613-1.48-1.037-2.157-1.205"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.907 1.364a3.75 3.75 0 0 0-1.814 0c-.677.168-1.28.592-2.157 1.205l-5.07 3.55c-.785.55-1.307.914-1.692 1.398a4.3 4.3 0 0 0-.749 1.438c-.175.593-.175 1.23-.175 2.188v6.09c0 .812 0 1.468.043 1.999c.045.546.14 1.027.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h.556c.19 0 .374 0 .53-.012c.171-.014.373-.047.577-.151a1.5 1.5 0 0 0 .656-.656c.103-.203.136-.406.15-.577c.013-.156.013-.34.013-.53V16.4c0-.432 0-.711.018-.924c.017-.203.045-.28.064-.316a.75.75 0 0 1 .328-.328c.037-.019.112-.047.316-.064c.212-.017.492-.018.924-.018h2.2c.433 0 .712 0 .924.018c.204.017.28.045.317.064a.75.75 0 0 1 .327.328c.02.037.047.113.064.316c.018.213.018.492.018.924v4.424c0 .19 0 .374.013.53c.014.171.047.374.15.577a1.5 1.5 0 0 0 .656.656c.204.104.406.137.577.15c.156.013.34.013.53.013h.556c.813 0 1.469 0 2-.043c.546-.045 1.026-.14 1.47-.365a3.75 3.75 0 0 0 1.64-1.64c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2v-6.09c0-.957 0-1.594-.175-2.187a4.3 4.3 0 0 0-.75-1.438c-.384-.484-.905-.849-1.69-1.398l-5.071-3.55c-.876-.613-1.48-1.037-2.157-1.205"/></svg> </template>
CSS
.icon-home6-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%22M12.907%201.364a3.75%203.75%200%200%200-1.814%200c-.677.168-1.28.592-2.157%201.205l-5.07%203.55c-.785.55-1.307.914-1.692%201.398a4.3%204.3%200%200%200-.749%201.438c-.175.593-.175%201.23-.175%202.188v6.09c0%20.812%200%201.468.043%201.999c.045.546.14%201.027.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h.556c.19%200%20.374%200%20.53-.012c.171-.014.373-.047.577-.151a1.5%201.5%200%200%200%20.656-.656c.103-.203.136-.406.15-.577c.013-.156.013-.34.013-.53V16.4c0-.432%200-.711.018-.924c.017-.203.045-.28.064-.316a.75.75%200%200%201%20.328-.328c.037-.019.112-.047.316-.064c.212-.017.492-.018.924-.018h2.2c.433%200%20.712%200%20.924.018c.204.017.28.045.317.064a.75.75%200%200%201%20.327.328c.02.037.047.113.064.316c.018.213.018.492.018.924v4.424c0%20.19%200%20.374.013.53c.014.171.047.374.15.577a1.5%201.5%200%200%200%20.656.656c.204.104.406.137.577.15c.156.013.34.013.53.013h.556c.813%200%201.469%200%202-.043c.546-.045%201.026-.14%201.47-.365a3.75%203.75%200%200%200%201.64-1.64c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2v-6.09c0-.957%200-1.594-.175-2.187a4.3%204.3%200%200%200-.75-1.438c-.384-.484-.905-.849-1.69-1.398l-5.071-3.55c-.876-.613-1.48-1.037-2.157-1.205%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%22M12.907%201.364a3.75%203.75%200%200%200-1.814%200c-.677.168-1.28.592-2.157%201.205l-5.07%203.55c-.785.55-1.307.914-1.692%201.398a4.3%204.3%200%200%200-.749%201.438c-.175.593-.175%201.23-.175%202.188v6.09c0%20.812%200%201.468.043%201.999c.045.546.14%201.027.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h.556c.19%200%20.374%200%20.53-.012c.171-.014.373-.047.577-.151a1.5%201.5%200%200%200%20.656-.656c.103-.203.136-.406.15-.577c.013-.156.013-.34.013-.53V16.4c0-.432%200-.711.018-.924c.017-.203.045-.28.064-.316a.75.75%200%200%201%20.328-.328c.037-.019.112-.047.316-.064c.212-.017.492-.018.924-.018h2.2c.433%200%20.712%200%20.924.018c.204.017.28.045.317.064a.75.75%200%200%201%20.327.328c.02.037.047.113.064.316c.018.213.018.492.018.924v4.424c0%20.19%200%20.374.013.53c.014.171.047.374.15.577a1.5%201.5%200%200%200%20.656.656c.204.104.406.137.577.15c.156.013.34.013.53.013h.556c.813%200%201.469%200%202-.043c.546-.045%201.026-.14%201.47-.365a3.75%203.75%200%200%200%201.64-1.64c.226-.444.32-.924.365-1.47c.043-.531.043-1.187.043-2v-6.09c0-.957%200-1.594-.175-2.187a4.3%204.3%200%200%200-.75-1.438c-.384-.484-.905-.849-1.69-1.398l-5.071-3.55c-.876-.613-1.48-1.037-2.157-1.205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/home6-filled.svg?color=%231a73e8&size=48