hand heart icon
hand-heart-line from Remix Icon by Remix Design · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- hand-heart-line
- Set
- Remix Icon
- Style
- Line
- Category
- Finance
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More finance icons from Remix Icon
24-hours-fillauction-fillbank-card-2-fillbank-card-fillbit-coin-fillbnb-fillbtc-fillcash-fillcoin-fillcoins-fillcopper-coin-fillcopper-diamond-fillcoupon-2-fillcoupon-3-fillcoupon-4-fillcoupon-5-fillcoupon-fillcurrency-filldiamond-filldiamond-ring-filldiscount-percent-filleth-fillexchange-2-fillexchange-box-fill
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="M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.529.579 3.353 1.498l3.147.002a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.604-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.02l.045.034c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007l-2.112-.001q.11.484.112 1v1h-9v-2h6.79l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm9.646-7.425l.354.354l.353-.354a2.5 2.5 0 0 1 3.536 3.536l-3.89 3.889l-3.888-3.89a2.5 2.5 0 1 1 3.535-3.535M11.53 4.992a.5.5 0 0 0-.059.637l.058.07l2.475 2.475l2.476-2.475a.5.5 0 0 0 .058-.637l-.058-.07a.5.5 0 0 0-.638-.057l-.07.057l-1.769 1.77l-1.767-1.77l-.068-.058a.5.5 0 0 0-.638.058"/></svg>
React
import type { SVGProps } from "react";
export function RiHandHeartLine(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="M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.529.579 3.353 1.498l3.147.002a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.604-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.02l.045.034c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007l-2.112-.001q.11.484.112 1v1h-9v-2h6.79l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm9.646-7.425l.354.354l.353-.354a2.5 2.5 0 0 1 3.536 3.536l-3.89 3.889l-3.888-3.89a2.5 2.5 0 1 1 3.535-3.535M11.53 4.992a.5.5 0 0 0-.059.637l.058.07l2.475 2.475l2.476-2.475a.5.5 0 0 0 .058-.637l-.058-.07a.5.5 0 0 0-.638-.057l-.07.057l-1.769 1.77l-1.767-1.77l-.068-.058a.5.5 0 0 0-.638.058"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.529.579 3.353 1.498l3.147.002a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.604-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.02l.045.034c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007l-2.112-.001q.11.484.112 1v1h-9v-2h6.79l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm9.646-7.425l.354.354l.353-.354a2.5 2.5 0 0 1 3.536 3.536l-3.89 3.889l-3.888-3.89a2.5 2.5 0 1 1 3.535-3.535M11.53 4.992a.5.5 0 0 0-.059.637l.058.07l2.475 2.475l2.476-2.475a.5.5 0 0 0 .058-.637l-.058-.07a.5.5 0 0 0-.638-.057l-.07.057l-1.769 1.77l-1.767-1.77l-.068-.058a.5.5 0 0 0-.638.058"/></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%22currentColor%22%20d%3D%22M5.005%209.003a1%201%200%200%201%201%201a6.97%206.97%200%200%201%204.33%201.5h2.17c1.332%200%202.529.579%203.353%201.498l3.147.002a5%205%200%200%201%204.516%202.851c-2.365%203.12-6.194%205.149-10.516%205.149c-2.79%200-5.15-.604-7.061-1.658a1%201%200%200%201-.94.658h-3a1%201%200%200%201-1-1v-9a1%201%200%200%201%201-1zm1%203v5.02l.045.034c1.794%201.26%204.133%201.946%206.955%201.946c3.004%200%205.798-1.156%207.835-3.13l.133-.133l-.12-.1a3%203%200%200%200-1.643-.63l-.205-.007l-2.112-.001q.11.484.112%201v1h-9v-2h6.79l-.034-.079a2.5%202.5%200%200%200-2.092-1.415l-.164-.005h-2.93a5%205%200%200%200-3.57-1.5m-2-1h-1v7h1zm9.646-7.425l.354.354l.353-.354a2.5%202.5%200%200%201%203.536%203.536l-3.89%203.889l-3.888-3.89a2.5%202.5%200%201%201%203.535-3.535M11.53%204.992a.5.5%200%200%200-.059.637l.058.07l2.475%202.475l2.476-2.475a.5.5%200%200%200%20.058-.637l-.058-.07a.5.5%200%200%200-.638-.057l-.07.057l-1.769%201.77l-1.767-1.77l-.068-.058a.5.5%200%200%200-.638.058%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%22M5.005%209.003a1%201%200%200%201%201%201a6.97%206.97%200%200%201%204.33%201.5h2.17c1.332%200%202.529.579%203.353%201.498l3.147.002a5%205%200%200%201%204.516%202.851c-2.365%203.12-6.194%205.149-10.516%205.149c-2.79%200-5.15-.604-7.061-1.658a1%201%200%200%201-.94.658h-3a1%201%200%200%201-1-1v-9a1%201%200%200%201%201-1zm1%203v5.02l.045.034c1.794%201.26%204.133%201.946%206.955%201.946c3.004%200%205.798-1.156%207.835-3.13l.133-.133l-.12-.1a3%203%200%200%200-1.643-.63l-.205-.007l-2.112-.001q.11.484.112%201v1h-9v-2h6.79l-.034-.079a2.5%202.5%200%200%200-2.092-1.415l-.164-.005h-2.93a5%205%200%200%200-3.57-1.5m-2-1h-1v7h1zm9.646-7.425l.354.354l.353-.354a2.5%202.5%200%200%201%203.536%203.536l-3.89%203.889l-3.888-3.89a2.5%202.5%200%201%201%203.535-3.535M11.53%204.992a.5.5%200%200%200-.059.637l.058.07l2.475%202.475l2.476-2.475a.5.5%200%200%200%20.058-.637l-.058-.07a.5.5%200%200%200-.638-.057l-.07.057l-1.769%201.77l-1.767-1.77l-.068-.058a.5.5%200%200%200-.638.058%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/hand-heart-line.svg?color=%231a73e8&size=48