hand heart icon
hand-heart from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-heart
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
hand-bag-01hand-bag-02hand-beaterhand-coinshand-fisthand-grabhand-griphand-helpinghand-metalhand-platterhand-pointing-down-01hand-pointing-down-02hand-pointing-down-03hand-pointing-down-04hand-pointing-left-01hand-pointing-left-02hand-pointing-left-03hand-pointing-left-04hand-pointing-right-01hand-pointing-right-02hand-pointing-right-03hand-pointing-right-04hand-prayerhand-sanitizer
Use the hand heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.205 10.718C13.795 9.601 11 7.048 11 4.75C11 3.231 12.053 2 13.5 2c.75 0 1.5.265 2.5 1.324C17 2.264 17.75 2 18.5 2C19.947 2 21 3.231 21 4.75c0 2.298-2.795 4.851-4.205 5.968a1.26 1.26 0 0 1-1.59 0M2 19v-6c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C3.304 11 3.536 11 4 11s.697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C6 12.303 6 12.536 6 13v6c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C4.696 21 4.464 21 4 21s-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C2 19.697 2 19.464 2 19m4-7h1.768a6 6 0 0 1 2.364.485l4.725 2.025A1.89 1.89 0 0 1 16 16.243c0 .694-.563 1.257-1.257 1.257H14.1a5.7 5.7 0 0 1-2.119-.408L10.5 16.5"/><path d="M14 17.5h6.575a1.425 1.425 0 0 1 .391 2.795l-5.22 1.492a5.53 5.53 0 0 1-2.947.026L6 20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandHeart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.205 10.718C13.795 9.601 11 7.048 11 4.75C11 3.231 12.053 2 13.5 2c.75 0 1.5.265 2.5 1.324C17 2.264 17.75 2 18.5 2C19.947 2 21 3.231 21 4.75c0 2.298-2.795 4.851-4.205 5.968a1.26 1.26 0 0 1-1.59 0M2 19v-6c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C3.304 11 3.536 11 4 11s.697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C6 12.303 6 12.536 6 13v6c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C4.696 21 4.464 21 4 21s-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C2 19.697 2 19.464 2 19m4-7h1.768a6 6 0 0 1 2.364.485l4.725 2.025A1.89 1.89 0 0 1 16 16.243c0 .694-.563 1.257-1.257 1.257H14.1a5.7 5.7 0 0 1-2.119-.408L10.5 16.5"/><path d="M14 17.5h6.575a1.425 1.425 0 0 1 .391 2.795l-5.22 1.492a5.53 5.53 0 0 1-2.947.026L6 20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.205 10.718C13.795 9.601 11 7.048 11 4.75C11 3.231 12.053 2 13.5 2c.75 0 1.5.265 2.5 1.324C17 2.264 17.75 2 18.5 2C19.947 2 21 3.231 21 4.75c0 2.298-2.795 4.851-4.205 5.968a1.26 1.26 0 0 1-1.59 0M2 19v-6c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C3.304 11 3.536 11 4 11s.697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C6 12.303 6 12.536 6 13v6c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C4.696 21 4.464 21 4 21s-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C2 19.697 2 19.464 2 19m4-7h1.768a6 6 0 0 1 2.364.485l4.725 2.025A1.89 1.89 0 0 1 16 16.243c0 .694-.563 1.257-1.257 1.257H14.1a5.7 5.7 0 0 1-2.119-.408L10.5 16.5"/><path d="M14 17.5h6.575a1.425 1.425 0 0 1 .391 2.795l-5.22 1.492a5.53 5.53 0 0 1-2.947.026L6 20"/></g></svg> </template>
CSS
.icon-hand-heart {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.205%2010.718C13.795%209.601%2011%207.048%2011%204.75C11%203.231%2012.053%202%2013.5%202c.75%200%201.5.265%202.5%201.324C17%202.264%2017.75%202%2018.5%202C19.947%202%2021%203.231%2021%204.75c0%202.298-2.795%204.851-4.205%205.968a1.26%201.26%200%200%201-1.59%200M2%2019v-6c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.06-1.06C3.304%2011%203.536%2011%204%2011s.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06C6%2012.303%206%2012.536%206%2013v6c0%20.465%200%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C4.696%2021%204.464%2021%204%2021s-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C2%2019.697%202%2019.464%202%2019m4-7h1.768a6%206%200%200%201%202.364.485l4.725%202.025A1.89%201.89%200%200%201%2016%2016.243c0%20.694-.563%201.257-1.257%201.257H14.1a5.7%205.7%200%200%201-2.119-.408L10.5%2016.5%22%2F%3E%3Cpath%20d%3D%22M14%2017.5h6.575a1.425%201.425%200%200%201%20.391%202.795l-5.22%201.492a5.53%205.53%200%200%201-2.947.026L6%2020%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.205%2010.718C13.795%209.601%2011%207.048%2011%204.75C11%203.231%2012.053%202%2013.5%202c.75%200%201.5.265%202.5%201.324C17%202.264%2017.75%202%2018.5%202C19.947%202%2021%203.231%2021%204.75c0%202.298-2.795%204.851-4.205%205.968a1.26%201.26%200%200%201-1.59%200M2%2019v-6c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.06-1.06C3.304%2011%203.536%2011%204%2011s.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06C6%2012.303%206%2012.536%206%2013v6c0%20.465%200%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C4.696%2021%204.464%2021%204%2021s-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C2%2019.697%202%2019.464%202%2019m4-7h1.768a6%206%200%200%201%202.364.485l4.725%202.025A1.89%201.89%200%200%201%2016%2016.243c0%20.694-.563%201.257-1.257%201.257H14.1a5.7%205.7%200%200%201-2.119-.408L10.5%2016.5%22%2F%3E%3Cpath%20d%3D%22M14%2017.5h6.575a1.425%201.425%200%200%201%20.391%202.795l-5.22%201.492a5.53%205.53%200%200%201-2.947.026L6%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hand-heart.svg?color=%231a73e8&size=48