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

Name
hand-open-heart-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hand open heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.468 4.345L24 5l.532-.656a3.641 3.641 0 1 1 5.46 4.81l-5.32 5.563a.93.93 0 0 1-1.343 0L18.01 9.149a3.638 3.638 0 1 1 5.457-4.804m-8.049.69l-.208-.211a2.764 2.764 0 0 0-4.45.712a2.77 2.77 0 0 0-3.758 1.268a2.62 2.62 0 0 0-3.035 4.159l.434.462a2.7 2.7 0 0 0-.68 4.2l5.159 5.56c-1.167.264-2.676.9-3.608 2.43c-.448.736-.306 1.534.113 2.088c.394.522 1.033.85 1.713.88c3.153.136 6.964 1.288 10.188 2.84c2.265 1.089 5.175.672 6.784-1.456l1.92-2.54a5 5 0 0 0 .797-4.463l-1.317-4.353a3 3 0 0 1-1.987.34l.007.021l1.383 4.57a3 3 0 0 1-.479 2.68l-1.92 2.539c-.944 1.248-2.77 1.605-4.32.859c-3.385-1.628-7.466-2.884-10.97-3.035a.3.3 0 0 1-.136-.036c.548-.817 1.425-1.224 2.286-1.416a6.2 6.2 0 0 1 1.58-.136h.002a1 1 0 0 0 .816-1.677L5.19 14.264a.697.697 0 0 1 .87-1.071l4.211 4.492a1 1 0 0 0 1.463-1.366l-4.058-4.365a3 3 0 0 0-.286-.267L5.427 9.595a.62.62 0 0 1 .89-.862l5.976 5.975a1 1 0 0 0 1.414-1.415l-4.75-4.75a.768.768 0 1 1 1.085-1.085l1.084 1.084q.076.09.162.176l4.005 3.991l.017.017l.982.982a1 1 0 0 0 1.414-1.415L12.62 7.208a.764.764 0 0 1 1.165-.982l1.59 1.62a5.54 5.54 0 0 1 .045-2.81m.777 16.945c1.142-.228 2.088-.21 2.881.037c.778.243 1.485.731 2.125 1.583a1 1 0 1 0 1.599-1.201q-1.293-1.72-3.127-2.291c-1.207-.377-2.512-.36-3.87-.09a1 1 0 1 0 .392 1.962"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandOpenHeart32Regular(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="M23.468 4.345L24 5l.532-.656a3.641 3.641 0 1 1 5.46 4.81l-5.32 5.563a.93.93 0 0 1-1.343 0L18.01 9.149a3.638 3.638 0 1 1 5.457-4.804m-8.049.69l-.208-.211a2.764 2.764 0 0 0-4.45.712a2.77 2.77 0 0 0-3.758 1.268a2.62 2.62 0 0 0-3.035 4.159l.434.462a2.7 2.7 0 0 0-.68 4.2l5.159 5.56c-1.167.264-2.676.9-3.608 2.43c-.448.736-.306 1.534.113 2.088c.394.522 1.033.85 1.713.88c3.153.136 6.964 1.288 10.188 2.84c2.265 1.089 5.175.672 6.784-1.456l1.92-2.54a5 5 0 0 0 .797-4.463l-1.317-4.353a3 3 0 0 1-1.987.34l.007.021l1.383 4.57a3 3 0 0 1-.479 2.68l-1.92 2.539c-.944 1.248-2.77 1.605-4.32.859c-3.385-1.628-7.466-2.884-10.97-3.035a.3.3 0 0 1-.136-.036c.548-.817 1.425-1.224 2.286-1.416a6.2 6.2 0 0 1 1.58-.136h.002a1 1 0 0 0 .816-1.677L5.19 14.264a.697.697 0 0 1 .87-1.071l4.211 4.492a1 1 0 0 0 1.463-1.366l-4.058-4.365a3 3 0 0 0-.286-.267L5.427 9.595a.62.62 0 0 1 .89-.862l5.976 5.975a1 1 0 0 0 1.414-1.415l-4.75-4.75a.768.768 0 1 1 1.085-1.085l1.084 1.084q.076.09.162.176l4.005 3.991l.017.017l.982.982a1 1 0 0 0 1.414-1.415L12.62 7.208a.764.764 0 0 1 1.165-.982l1.59 1.62a5.54 5.54 0 0 1 .045-2.81m.777 16.945c1.142-.228 2.088-.21 2.881.037c.778.243 1.485.731 2.125 1.583a1 1 0 1 0 1.599-1.201q-1.293-1.72-3.127-2.291c-1.207-.377-2.512-.36-3.87-.09a1 1 0 1 0 .392 1.962"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23.468 4.345L24 5l.532-.656a3.641 3.641 0 1 1 5.46 4.81l-5.32 5.563a.93.93 0 0 1-1.343 0L18.01 9.149a3.638 3.638 0 1 1 5.457-4.804m-8.049.69l-.208-.211a2.764 2.764 0 0 0-4.45.712a2.77 2.77 0 0 0-3.758 1.268a2.62 2.62 0 0 0-3.035 4.159l.434.462a2.7 2.7 0 0 0-.68 4.2l5.159 5.56c-1.167.264-2.676.9-3.608 2.43c-.448.736-.306 1.534.113 2.088c.394.522 1.033.85 1.713.88c3.153.136 6.964 1.288 10.188 2.84c2.265 1.089 5.175.672 6.784-1.456l1.92-2.54a5 5 0 0 0 .797-4.463l-1.317-4.353a3 3 0 0 1-1.987.34l.007.021l1.383 4.57a3 3 0 0 1-.479 2.68l-1.92 2.539c-.944 1.248-2.77 1.605-4.32.859c-3.385-1.628-7.466-2.884-10.97-3.035a.3.3 0 0 1-.136-.036c.548-.817 1.425-1.224 2.286-1.416a6.2 6.2 0 0 1 1.58-.136h.002a1 1 0 0 0 .816-1.677L5.19 14.264a.697.697 0 0 1 .87-1.071l4.211 4.492a1 1 0 0 0 1.463-1.366l-4.058-4.365a3 3 0 0 0-.286-.267L5.427 9.595a.62.62 0 0 1 .89-.862l5.976 5.975a1 1 0 0 0 1.414-1.415l-4.75-4.75a.768.768 0 1 1 1.085-1.085l1.084 1.084q.076.09.162.176l4.005 3.991l.017.017l.982.982a1 1 0 0 0 1.414-1.415L12.62 7.208a.764.764 0 0 1 1.165-.982l1.59 1.62a5.54 5.54 0 0 1 .045-2.81m.777 16.945c1.142-.228 2.088-.21 2.881.037c.778.243 1.485.731 2.125 1.583a1 1 0 1 0 1.599-1.201q-1.293-1.72-3.127-2.291c-1.207-.377-2.512-.36-3.87-.09a1 1 0 1 0 .392 1.962"/></svg>
</template>

CSS

.icon-hand-open-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%22M23.468%204.345L24%205l.532-.656a3.641%203.641%200%201%201%205.46%204.81l-5.32%205.563a.93.93%200%200%201-1.343%200L18.01%209.149a3.638%203.638%200%201%201%205.457-4.804m-8.049.69l-.208-.211a2.764%202.764%200%200%200-4.45.712a2.77%202.77%200%200%200-3.758%201.268a2.62%202.62%200%200%200-3.035%204.159l.434.462a2.7%202.7%200%200%200-.68%204.2l5.159%205.56c-1.167.264-2.676.9-3.608%202.43c-.448.736-.306%201.534.113%202.088c.394.522%201.033.85%201.713.88c3.153.136%206.964%201.288%2010.188%202.84c2.265%201.089%205.175.672%206.784-1.456l1.92-2.54a5%205%200%200%200%20.797-4.463l-1.317-4.353a3%203%200%200%201-1.987.34l.007.021l1.383%204.57a3%203%200%200%201-.479%202.68l-1.92%202.539c-.944%201.248-2.77%201.605-4.32.859c-3.385-1.628-7.466-2.884-10.97-3.035a.3.3%200%200%201-.136-.036c.548-.817%201.425-1.224%202.286-1.416a6.2%206.2%200%200%201%201.58-.136h.002a1%201%200%200%200%20.816-1.677L5.19%2014.264a.697.697%200%200%201%20.87-1.071l4.211%204.492a1%201%200%200%200%201.463-1.366l-4.058-4.365a3%203%200%200%200-.286-.267L5.427%209.595a.62.62%200%200%201%20.89-.862l5.976%205.975a1%201%200%200%200%201.414-1.415l-4.75-4.75a.768.768%200%201%201%201.085-1.085l1.084%201.084q.076.09.162.176l4.005%203.991l.017.017l.982.982a1%201%200%200%200%201.414-1.415L12.62%207.208a.764.764%200%200%201%201.165-.982l1.59%201.62a5.54%205.54%200%200%201%20.045-2.81m.777%2016.945c1.142-.228%202.088-.21%202.881.037c.778.243%201.485.731%202.125%201.583a1%201%200%201%200%201.599-1.201q-1.293-1.72-3.127-2.291c-1.207-.377-2.512-.36-3.87-.09a1%201%200%201%200%20.392%201.962%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%22M23.468%204.345L24%205l.532-.656a3.641%203.641%200%201%201%205.46%204.81l-5.32%205.563a.93.93%200%200%201-1.343%200L18.01%209.149a3.638%203.638%200%201%201%205.457-4.804m-8.049.69l-.208-.211a2.764%202.764%200%200%200-4.45.712a2.77%202.77%200%200%200-3.758%201.268a2.62%202.62%200%200%200-3.035%204.159l.434.462a2.7%202.7%200%200%200-.68%204.2l5.159%205.56c-1.167.264-2.676.9-3.608%202.43c-.448.736-.306%201.534.113%202.088c.394.522%201.033.85%201.713.88c3.153.136%206.964%201.288%2010.188%202.84c2.265%201.089%205.175.672%206.784-1.456l1.92-2.54a5%205%200%200%200%20.797-4.463l-1.317-4.353a3%203%200%200%201-1.987.34l.007.021l1.383%204.57a3%203%200%200%201-.479%202.68l-1.92%202.539c-.944%201.248-2.77%201.605-4.32.859c-3.385-1.628-7.466-2.884-10.97-3.035a.3.3%200%200%201-.136-.036c.548-.817%201.425-1.224%202.286-1.416a6.2%206.2%200%200%201%201.58-.136h.002a1%201%200%200%200%20.816-1.677L5.19%2014.264a.697.697%200%200%201%20.87-1.071l4.211%204.492a1%201%200%200%200%201.463-1.366l-4.058-4.365a3%203%200%200%200-.286-.267L5.427%209.595a.62.62%200%200%201%20.89-.862l5.976%205.975a1%201%200%200%200%201.414-1.415l-4.75-4.75a.768.768%200%201%201%201.085-1.085l1.084%201.084q.076.09.162.176l4.005%203.991l.017.017l.982.982a1%201%200%200%200%201.414-1.415L12.62%207.208a.764.764%200%200%201%201.165-.982l1.59%201.62a5.54%205.54%200%200%201%20.045-2.81m.777%2016.945c1.142-.228%202.088-.21%202.881.037c.778.243%201.485.731%202.125%201.583a1%201%200%201%200%201.599-1.201q-1.293-1.72-3.127-2.291c-1.207-.377-2.512-.36-3.87-.09a1%201%200%201%200%20.392%201.962%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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