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

Name
hand-open-heart-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="m14.5 3.003l-.629-.493a2.394 2.394 0 0 0-3.244 3.5l3.503 3.83a.5.5 0 0 0 .738 0l3.504-3.83a2.394 2.394 0 0 0-3.244-3.5zm1.38 10.087l-.825-2.193c.204-.081.393-.208.551-.382l.256-.28l.938 2.495A3 3 0 0 1 16 16l-1.22 1.1a3.26 3.26 0 0 1-2.22.82a4 4 0 0 1-1.5-.3a18.4 18.4 0 0 0-6.85-1.24a1.21 1.21 0 0 1-1.08-.6a1 1 0 0 1 0-1a4.2 4.2 0 0 1 2.75-1.7L2.42 9.63a1.56 1.56 0 0 1 .47-2.53a1.56 1.56 0 0 1 1.66-2.54c.07-.24.2-.457.38-.63a1.55 1.55 0 0 1 2.2 0a1.7 1.7 0 0 1 .32-.48a1.58 1.58 0 0 1 1.785-.297a3.4 3.4 0 0 0-.227 1.015L9 4.16a.594.594 0 0 0-.84.84l.7.65l1.323 1.356l1.252 1.368a.48.48 0 0 1-.135.476a.48.48 0 0 1-.7 0L8.1 6.36l-.7-.7l-1-1.06a.58.58 0 0 0-.8 0a.57.57 0 0 0 0 .8l2.75 2.75a.495.495 0 0 1-.7.7L5.79 7l-1.4-1.4a.56.56 0 0 0-.954.4c0 .15.059.293.164.4l1.07 1.06l2.18 2.19a.495.495 0 0 1-.7.7L5 9.21L3.96 8.17a.56.56 0 0 0-.79 0a.52.52 0 0 0-.17.39a.56.56 0 0 0 .17.44l4.19 4.15A.5.5 0 0 1 7 14s-2.15 0-2.99 1.35c0 .04.08.11.2.11a.6.6 0 0 1 .14 0a19.8 19.8 0 0 1 7.1 1.31a2.51 2.51 0 0 0 2.66-.33l1.25-1.15a2 2 0 0 0 .52-2.2m-6.157.857c.397-.198 1.04-.313 1.695-.204c.644.108 1.258.423 1.666 1.034a.5.5 0 0 0 .832-.554c-.592-.889-1.478-1.323-2.334-1.466c-.844-.14-1.702-.006-2.305.295a.5.5 0 0 0 .446.895"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandOpenHeart20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m14.5 3.003l-.629-.493a2.394 2.394 0 0 0-3.244 3.5l3.503 3.83a.5.5 0 0 0 .738 0l3.504-3.83a2.394 2.394 0 0 0-3.244-3.5zm1.38 10.087l-.825-2.193c.204-.081.393-.208.551-.382l.256-.28l.938 2.495A3 3 0 0 1 16 16l-1.22 1.1a3.26 3.26 0 0 1-2.22.82a4 4 0 0 1-1.5-.3a18.4 18.4 0 0 0-6.85-1.24a1.21 1.21 0 0 1-1.08-.6a1 1 0 0 1 0-1a4.2 4.2 0 0 1 2.75-1.7L2.42 9.63a1.56 1.56 0 0 1 .47-2.53a1.56 1.56 0 0 1 1.66-2.54c.07-.24.2-.457.38-.63a1.55 1.55 0 0 1 2.2 0a1.7 1.7 0 0 1 .32-.48a1.58 1.58 0 0 1 1.785-.297a3.4 3.4 0 0 0-.227 1.015L9 4.16a.594.594 0 0 0-.84.84l.7.65l1.323 1.356l1.252 1.368a.48.48 0 0 1-.135.476a.48.48 0 0 1-.7 0L8.1 6.36l-.7-.7l-1-1.06a.58.58 0 0 0-.8 0a.57.57 0 0 0 0 .8l2.75 2.75a.495.495 0 0 1-.7.7L5.79 7l-1.4-1.4a.56.56 0 0 0-.954.4c0 .15.059.293.164.4l1.07 1.06l2.18 2.19a.495.495 0 0 1-.7.7L5 9.21L3.96 8.17a.56.56 0 0 0-.79 0a.52.52 0 0 0-.17.39a.56.56 0 0 0 .17.44l4.19 4.15A.5.5 0 0 1 7 14s-2.15 0-2.99 1.35c0 .04.08.11.2.11a.6.6 0 0 1 .14 0a19.8 19.8 0 0 1 7.1 1.31a2.51 2.51 0 0 0 2.66-.33l1.25-1.15a2 2 0 0 0 .52-2.2m-6.157.857c.397-.198 1.04-.313 1.695-.204c.644.108 1.258.423 1.666 1.034a.5.5 0 0 0 .832-.554c-.592-.889-1.478-1.323-2.334-1.466c-.844-.14-1.702-.006-2.305.295a.5.5 0 0 0 .446.895"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m14.5 3.003l-.629-.493a2.394 2.394 0 0 0-3.244 3.5l3.503 3.83a.5.5 0 0 0 .738 0l3.504-3.83a2.394 2.394 0 0 0-3.244-3.5zm1.38 10.087l-.825-2.193c.204-.081.393-.208.551-.382l.256-.28l.938 2.495A3 3 0 0 1 16 16l-1.22 1.1a3.26 3.26 0 0 1-2.22.82a4 4 0 0 1-1.5-.3a18.4 18.4 0 0 0-6.85-1.24a1.21 1.21 0 0 1-1.08-.6a1 1 0 0 1 0-1a4.2 4.2 0 0 1 2.75-1.7L2.42 9.63a1.56 1.56 0 0 1 .47-2.53a1.56 1.56 0 0 1 1.66-2.54c.07-.24.2-.457.38-.63a1.55 1.55 0 0 1 2.2 0a1.7 1.7 0 0 1 .32-.48a1.58 1.58 0 0 1 1.785-.297a3.4 3.4 0 0 0-.227 1.015L9 4.16a.594.594 0 0 0-.84.84l.7.65l1.323 1.356l1.252 1.368a.48.48 0 0 1-.135.476a.48.48 0 0 1-.7 0L8.1 6.36l-.7-.7l-1-1.06a.58.58 0 0 0-.8 0a.57.57 0 0 0 0 .8l2.75 2.75a.495.495 0 0 1-.7.7L5.79 7l-1.4-1.4a.56.56 0 0 0-.954.4c0 .15.059.293.164.4l1.07 1.06l2.18 2.19a.495.495 0 0 1-.7.7L5 9.21L3.96 8.17a.56.56 0 0 0-.79 0a.52.52 0 0 0-.17.39a.56.56 0 0 0 .17.44l4.19 4.15A.5.5 0 0 1 7 14s-2.15 0-2.99 1.35c0 .04.08.11.2.11a.6.6 0 0 1 .14 0a19.8 19.8 0 0 1 7.1 1.31a2.51 2.51 0 0 0 2.66-.33l1.25-1.15a2 2 0 0 0 .52-2.2m-6.157.857c.397-.198 1.04-.313 1.695-.204c.644.108 1.258.423 1.666 1.034a.5.5 0 0 0 .832-.554c-.592-.889-1.478-1.323-2.334-1.466c-.844-.14-1.702-.006-2.305.295a.5.5 0 0 0 .446.895"/></svg>
</template>

CSS

.icon-hand-open-heart-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.5%203.003l-.629-.493a2.394%202.394%200%200%200-3.244%203.5l3.503%203.83a.5.5%200%200%200%20.738%200l3.504-3.83a2.394%202.394%200%200%200-3.244-3.5zm1.38%2010.087l-.825-2.193c.204-.081.393-.208.551-.382l.256-.28l.938%202.495A3%203%200%200%201%2016%2016l-1.22%201.1a3.26%203.26%200%200%201-2.22.82a4%204%200%200%201-1.5-.3a18.4%2018.4%200%200%200-6.85-1.24a1.21%201.21%200%200%201-1.08-.6a1%201%200%200%201%200-1a4.2%204.2%200%200%201%202.75-1.7L2.42%209.63a1.56%201.56%200%200%201%20.47-2.53a1.56%201.56%200%200%201%201.66-2.54c.07-.24.2-.457.38-.63a1.55%201.55%200%200%201%202.2%200a1.7%201.7%200%200%201%20.32-.48a1.58%201.58%200%200%201%201.785-.297a3.4%203.4%200%200%200-.227%201.015L9%204.16a.594.594%200%200%200-.84.84l.7.65l1.323%201.356l1.252%201.368a.48.48%200%200%201-.135.476a.48.48%200%200%201-.7%200L8.1%206.36l-.7-.7l-1-1.06a.58.58%200%200%200-.8%200a.57.57%200%200%200%200%20.8l2.75%202.75a.495.495%200%200%201-.7.7L5.79%207l-1.4-1.4a.56.56%200%200%200-.954.4c0%20.15.059.293.164.4l1.07%201.06l2.18%202.19a.495.495%200%200%201-.7.7L5%209.21L3.96%208.17a.56.56%200%200%200-.79%200a.52.52%200%200%200-.17.39a.56.56%200%200%200%20.17.44l4.19%204.15A.5.5%200%200%201%207%2014s-2.15%200-2.99%201.35c0%20.04.08.11.2.11a.6.6%200%200%201%20.14%200a19.8%2019.8%200%200%201%207.1%201.31a2.51%202.51%200%200%200%202.66-.33l1.25-1.15a2%202%200%200%200%20.52-2.2m-6.157.857c.397-.198%201.04-.313%201.695-.204c.644.108%201.258.423%201.666%201.034a.5.5%200%200%200%20.832-.554c-.592-.889-1.478-1.323-2.334-1.466c-.844-.14-1.702-.006-2.305.295a.5.5%200%200%200%20.446.895%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.5%203.003l-.629-.493a2.394%202.394%200%200%200-3.244%203.5l3.503%203.83a.5.5%200%200%200%20.738%200l3.504-3.83a2.394%202.394%200%200%200-3.244-3.5zm1.38%2010.087l-.825-2.193c.204-.081.393-.208.551-.382l.256-.28l.938%202.495A3%203%200%200%201%2016%2016l-1.22%201.1a3.26%203.26%200%200%201-2.22.82a4%204%200%200%201-1.5-.3a18.4%2018.4%200%200%200-6.85-1.24a1.21%201.21%200%200%201-1.08-.6a1%201%200%200%201%200-1a4.2%204.2%200%200%201%202.75-1.7L2.42%209.63a1.56%201.56%200%200%201%20.47-2.53a1.56%201.56%200%200%201%201.66-2.54c.07-.24.2-.457.38-.63a1.55%201.55%200%200%201%202.2%200a1.7%201.7%200%200%201%20.32-.48a1.58%201.58%200%200%201%201.785-.297a3.4%203.4%200%200%200-.227%201.015L9%204.16a.594.594%200%200%200-.84.84l.7.65l1.323%201.356l1.252%201.368a.48.48%200%200%201-.135.476a.48.48%200%200%201-.7%200L8.1%206.36l-.7-.7l-1-1.06a.58.58%200%200%200-.8%200a.57.57%200%200%200%200%20.8l2.75%202.75a.495.495%200%200%201-.7.7L5.79%207l-1.4-1.4a.56.56%200%200%200-.954.4c0%20.15.059.293.164.4l1.07%201.06l2.18%202.19a.495.495%200%200%201-.7.7L5%209.21L3.96%208.17a.56.56%200%200%200-.79%200a.52.52%200%200%200-.17.39a.56.56%200%200%200%20.17.44l4.19%204.15A.5.5%200%200%201%207%2014s-2.15%200-2.99%201.35c0%20.04.08.11.2.11a.6.6%200%200%201%20.14%200a19.8%2019.8%200%200%201%207.1%201.31a2.51%202.51%200%200%200%202.66-.33l1.25-1.15a2%202%200%200%200%20.52-2.2m-6.157.857c.397-.198%201.04-.313%201.695-.204c.644.108%201.258.423%201.666%201.034a.5.5%200%200%200%20.832-.554c-.592-.889-1.478-1.323-2.334-1.466c-.844-.14-1.702-.006-2.305.295a.5.5%200%200%200%20.446.895%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-20-regular.svg?color=%231a73e8&size=48