home cross icon

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

Name
home-cross-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the home cross icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.187 7.763a2.93 2.93 0 0 0-1.16-1.28l-6.47-4a3 3 0 0 0-3.15 0l-6.48 4a3 3 0 0 0-1.12 1.29a2.9 2.9 0 0 0-.23 1.7l1.67 10a2.9 2.9 0 0 0 1 1.79a3 3 0 0 0 1.9.7h9.61a3.2 3.2 0 0 0 2-.7a3 3 0 0 0 1-1.79l1.67-10a3 3 0 0 0-.24-1.71m-5.24 8.21a1.002 1.002 0 0 1-.701 1.71a1 1 0 0 1-.709-.29l-2.54-2.54l-2.52 2.52a1.001 1.001 0 1 1-1.42-1.41l2.53-2.52l-2.53-2.53a1 1 0 1 1 1.42-1.41l2.52 2.52l2.54-2.54a1 1 0 1 1 1.41 1.42l-2.55 2.54z"/></svg>

React

import type { SVGProps } from "react";

export function MageHomeCrossFill(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.187 7.763a2.93 2.93 0 0 0-1.16-1.28l-6.47-4a3 3 0 0 0-3.15 0l-6.48 4a3 3 0 0 0-1.12 1.29a2.9 2.9 0 0 0-.23 1.7l1.67 10a2.9 2.9 0 0 0 1 1.79a3 3 0 0 0 1.9.7h9.61a3.2 3.2 0 0 0 2-.7a3 3 0 0 0 1-1.79l1.67-10a3 3 0 0 0-.24-1.71m-5.24 8.21a1.002 1.002 0 0 1-.701 1.71a1 1 0 0 1-.709-.29l-2.54-2.54l-2.52 2.52a1.001 1.001 0 1 1-1.42-1.41l2.53-2.52l-2.53-2.53a1 1 0 1 1 1.42-1.41l2.52 2.52l2.54-2.54a1 1 0 1 1 1.41 1.42l-2.55 2.54z"/></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.187 7.763a2.93 2.93 0 0 0-1.16-1.28l-6.47-4a3 3 0 0 0-3.15 0l-6.48 4a3 3 0 0 0-1.12 1.29a2.9 2.9 0 0 0-.23 1.7l1.67 10a2.9 2.9 0 0 0 1 1.79a3 3 0 0 0 1.9.7h9.61a3.2 3.2 0 0 0 2-.7a3 3 0 0 0 1-1.79l1.67-10a3 3 0 0 0-.24-1.71m-5.24 8.21a1.002 1.002 0 0 1-.701 1.71a1 1 0 0 1-.709-.29l-2.54-2.54l-2.52 2.52a1.001 1.001 0 1 1-1.42-1.41l2.53-2.52l-2.53-2.53a1 1 0 1 1 1.42-1.41l2.52 2.52l2.54-2.54a1 1 0 1 1 1.41 1.42l-2.55 2.54z"/></svg>
</template>

CSS

.icon-home-cross-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.187%207.763a2.93%202.93%200%200%200-1.16-1.28l-6.47-4a3%203%200%200%200-3.15%200l-6.48%204a3%203%200%200%200-1.12%201.29a2.9%202.9%200%200%200-.23%201.7l1.67%2010a2.9%202.9%200%200%200%201%201.79a3%203%200%200%200%201.9.7h9.61a3.2%203.2%200%200%200%202-.7a3%203%200%200%200%201-1.79l1.67-10a3%203%200%200%200-.24-1.71m-5.24%208.21a1.002%201.002%200%200%201-.701%201.71a1%201%200%200%201-.709-.29l-2.54-2.54l-2.52%202.52a1.001%201.001%200%201%201-1.42-1.41l2.53-2.52l-2.53-2.53a1%201%200%201%201%201.42-1.41l2.52%202.52l2.54-2.54a1%201%200%201%201%201.41%201.42l-2.55%202.54z%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.187%207.763a2.93%202.93%200%200%200-1.16-1.28l-6.47-4a3%203%200%200%200-3.15%200l-6.48%204a3%203%200%200%200-1.12%201.29a2.9%202.9%200%200%200-.23%201.7l1.67%2010a2.9%202.9%200%200%200%201%201.79a3%203%200%200%200%201.9.7h9.61a3.2%203.2%200%200%200%202-.7a3%203%200%200%200%201-1.79l1.67-10a3%203%200%200%200-.24-1.71m-5.24%208.21a1.002%201.002%200%200%201-.701%201.71a1%201%200%200%201-.709-.29l-2.54-2.54l-2.52%202.52a1.001%201.001%200%201%201-1.42-1.41l2.53-2.52l-2.53-2.53a1%201%200%201%201%201.42-1.41l2.52%202.52l2.54-2.54a1%201%200%201%201%201.41%201.42l-2.55%202.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Home Cross fill icon — Mage Icons · IconsDB