hand heart icon
hand-heart-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- hand-heart-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 15v4m0-4l2.92-1.824a3 3 0 0 1 2.317-.367l3.714.929a1 1 0 0 1 .706 1.287l-.202.604a2 2 0 0 1-1.89 1.366L12 17m-6-2a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1m7-2h2.394a2 2 0 0 0 1.11-.336L19 15c.919-.46 2 .209 2 1.236v.056c0 .446-.21.865-.567 1.133l-3.07 2.303a2 2 0 0 1-.808.361l-3.21.642a4 4 0 0 1-2.572-.345l-2.35-1.175A2 2 0 0 0 7.527 19H6m6-12.169c-.05-2.286 2.36-3.828 4-2.073c1.64-1.755 4.05-.213 4 2.073q-.046 2.04-3.196 3.912c-.253.15-.604.368-.804.368s-.55-.218-.804-.368q-3.15-1.871-3.195-3.912Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteHandHeartLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M6 15v4m0-4l2.92-1.824a3 3 0 0 1 2.317-.367l3.714.929a1 1 0 0 1 .706 1.287l-.202.604a2 2 0 0 1-1.89 1.366L12 17m-6-2a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1m7-2h2.394a2 2 0 0 0 1.11-.336L19 15c.919-.46 2 .209 2 1.236v.056c0 .446-.21.865-.567 1.133l-3.07 2.303a2 2 0 0 1-.808.361l-3.21.642a4 4 0 0 1-2.572-.345l-2.35-1.175A2 2 0 0 0 7.527 19H6m6-12.169c-.05-2.286 2.36-3.828 4-2.073c1.64-1.755 4.05-.213 4 2.073q-.046 2.04-3.196 3.912c-.253.15-.604.368-.804.368s-.55-.218-.804-.368q-3.15-1.871-3.195-3.912Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6 15v4m0-4l2.92-1.824a3 3 0 0 1 2.317-.367l3.714.929a1 1 0 0 1 .706 1.287l-.202.604a2 2 0 0 1-1.89 1.366L12 17m-6-2a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1m7-2h2.394a2 2 0 0 0 1.11-.336L19 15c.919-.46 2 .209 2 1.236v.056c0 .446-.21.865-.567 1.133l-3.07 2.303a2 2 0 0 1-.808.361l-3.21.642a4 4 0 0 1-2.572-.345l-2.35-1.175A2 2 0 0 0 7.527 19H6m6-12.169c-.05-2.286 2.36-3.828 4-2.073c1.64-1.755 4.05-.213 4 2.073q-.046 2.04-3.196 3.912c-.253.15-.604.368-.804.368s-.55-.218-.804-.368q-3.15-1.871-3.195-3.912Z"/></svg> </template>
CSS
.icon-hand-heart-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6%2015v4m0-4l2.92-1.824a3%203%200%200%201%202.317-.367l3.714.929a1%201%200%200%201%20.706%201.287l-.202.604a2%202%200%200%201-1.89%201.366L12%2017m-6-2a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1m7-2h2.394a2%202%200%200%200%201.11-.336L19%2015c.919-.46%202%20.209%202%201.236v.056c0%20.446-.21.865-.567%201.133l-3.07%202.303a2%202%200%200%201-.808.361l-3.21.642a4%204%200%200%201-2.572-.345l-2.35-1.175A2%202%200%200%200%207.527%2019H6m6-12.169c-.05-2.286%202.36-3.828%204-2.073c1.64-1.755%204.05-.213%204%202.073q-.046%202.04-3.196%203.912c-.253.15-.604.368-.804.368s-.55-.218-.804-.368q-3.15-1.871-3.195-3.912Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6%2015v4m0-4l2.92-1.824a3%203%200%200%201%202.317-.367l3.714.929a1%201%200%200%201%20.706%201.287l-.202.604a2%202%200%200%201-1.89%201.366L12%2017m-6-2a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h1a1%201%200%200%200%201-1m7-2h2.394a2%202%200%200%200%201.11-.336L19%2015c.919-.46%202%20.209%202%201.236v.056c0%20.446-.21.865-.567%201.133l-3.07%202.303a2%202%200%200%201-.808.361l-3.21.642a4%204%200%200%201-2.572-.345l-2.35-1.175A2%202%200%200%200%207.527%2019H6m6-12.169c-.05-2.286%202.36-3.828%204-2.073c1.64-1.755%204.05-.213%204%202.073q-.046%202.04-3.196%203.912c-.253.15-.604.368-.804.368s-.55-.218-.804-.368q-3.15-1.871-3.195-3.912Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/hand-heart-line.svg?color=%231a73e8&size=48