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

Name
home-heart-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M15.19 4.3a1.25 1.25 0 0 1 1.62 0l9.75 8.288c.279.238.44.586.44.953v.974a5.8 5.8 0 0 1 2 .511v-1.485a3.25 3.25 0 0 0-1.145-2.477l-9.75-8.287a3.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-1.857-2H5.5a.5.5 0 0 1-.5-.5V13.54c0-.366.161-.714.44-.952zm7.307 14.203l-.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 FluentHomeHeart32Regular(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="M15.19 4.3a1.25 1.25 0 0 1 1.62 0l9.75 8.288c.279.238.44.586.44.953v.974a5.8 5.8 0 0 1 2 .511v-1.485a3.25 3.25 0 0 0-1.145-2.477l-9.75-8.287a3.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-1.857-2H5.5a.5.5 0 0 1-.5-.5V13.54c0-.366.161-.714.44-.952zm7.307 14.203l-.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="M15.19 4.3a1.25 1.25 0 0 1 1.62 0l9.75 8.288c.279.238.44.586.44.953v.974a5.8 5.8 0 0 1 2 .511v-1.485a3.25 3.25 0 0 0-1.145-2.477l-9.75-8.287a3.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-1.857-2H5.5a.5.5 0 0 1-.5-.5V13.54c0-.366.161-.714.44-.952zm7.307 14.203l-.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-regular {
  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%22M15.19%204.3a1.25%201.25%200%200%201%201.62%200l9.75%208.288c.279.238.44.586.44.953v.974a5.8%205.8%200%200%201%202%20.511v-1.485a3.25%203.25%200%200%200-1.145-2.477l-9.75-8.287a3.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-1.857-2H5.5a.5.5%200%200%201-.5-.5V13.54c0-.366.161-.714.44-.952zm7.307%2014.203l-.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%22M15.19%204.3a1.25%201.25%200%200%201%201.62%200l9.75%208.288c.279.238.44.586.44.953v.974a5.8%205.8%200%200%201%202%20.511v-1.485a3.25%203.25%200%200%200-1.145-2.477l-9.75-8.287a3.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-1.857-2H5.5a.5.5%200%200%201-.5-.5V13.54c0-.366.161-.714.44-.952zm7.307%2014.203l-.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-regular.svg?color=%231a73e8&size=48