home plus icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.201 7.76a3 3 0 0 0-1.17-1.28l-6.46-4a3 3 0 0 0-3.16 0l-6.47 4a3 3 0 0 0-1.36 3l1.67 10a3 3 0 0 0 2.93 2.49h9.61a3.1 3.1 0 0 0 1.95-.7a3 3 0 0 0 1-1.79l1.67-10a3 3 0 0 0-.21-1.72m-5.36 6.23h-2.84v2.82a1 1 0 0 1-2 0v-2.82h-2.8a1 1 0 0 1 0-2h2.82V9.15a1 1 0 0 1 2 0v2.84h2.84a1 1 0 0 1 0 2z"/></svg>

React

import type { SVGProps } from "react";

export function MageHomePlusFill(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.201 7.76a3 3 0 0 0-1.17-1.28l-6.46-4a3 3 0 0 0-3.16 0l-6.47 4a3 3 0 0 0-1.36 3l1.67 10a3 3 0 0 0 2.93 2.49h9.61a3.1 3.1 0 0 0 1.95-.7a3 3 0 0 0 1-1.79l1.67-10a3 3 0 0 0-.21-1.72m-5.36 6.23h-2.84v2.82a1 1 0 0 1-2 0v-2.82h-2.8a1 1 0 0 1 0-2h2.82V9.15a1 1 0 0 1 2 0v2.84h2.84a1 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.201 7.76a3 3 0 0 0-1.17-1.28l-6.46-4a3 3 0 0 0-3.16 0l-6.47 4a3 3 0 0 0-1.36 3l1.67 10a3 3 0 0 0 2.93 2.49h9.61a3.1 3.1 0 0 0 1.95-.7a3 3 0 0 0 1-1.79l1.67-10a3 3 0 0 0-.21-1.72m-5.36 6.23h-2.84v2.82a1 1 0 0 1-2 0v-2.82h-2.8a1 1 0 0 1 0-2h2.82V9.15a1 1 0 0 1 2 0v2.84h2.84a1 1 0 0 1 0 2z"/></svg>
</template>

CSS

.icon-home-plus-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.201%207.76a3%203%200%200%200-1.17-1.28l-6.46-4a3%203%200%200%200-3.16%200l-6.47%204a3%203%200%200%200-1.36%203l1.67%2010a3%203%200%200%200%202.93%202.49h9.61a3.1%203.1%200%200%200%201.95-.7a3%203%200%200%200%201-1.79l1.67-10a3%203%200%200%200-.21-1.72m-5.36%206.23h-2.84v2.82a1%201%200%200%201-2%200v-2.82h-2.8a1%201%200%200%201%200-2h2.82V9.15a1%201%200%200%201%202%200v2.84h2.84a1%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.201%207.76a3%203%200%200%200-1.17-1.28l-6.46-4a3%203%200%200%200-3.16%200l-6.47%204a3%203%200%200%200-1.36%203l1.67%2010a3%203%200%200%200%202.93%202.49h9.61a3.1%203.1%200%200%200%201.95-.7a3%203%200%200%200%201-1.79l1.67-10a3%203%200%200%200-.21-1.72m-5.36%206.23h-2.84v2.82a1%201%200%200%201-2%200v-2.82h-2.8a1%201%200%200%201%200-2h2.82V9.15a1%201%200%200%201%202%200v2.84h2.84a1%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-plus-fill.svg?color=%231a73e8&size=48