home 4 icon
home-4-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- home-4-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the home 4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.188 7.768a3 3 0 0 0-1.15-1.31l-6.47-4a3 3 0 0 0-3.15 0l-6.47 4a3 3 0 0 0-1.12 1.28a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 1 1.79a2.92 2.92 0 0 0 1.93.69h2.54a.74.74 0 0 0 .75-.75v-3.65a.82.82 0 0 1 .81-.81h1.33a.84.84 0 0 1 .58.24a.8.8 0 0 1 .23.57v3.72a.76.76 0 0 0 .75.75h2.59a3 3 0 0 0 2.94-2.49l1.67-10a2.94 2.94 0 0 0-.2-1.73m-4.74 4.1h-8.86a1 1 0 1 1 0-2h8.9a1 1 0 0 1 0 2z"/></svg>
React
import type { SVGProps } from "react";
export function MageHome4Fill(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="M21.188 7.768a3 3 0 0 0-1.15-1.31l-6.47-4a3 3 0 0 0-3.15 0l-6.47 4a3 3 0 0 0-1.12 1.28a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 1 1.79a2.92 2.92 0 0 0 1.93.69h2.54a.74.74 0 0 0 .75-.75v-3.65a.82.82 0 0 1 .81-.81h1.33a.84.84 0 0 1 .58.24a.8.8 0 0 1 .23.57v3.72a.76.76 0 0 0 .75.75h2.59a3 3 0 0 0 2.94-2.49l1.67-10a2.94 2.94 0 0 0-.2-1.73m-4.74 4.1h-8.86a1 1 0 1 1 0-2h8.9a1 1 0 0 1 0 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.188 7.768a3 3 0 0 0-1.15-1.31l-6.47-4a3 3 0 0 0-3.15 0l-6.47 4a3 3 0 0 0-1.12 1.28a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 1 1.79a2.92 2.92 0 0 0 1.93.69h2.54a.74.74 0 0 0 .75-.75v-3.65a.82.82 0 0 1 .81-.81h1.33a.84.84 0 0 1 .58.24a.8.8 0 0 1 .23.57v3.72a.76.76 0 0 0 .75.75h2.59a3 3 0 0 0 2.94-2.49l1.67-10a2.94 2.94 0 0 0-.2-1.73m-4.74 4.1h-8.86a1 1 0 1 1 0-2h8.9a1 1 0 0 1 0 2z"/></svg> </template>
CSS
.icon-home-4-fill {
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%22M21.188%207.768a3%203%200%200%200-1.15-1.31l-6.47-4a3%203%200%200%200-3.15%200l-6.47%204a3%203%200%200%200-1.12%201.28a3%203%200%200%200-.23%201.7l1.67%2010a3%203%200%200%200%201%201.79a2.92%202.92%200%200%200%201.93.69h2.54a.74.74%200%200%200%20.75-.75v-3.65a.82.82%200%200%201%20.81-.81h1.33a.84.84%200%200%201%20.58.24a.8.8%200%200%201%20.23.57v3.72a.76.76%200%200%200%20.75.75h2.59a3%203%200%200%200%202.94-2.49l1.67-10a2.94%202.94%200%200%200-.2-1.73m-4.74%204.1h-8.86a1%201%200%201%201%200-2h8.9a1%201%200%200%201%200%202z%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%22M21.188%207.768a3%203%200%200%200-1.15-1.31l-6.47-4a3%203%200%200%200-3.15%200l-6.47%204a3%203%200%200%200-1.12%201.28a3%203%200%200%200-.23%201.7l1.67%2010a3%203%200%200%200%201%201.79a2.92%202.92%200%200%200%201.93.69h2.54a.74.74%200%200%200%20.75-.75v-3.65a.82.82%200%200%201%20.81-.81h1.33a.84.84%200%200%201%20.58.24a.8.8%200%200%201%20.23.57v3.72a.76.76%200%200%200%20.75.75h2.59a3%203%200%200%200%202.94-2.49l1.67-10a2.94%202.94%200%200%200-.2-1.73m-4.74%204.1h-8.86a1%201%200%201%201%200-2h8.9a1%201%200%200%201%200%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/home-4-fill.svg?color=%231a73e8&size=48