home-heart-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
home-heart-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the home heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.105 2.777a3.25 3.25 0 0 0-4.21 0l-9.75 8.287A3.25 3.25 0 0 0 3 13.54V26.5A2.5 2.5 0 0 0 5.5 29h12.61l-3.986-4.293c-2.247-2.42-2.152-6.246.22-8.545a5.83 5.83 0 0 1 8.153.002A5.84 5.84 0 0 1 29 15.026v-1.485a3.25 3.25 0 0 0-1.145-2.477zm4.392 15.726l-.646-.818a4.338 4.338 0 0 0-6.463-.446c-1.784 1.73-1.858 4.623-.165 6.447l6.459 6.955a1.106 1.106 0 0 0 1.63 0l6.462-6.949c1.698-1.826 1.623-4.726-.167-6.457a4.34 4.34 0 0 0-6.464.449z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHomeHeart32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.105 2.777a3.25 3.25 0 0 0-4.21 0l-9.75 8.287A3.25 3.25 0 0 0 3 13.54V26.5A2.5 2.5 0 0 0 5.5 29h12.61l-3.986-4.293c-2.247-2.42-2.152-6.246.22-8.545a5.83 5.83 0 0 1 8.153.002A5.84 5.84 0 0 1 29 15.026v-1.485a3.25 3.25 0 0 0-1.145-2.477zm4.392 15.726l-.646-.818a4.338 4.338 0 0 0-6.463-.446c-1.784 1.73-1.858 4.623-.165 6.447l6.459 6.955a1.106 1.106 0 0 0 1.63 0l6.462-6.949c1.698-1.826 1.623-4.726-.167-6.457a4.34 4.34 0 0 0-6.464.449z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.105 2.777a3.25 3.25 0 0 0-4.21 0l-9.75 8.287A3.25 3.25 0 0 0 3 13.54V26.5A2.5 2.5 0 0 0 5.5 29h12.61l-3.986-4.293c-2.247-2.42-2.152-6.246.22-8.545a5.83 5.83 0 0 1 8.153.002A5.84 5.84 0 0 1 29 15.026v-1.485a3.25 3.25 0 0 0-1.145-2.477zm4.392 15.726l-.646-.818a4.338 4.338 0 0 0-6.463-.446c-1.784 1.73-1.858 4.623-.165 6.447l6.459 6.955a1.106 1.106 0 0 0 1.63 0l6.462-6.949c1.698-1.826 1.623-4.726-.167-6.457a4.34 4.34 0 0 0-6.464.449z"/></svg>
</template>

CSS

.icon-home-heart-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.105%202.777a3.25%203.25%200%200%200-4.21%200l-9.75%208.287A3.25%203.25%200%200%200%203%2013.54V26.5A2.5%202.5%200%200%200%205.5%2029h12.61l-3.986-4.293c-2.247-2.42-2.152-6.246.22-8.545a5.83%205.83%200%200%201%208.153.002A5.84%205.84%200%200%201%2029%2015.026v-1.485a3.25%203.25%200%200%200-1.145-2.477zm4.392%2015.726l-.646-.818a4.338%204.338%200%200%200-6.463-.446c-1.784%201.73-1.858%204.623-.165%206.447l6.459%206.955a1.106%201.106%200%200%200%201.63%200l6.462-6.949c1.698-1.826%201.623-4.726-.167-6.457a4.34%204.34%200%200%200-6.464.449z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.105%202.777a3.25%203.25%200%200%200-4.21%200l-9.75%208.287A3.25%203.25%200%200%200%203%2013.54V26.5A2.5%202.5%200%200%200%205.5%2029h12.61l-3.986-4.293c-2.247-2.42-2.152-6.246.22-8.545a5.83%205.83%200%200%201%208.153.002A5.84%205.84%200%200%201%2029%2015.026v-1.485a3.25%203.25%200%200%200-1.145-2.477zm4.392%2015.726l-.646-.818a4.338%204.338%200%200%200-6.463-.446c-1.784%201.73-1.858%204.623-.165%206.447l6.459%206.955a1.106%201.106%200%200%200%201.63%200l6.462-6.949c1.698-1.826%201.623-4.726-.167-6.457a4.34%204.34%200%200%200-6.464.449z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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