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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.444 9.473l-1.67 10a3 3 0 0 1-1 1.79a3.2 3.2 0 0 1-2 .7h-9.61a3 3 0 0 1-2.93-2.49l-1.67-10a3 3 0 0 1 .23-1.7a3 3 0 0 1 1.12-1.29l6.48-4a3 3 0 0 1 3.15 0l6.47 4c.507.3.911.747 1.16 1.28a3 3 0 0 1 .27 1.71"/></svg>

React

import type { SVGProps } from "react";

export function MageHomeFill(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.444 9.473l-1.67 10a3 3 0 0 1-1 1.79a3.2 3.2 0 0 1-2 .7h-9.61a3 3 0 0 1-2.93-2.49l-1.67-10a3 3 0 0 1 .23-1.7a3 3 0 0 1 1.12-1.29l6.48-4a3 3 0 0 1 3.15 0l6.47 4c.507.3.911.747 1.16 1.28a3 3 0 0 1 .27 1.71"/></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.444 9.473l-1.67 10a3 3 0 0 1-1 1.79a3.2 3.2 0 0 1-2 .7h-9.61a3 3 0 0 1-2.93-2.49l-1.67-10a3 3 0 0 1 .23-1.7a3 3 0 0 1 1.12-1.29l6.48-4a3 3 0 0 1 3.15 0l6.47 4c.507.3.911.747 1.16 1.28a3 3 0 0 1 .27 1.71"/></svg>
</template>

CSS

.icon-home-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.444%209.473l-1.67%2010a3%203%200%200%201-1%201.79a3.2%203.2%200%200%201-2%20.7h-9.61a3%203%200%200%201-2.93-2.49l-1.67-10a3%203%200%200%201%20.23-1.7a3%203%200%200%201%201.12-1.29l6.48-4a3%203%200%200%201%203.15%200l6.47%204c.507.3.911.747%201.16%201.28a3%203%200%200%201%20.27%201.71%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.444%209.473l-1.67%2010a3%203%200%200%201-1%201.79a3.2%203.2%200%200%201-2%20.7h-9.61a3%203%200%200%201-2.93-2.49l-1.67-10a3%203%200%200%201%20.23-1.7a3%203%200%200%201%201.12-1.29l6.48-4a3%203%200%200%201%203.15%200l6.47%204c.507.3.911.747%201.16%201.28a3%203%200%200%201%20.27%201.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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