heart hand icon
heart-hand from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- heart-hand
- Set
- Reicon
- Style
- Outline
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More like icons from Reicon
Use the heart hand 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="M14.81 6.815c.11-.471.19-.956.19-1.474a3.663 3.663 0 0 0-3.644-3.674a3.7 3.7 0 0 0-3.023 1.638A3.7 3.7 0 0 0 5.31 1.667A3.663 3.663 0 0 0 1.666 5.34c0 2.79 1.738 4.915 3.44 6.337"/><path d="M22.333 19.633c0-2.745-.314-4.852-1.333-5.63c-1.167-.892-4.203-1.118-7.06-.31l-1.773-3.769a1.667 1.667 0 0 0-3.023 1.41l3.415 7.275l-3.632-.668a1.63 1.63 0 0 0-1.828 1.047c-.31.85.13 1.787.981 2.092l3.488 1.255"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHeartHand(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="M14.81 6.815c.11-.471.19-.956.19-1.474a3.663 3.663 0 0 0-3.644-3.674a3.7 3.7 0 0 0-3.023 1.638A3.7 3.7 0 0 0 5.31 1.667A3.663 3.663 0 0 0 1.666 5.34c0 2.79 1.738 4.915 3.44 6.337"/><path d="M22.333 19.633c0-2.745-.314-4.852-1.333-5.63c-1.167-.892-4.203-1.118-7.06-.31l-1.773-3.769a1.667 1.667 0 0 0-3.023 1.41l3.415 7.275l-3.632-.668a1.63 1.63 0 0 0-1.828 1.047c-.31.85.13 1.787.981 2.092l3.488 1.255"/></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="M14.81 6.815c.11-.471.19-.956.19-1.474a3.663 3.663 0 0 0-3.644-3.674a3.7 3.7 0 0 0-3.023 1.638A3.7 3.7 0 0 0 5.31 1.667A3.663 3.663 0 0 0 1.666 5.34c0 2.79 1.738 4.915 3.44 6.337"/><path d="M22.333 19.633c0-2.745-.314-4.852-1.333-5.63c-1.167-.892-4.203-1.118-7.06-.31l-1.773-3.769a1.667 1.667 0 0 0-3.023 1.41l3.415 7.275l-3.632-.668a1.63 1.63 0 0 0-1.828 1.047c-.31.85.13 1.787.981 2.092l3.488 1.255"/></g></svg> </template>
CSS
.icon-heart-hand {
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%22M14.81%206.815c.11-.471.19-.956.19-1.474a3.663%203.663%200%200%200-3.644-3.674a3.7%203.7%200%200%200-3.023%201.638A3.7%203.7%200%200%200%205.31%201.667A3.663%203.663%200%200%200%201.666%205.34c0%202.79%201.738%204.915%203.44%206.337%22%2F%3E%3Cpath%20d%3D%22M22.333%2019.633c0-2.745-.314-4.852-1.333-5.63c-1.167-.892-4.203-1.118-7.06-.31l-1.773-3.769a1.667%201.667%200%200%200-3.023%201.41l3.415%207.275l-3.632-.668a1.63%201.63%200%200%200-1.828%201.047c-.31.85.13%201.787.981%202.092l3.488%201.255%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%22M14.81%206.815c.11-.471.19-.956.19-1.474a3.663%203.663%200%200%200-3.644-3.674a3.7%203.7%200%200%200-3.023%201.638A3.7%203.7%200%200%200%205.31%201.667A3.663%203.663%200%200%200%201.666%205.34c0%202.79%201.738%204.915%203.44%206.337%22%2F%3E%3Cpath%20d%3D%22M22.333%2019.633c0-2.745-.314-4.852-1.333-5.63c-1.167-.892-4.203-1.118-7.06-.31l-1.773-3.769a1.667%201.667%200%200%200-3.023%201.41l3.415%207.275l-3.632-.668a1.63%201.63%200%200%200-1.828%201.047c-.31.85.13%201.787.981%202.092l3.488%201.255%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/heart-hand.svg?color=%231a73e8&size=48