hand-heart-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
hand-heart-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

Related icons in Material Design Icons

Use the hand heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 3.23Q17.065 2 18.7 2c.91 0 1.67.33 2.3 1s.96 1.43 1 2.3c0 .7-.33 1.51-1 2.46s-1.32 1.74-1.97 2.39q-.975.96-3.03 2.85q-2.085-1.89-3.06-2.85c-.975-.96-1.31-1.44-1.97-2.39S10 6 10 5.3c0-.91.32-1.67.97-2.3s1.43-.96 2.34-1c1.07 0 1.96.41 2.69 1.23M22 19v1l-8 2.5l-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHandHeartOutline(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" d="M16 3.23Q17.065 2 18.7 2c.91 0 1.67.33 2.3 1s.96 1.43 1 2.3c0 .7-.33 1.51-1 2.46s-1.32 1.74-1.97 2.39q-.975.96-3.03 2.85q-2.085-1.89-3.06-2.85c-.975-.96-1.31-1.44-1.97-2.39S10 6 10 5.3c0-.91.32-1.67.97-2.3s1.43-.96 2.34-1c1.07 0 1.96.41 2.69 1.23M22 19v1l-8 2.5l-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 3.23Q17.065 2 18.7 2c.91 0 1.67.33 2.3 1s.96 1.43 1 2.3c0 .7-.33 1.51-1 2.46s-1.32 1.74-1.97 2.39q-.975.96-3.03 2.85q-2.085-1.89-3.06-2.85c-.975-.96-1.31-1.44-1.97-2.39S10 6 10 5.3c0-.91.32-1.67.97-2.3s1.43-.96 2.34-1c1.07 0 1.96.41 2.69 1.23M22 19v1l-8 2.5l-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></svg>
</template>

CSS

.icon-hand-heart-outline {
  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%20d%3D%22M16%203.23Q17.065%202%2018.7%202c.91%200%201.67.33%202.3%201s.96%201.43%201%202.3c0%20.7-.33%201.51-1%202.46s-1.32%201.74-1.97%202.39q-.975.96-3.03%202.85q-2.085-1.89-3.06-2.85c-.975-.96-1.31-1.44-1.97-2.39S10%206%2010%205.3c0-.91.32-1.67.97-2.3s1.43-.96%202.34-1c1.07%200%201.96.41%202.69%201.23M22%2019v1l-8%202.5l-7-1.94V22H1V11h7.97l6.16%202.3A2.89%202.89%200%200%201%2017%2016h2c1.66%200%203%201.34%203%203M5%2020v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54%200-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.5l6.97%201.91z%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%20d%3D%22M16%203.23Q17.065%202%2018.7%202c.91%200%201.67.33%202.3%201s.96%201.43%201%202.3c0%20.7-.33%201.51-1%202.46s-1.32%201.74-1.97%202.39q-.975.96-3.03%202.85q-2.085-1.89-3.06-2.85c-.975-.96-1.31-1.44-1.97-2.39S10%206%2010%205.3c0-.91.32-1.67.97-2.3s1.43-.96%202.34-1c1.07%200%201.96.41%202.69%201.23M22%2019v1l-8%202.5l-7-1.94V22H1V11h7.97l6.16%202.3A2.89%202.89%200%200%201%2017%2016h2c1.66%200%203%201.34%203%203M5%2020v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54%200-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.5l6.97%201.91z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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