home-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
home-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

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="M10 14h4v7h-4z"/><path fill="currentColor" d="M20.42 10.18L12.71 2.3a1 1 0 0 0-1.42 0l-7.71 7.89A2 2 0 0 0 3 11.62V20a2 2 0 0 0 1.89 2H8v-9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v9h3.11A2 2 0 0 0 21 20v-8.38a2.07 2.07 0 0 0-.58-1.44"/></svg>

React

import type { SVGProps } from "react";

export function EvaHomeFill(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="M10 14h4v7h-4z"/><path fill="currentColor" d="M20.42 10.18L12.71 2.3a1 1 0 0 0-1.42 0l-7.71 7.89A2 2 0 0 0 3 11.62V20a2 2 0 0 0 1.89 2H8v-9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v9h3.11A2 2 0 0 0 21 20v-8.38a2.07 2.07 0 0 0-.58-1.44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 14h4v7h-4z"/><path fill="currentColor" d="M20.42 10.18L12.71 2.3a1 1 0 0 0-1.42 0l-7.71 7.89A2 2 0 0 0 3 11.62V20a2 2 0 0 0 1.89 2H8v-9a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v9h3.11A2 2 0 0 0 21 20v-8.38a2.07 2.07 0 0 0-.58-1.44"/></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%22M10%2014h4v7h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.42%2010.18L12.71%202.3a1%201%200%200%200-1.42%200l-7.71%207.89A2%202%200%200%200%203%2011.62V20a2%202%200%200%200%201.89%202H8v-9a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v9h3.11A2%202%200%200%200%2021%2020v-8.38a2.07%202.07%200%200%200-.58-1.44%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%22M10%2014h4v7h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.42%2010.18L12.71%202.3a1%201%200%200%200-1.42%200l-7.71%207.89A2%202%200%200%200%203%2011.62V20a2%202%200%200%200%201.89%202H8v-9a1%201%200%200%201%201-1h6a1%201%200%200%201%201%201v9h3.11A2%202%200%200%200%2021%2020v-8.38a2.07%202.07%200%200%200-.58-1.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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