home-3-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
home-3-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 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.176 7.755a2.94 2.94 0 0 0-1.15-1.27l-6.47-4a3 3 0 0 0-3.16 0l-6.49 4a2.93 2.93 0 0 0-1.12 1.29a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 2.93 2.49h9.63a3.2 3.2 0 0 0 2-.7a3 3 0 0 0 1-1.79l1.67-10.06a2.9 2.9 0 0 0-.28-1.66m-6 7.08a1.92 1.92 0 0 1-1.92 1.92h-2.67a1.92 1.92 0 0 1-1.92-1.92v-2.67a1.92 1.92 0 0 1 1.92-1.92h2.67a1.92 1.92 0 0 1 1.92 1.92z"/></svg>

React

import type { SVGProps } from "react";

export function MageHome3Fill(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.176 7.755a2.94 2.94 0 0 0-1.15-1.27l-6.47-4a3 3 0 0 0-3.16 0l-6.49 4a2.93 2.93 0 0 0-1.12 1.29a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 2.93 2.49h9.63a3.2 3.2 0 0 0 2-.7a3 3 0 0 0 1-1.79l1.67-10.06a2.9 2.9 0 0 0-.28-1.66m-6 7.08a1.92 1.92 0 0 1-1.92 1.92h-2.67a1.92 1.92 0 0 1-1.92-1.92v-2.67a1.92 1.92 0 0 1 1.92-1.92h2.67a1.92 1.92 0 0 1 1.92 1.92z"/></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.176 7.755a2.94 2.94 0 0 0-1.15-1.27l-6.47-4a3 3 0 0 0-3.16 0l-6.49 4a2.93 2.93 0 0 0-1.12 1.29a3 3 0 0 0-.23 1.7l1.67 10a3 3 0 0 0 2.93 2.49h9.63a3.2 3.2 0 0 0 2-.7a3 3 0 0 0 1-1.79l1.67-10.06a2.9 2.9 0 0 0-.28-1.66m-6 7.08a1.92 1.92 0 0 1-1.92 1.92h-2.67a1.92 1.92 0 0 1-1.92-1.92v-2.67a1.92 1.92 0 0 1 1.92-1.92h2.67a1.92 1.92 0 0 1 1.92 1.92z"/></svg>
</template>

CSS

.icon-home-3-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.176%207.755a2.94%202.94%200%200%200-1.15-1.27l-6.47-4a3%203%200%200%200-3.16%200l-6.49%204a2.93%202.93%200%200%200-1.12%201.29a3%203%200%200%200-.23%201.7l1.67%2010a3%203%200%200%200%202.93%202.49h9.63a3.2%203.2%200%200%200%202-.7a3%203%200%200%200%201-1.79l1.67-10.06a2.9%202.9%200%200%200-.28-1.66m-6%207.08a1.92%201.92%200%200%201-1.92%201.92h-2.67a1.92%201.92%200%200%201-1.92-1.92v-2.67a1.92%201.92%200%200%201%201.92-1.92h2.67a1.92%201.92%200%200%201%201.92%201.92z%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.176%207.755a2.94%202.94%200%200%200-1.15-1.27l-6.47-4a3%203%200%200%200-3.16%200l-6.49%204a2.93%202.93%200%200%200-1.12%201.29a3%203%200%200%200-.23%201.7l1.67%2010a3%203%200%200%200%202.93%202.49h9.63a3.2%203.2%200%200%200%202-.7a3%203%200%200%200%201-1.79l1.67-10.06a2.9%202.9%200%200%200-.28-1.66m-6%207.08a1.92%201.92%200%200%201-1.92%201.92h-2.67a1.92%201.92%200%200%201-1.92-1.92v-2.67a1.92%201.92%200%200%201%201.92-1.92h2.67a1.92%201.92%200%200%201%201.92%201.92z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/home-3-fill.svg?color=%231a73e8&size=48