heart-hand-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
heart-hand-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the heart hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.998 10.393c.065-2.892-1.409-5.37-3.504-6.592c-1.96-1.141-4.422-1.148-6.494.538c-2.072-1.686-4.534-1.68-6.494-.538c-2.095 1.221-3.569 3.7-3.504 6.592c.081 3.61 2.89 6.794 7.679 9.638c.331.198.662.398 1.006.573c.406.206.85.396 1.313.396s.907-.19 1.313-.396c.344-.175.675-.375 1.006-.573c4.788-2.844 7.598-6.029 7.679-9.638m-9.155-4.121c1.508-1.526 3.25-1.554 4.644-.742c1.444.841 2.56 2.628 2.511 4.818q-.014.723-.25 1.463a2.275 2.275 0 0 1-2.879-.278l-1.293-1.294a1.854 1.854 0 0 0-2.622 0l-.865.866a2.044 2.044 0 0 1-2.89 0a.826.826 0 0 1-.001-1.169l3.517-3.519q.059-.058.104-.122z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHeartHandFill(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" fillRule="evenodd" d="M21.998 10.393c.065-2.892-1.409-5.37-3.504-6.592c-1.96-1.141-4.422-1.148-6.494.538c-2.072-1.686-4.534-1.68-6.494-.538c-2.095 1.221-3.569 3.7-3.504 6.592c.081 3.61 2.89 6.794 7.679 9.638c.331.198.662.398 1.006.573c.406.206.85.396 1.313.396s.907-.19 1.313-.396c.344-.175.675-.375 1.006-.573c4.788-2.844 7.598-6.029 7.679-9.638m-9.155-4.121c1.508-1.526 3.25-1.554 4.644-.742c1.444.841 2.56 2.628 2.511 4.818q-.014.723-.25 1.463a2.275 2.275 0 0 1-2.879-.278l-1.293-1.294a1.854 1.854 0 0 0-2.622 0l-.865.866a2.044 2.044 0 0 1-2.89 0a.826.826 0 0 1-.001-1.169l3.517-3.519q.059-.058.104-.122z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.998 10.393c.065-2.892-1.409-5.37-3.504-6.592c-1.96-1.141-4.422-1.148-6.494.538c-2.072-1.686-4.534-1.68-6.494-.538c-2.095 1.221-3.569 3.7-3.504 6.592c.081 3.61 2.89 6.794 7.679 9.638c.331.198.662.398 1.006.573c.406.206.85.396 1.313.396s.907-.19 1.313-.396c.344-.175.675-.375 1.006-.573c4.788-2.844 7.598-6.029 7.679-9.638m-9.155-4.121c1.508-1.526 3.25-1.554 4.644-.742c1.444.841 2.56 2.628 2.511 4.818q-.014.723-.25 1.463a2.275 2.275 0 0 1-2.879-.278l-1.293-1.294a1.854 1.854 0 0 0-2.622 0l-.865.866a2.044 2.044 0 0 1-2.89 0a.826.826 0 0 1-.001-1.169l3.517-3.519q.059-.058.104-.122z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-heart-hand-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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.998%2010.393c.065-2.892-1.409-5.37-3.504-6.592c-1.96-1.141-4.422-1.148-6.494.538c-2.072-1.686-4.534-1.68-6.494-.538c-2.095%201.221-3.569%203.7-3.504%206.592c.081%203.61%202.89%206.794%207.679%209.638c.331.198.662.398%201.006.573c.406.206.85.396%201.313.396s.907-.19%201.313-.396c.344-.175.675-.375%201.006-.573c4.788-2.844%207.598-6.029%207.679-9.638m-9.155-4.121c1.508-1.526%203.25-1.554%204.644-.742c1.444.841%202.56%202.628%202.511%204.818q-.014.723-.25%201.463a2.275%202.275%200%200%201-2.879-.278l-1.293-1.294a1.854%201.854%200%200%200-2.622%200l-.865.866a2.044%202.044%200%200%201-2.89%200a.826.826%200%200%201-.001-1.169l3.517-3.519q.059-.058.104-.122z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.998%2010.393c.065-2.892-1.409-5.37-3.504-6.592c-1.96-1.141-4.422-1.148-6.494.538c-2.072-1.686-4.534-1.68-6.494-.538c-2.095%201.221-3.569%203.7-3.504%206.592c.081%203.61%202.89%206.794%207.679%209.638c.331.198.662.398%201.006.573c.406.206.85.396%201.313.396s.907-.19%201.313-.396c.344-.175.675-.375%201.006-.573c4.788-2.844%207.598-6.029%207.679-9.638m-9.155-4.121c1.508-1.526%203.25-1.554%204.644-.742c1.444.841%202.56%202.628%202.511%204.818q-.014.723-.25%201.463a2.275%202.275%200%200%201-2.879-.278l-1.293-1.294a1.854%201.854%200%200%200-2.622%200l-.865.866a2.044%202.044%200%200%201-2.89%200a.826.826%200%200%201-.001-1.169l3.517-3.519q.059-.058.104-.122z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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