heart hands dark emoji
heart-hands-dark from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- heart-hands-dark
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji Flat
anatomical-heartartistartist-darkartist-lightartist-mediumartist-medium-darkartist-medium-lightastronautastronaut-darkastronaut-lightastronaut-mediumastronaut-medium-darkastronaut-medium-lightbabybaby-angelbaby-angel-darkbaby-angel-lightbaby-angel-mediumbaby-angel-medium-darkbaby-angel-medium-lightbaby-darkbaby-lightbaby-mediumbaby-medium-dark
Use the heart hands dark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#422426" d="M5 17c.167-1.667 1-4.4 3.5-5.9c4.223-2.533 7.5-.1 7.5 1.4zm11-4.5c0-1.5 3.277-3.933 7.5-1.4c2.5 1.5 3.333 4.233 3.5 5.9z"/><path fill="#573739" fill-rule="evenodd" d="M4 29h4c1.061 0 1.762-.27 2.37-.505c.72-.278 1.31-.505 2.215-.176c.13.048.67-.453 1.122-.366c.723.137.487.837.907 1.652c.337.244.686.395 1.386.395c.913 0 1.228-.257 1.699-.64c.303-.246.67-.544 1.301-.86c1.15-.576 1.805-.323 2.63-.005c.608.235 1.309.505 2.37.505h4a2 2 0 0 0 2-2v-4c0-2 0-3.5-3-6c-.648-.54-1.253-1.223-1.874-1.923C23.72 13.494 22.236 11.82 20 11.5c-2.666-.38-4 .782-4 .782s-1.335-1.163-4-.782c-2.236.32-3.721 1.994-5.126 3.577c-.62.7-1.226 1.383-1.874 1.923c-3 2.5-3 4-3 6v4a2 2 0 0 0 2 2m14.054-5.792c.628-.392 1.408-.877 2.446-1.708c2.815-2.252 1-6-1-6c-1.072 0-1.57.287-2.03.554c-.4.23-.774.446-1.47.446s-1.07-.215-1.47-.446c-.33-.416-1.037-.75-1.037-.75s-.535-.08-.993.196c-2 0-4 3.5-1 6c1.1.917 1.91 1.415 2.558 1.812c.823.505 1.382.848 1.942 1.688c.585-.877 1.17-1.241 2.054-1.792" clip-rule="evenodd"/><path fill="#341a1c" d="M12.5 15.5c.391-2.739 2.313-3.334 3.131-3.464c.203.114.322.207.357.236c-1.001.345-2.7 2.376-1.488 3.728l.06.071l-.03-.017c-.46-.267-.958-.554-2.03-.554m1.926 12.15c.015.985.108 1.607.203 1.966a7 7 0 0 1-.328-.256A6.5 6.5 0 0 0 13 28.5a4 4 0 0 0-.407-.177c.136-2.146 1.611-3.643 3.125-3.706q.142.173.281.382v.008c-.554.232-1.597 1.047-1.573 2.642"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatHeartHandsDark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#422426" d="M5 17c.167-1.667 1-4.4 3.5-5.9c4.223-2.533 7.5-.1 7.5 1.4zm11-4.5c0-1.5 3.277-3.933 7.5-1.4c2.5 1.5 3.333 4.233 3.5 5.9z"/><path fill="#573739" fillRule="evenodd" d="M4 29h4c1.061 0 1.762-.27 2.37-.505c.72-.278 1.31-.505 2.215-.176c.13.048.67-.453 1.122-.366c.723.137.487.837.907 1.652c.337.244.686.395 1.386.395c.913 0 1.228-.257 1.699-.64c.303-.246.67-.544 1.301-.86c1.15-.576 1.805-.323 2.63-.005c.608.235 1.309.505 2.37.505h4a2 2 0 0 0 2-2v-4c0-2 0-3.5-3-6c-.648-.54-1.253-1.223-1.874-1.923C23.72 13.494 22.236 11.82 20 11.5c-2.666-.38-4 .782-4 .782s-1.335-1.163-4-.782c-2.236.32-3.721 1.994-5.126 3.577c-.62.7-1.226 1.383-1.874 1.923c-3 2.5-3 4-3 6v4a2 2 0 0 0 2 2m14.054-5.792c.628-.392 1.408-.877 2.446-1.708c2.815-2.252 1-6-1-6c-1.072 0-1.57.287-2.03.554c-.4.23-.774.446-1.47.446s-1.07-.215-1.47-.446c-.33-.416-1.037-.75-1.037-.75s-.535-.08-.993.196c-2 0-4 3.5-1 6c1.1.917 1.91 1.415 2.558 1.812c.823.505 1.382.848 1.942 1.688c.585-.877 1.17-1.241 2.054-1.792" clipRule="evenodd"/><path fill="#341a1c" d="M12.5 15.5c.391-2.739 2.313-3.334 3.131-3.464c.203.114.322.207.357.236c-1.001.345-2.7 2.376-1.488 3.728l.06.071l-.03-.017c-.46-.267-.958-.554-2.03-.554m1.926 12.15c.015.985.108 1.607.203 1.966a7 7 0 0 1-.328-.256A6.5 6.5 0 0 0 13 28.5a4 4 0 0 0-.407-.177c.136-2.146 1.611-3.643 3.125-3.706q.142.173.281.382v.008c-.554.232-1.597 1.047-1.573 2.642"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#422426" d="M5 17c.167-1.667 1-4.4 3.5-5.9c4.223-2.533 7.5-.1 7.5 1.4zm11-4.5c0-1.5 3.277-3.933 7.5-1.4c2.5 1.5 3.333 4.233 3.5 5.9z"/><path fill="#573739" fill-rule="evenodd" d="M4 29h4c1.061 0 1.762-.27 2.37-.505c.72-.278 1.31-.505 2.215-.176c.13.048.67-.453 1.122-.366c.723.137.487.837.907 1.652c.337.244.686.395 1.386.395c.913 0 1.228-.257 1.699-.64c.303-.246.67-.544 1.301-.86c1.15-.576 1.805-.323 2.63-.005c.608.235 1.309.505 2.37.505h4a2 2 0 0 0 2-2v-4c0-2 0-3.5-3-6c-.648-.54-1.253-1.223-1.874-1.923C23.72 13.494 22.236 11.82 20 11.5c-2.666-.38-4 .782-4 .782s-1.335-1.163-4-.782c-2.236.32-3.721 1.994-5.126 3.577c-.62.7-1.226 1.383-1.874 1.923c-3 2.5-3 4-3 6v4a2 2 0 0 0 2 2m14.054-5.792c.628-.392 1.408-.877 2.446-1.708c2.815-2.252 1-6-1-6c-1.072 0-1.57.287-2.03.554c-.4.23-.774.446-1.47.446s-1.07-.215-1.47-.446c-.33-.416-1.037-.75-1.037-.75s-.535-.08-.993.196c-2 0-4 3.5-1 6c1.1.917 1.91 1.415 2.558 1.812c.823.505 1.382.848 1.942 1.688c.585-.877 1.17-1.241 2.054-1.792" clip-rule="evenodd"/><path fill="#341a1c" d="M12.5 15.5c.391-2.739 2.313-3.334 3.131-3.464c.203.114.322.207.357.236c-1.001.345-2.7 2.376-1.488 3.728l.06.071l-.03-.017c-.46-.267-.958-.554-2.03-.554m1.926 12.15c.015.985.108 1.607.203 1.966a7 7 0 0 1-.328-.256A6.5 6.5 0 0 0 13 28.5a4 4 0 0 0-.407-.177c.136-2.146 1.611-3.643 3.125-3.706q.142.173.281.382v.008c-.554.232-1.597 1.047-1.573 2.642"/></g></svg> </template>
CSS
.icon-heart-hands-dark {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23422426%22%20d%3D%22M5%2017c.167-1.667%201-4.4%203.5-5.9c4.223-2.533%207.5-.1%207.5%201.4zm11-4.5c0-1.5%203.277-3.933%207.5-1.4c2.5%201.5%203.333%204.233%203.5%205.9z%22%2F%3E%3Cpath%20fill%3D%22%23573739%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2029h4c1.061%200%201.762-.27%202.37-.505c.72-.278%201.31-.505%202.215-.176c.13.048.67-.453%201.122-.366c.723.137.487.837.907%201.652c.337.244.686.395%201.386.395c.913%200%201.228-.257%201.699-.64c.303-.246.67-.544%201.301-.86c1.15-.576%201.805-.323%202.63-.005c.608.235%201.309.505%202.37.505h4a2%202%200%200%200%202-2v-4c0-2%200-3.5-3-6c-.648-.54-1.253-1.223-1.874-1.923C23.72%2013.494%2022.236%2011.82%2020%2011.5c-2.666-.38-4%20.782-4%20.782s-1.335-1.163-4-.782c-2.236.32-3.721%201.994-5.126%203.577c-.62.7-1.226%201.383-1.874%201.923c-3%202.5-3%204-3%206v4a2%202%200%200%200%202%202m14.054-5.792c.628-.392%201.408-.877%202.446-1.708c2.815-2.252%201-6-1-6c-1.072%200-1.57.287-2.03.554c-.4.23-.774.446-1.47.446s-1.07-.215-1.47-.446c-.33-.416-1.037-.75-1.037-.75s-.535-.08-.993.196c-2%200-4%203.5-1%206c1.1.917%201.91%201.415%202.558%201.812c.823.505%201.382.848%201.942%201.688c.585-.877%201.17-1.241%202.054-1.792%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23341a1c%22%20d%3D%22M12.5%2015.5c.391-2.739%202.313-3.334%203.131-3.464c.203.114.322.207.357.236c-1.001.345-2.7%202.376-1.488%203.728l.06.071l-.03-.017c-.46-.267-.958-.554-2.03-.554m1.926%2012.15c.015.985.108%201.607.203%201.966a7%207%200%200%201-.328-.256A6.5%206.5%200%200%200%2013%2028.5a4%204%200%200%200-.407-.177c.136-2.146%201.611-3.643%203.125-3.706q.142.173.281.382v.008c-.554.232-1.597%201.047-1.573%202.642%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23422426%22%20d%3D%22M5%2017c.167-1.667%201-4.4%203.5-5.9c4.223-2.533%207.5-.1%207.5%201.4zm11-4.5c0-1.5%203.277-3.933%207.5-1.4c2.5%201.5%203.333%204.233%203.5%205.9z%22%2F%3E%3Cpath%20fill%3D%22%23573739%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%2029h4c1.061%200%201.762-.27%202.37-.505c.72-.278%201.31-.505%202.215-.176c.13.048.67-.453%201.122-.366c.723.137.487.837.907%201.652c.337.244.686.395%201.386.395c.913%200%201.228-.257%201.699-.64c.303-.246.67-.544%201.301-.86c1.15-.576%201.805-.323%202.63-.005c.608.235%201.309.505%202.37.505h4a2%202%200%200%200%202-2v-4c0-2%200-3.5-3-6c-.648-.54-1.253-1.223-1.874-1.923C23.72%2013.494%2022.236%2011.82%2020%2011.5c-2.666-.38-4%20.782-4%20.782s-1.335-1.163-4-.782c-2.236.32-3.721%201.994-5.126%203.577c-.62.7-1.226%201.383-1.874%201.923c-3%202.5-3%204-3%206v4a2%202%200%200%200%202%202m14.054-5.792c.628-.392%201.408-.877%202.446-1.708c2.815-2.252%201-6-1-6c-1.072%200-1.57.287-2.03.554c-.4.23-.774.446-1.47.446s-1.07-.215-1.47-.446c-.33-.416-1.037-.75-1.037-.75s-.535-.08-.993.196c-2%200-4%203.5-1%206c1.1.917%201.91%201.415%202.558%201.812c.823.505%201.382.848%201.942%201.688c.585-.877%201.17-1.241%202.054-1.792%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23341a1c%22%20d%3D%22M12.5%2015.5c.391-2.739%202.313-3.334%203.131-3.464c.203.114.322.207.357.236c-1.001.345-2.7%202.376-1.488%203.728l.06.071l-.03-.017c-.46-.267-.958-.554-2.03-.554m1.926%2012.15c.015.985.108%201.607.203%201.966a7%207%200%200%201-.328-.256A6.5%206.5%200%200%200%2013%2028.5a4%204%200%200%200-.407-.177c.136-2.146%201.611-3.643%203.125-3.706q.142.173.281.382v.008c-.554.232-1.597%201.047-1.573%202.642%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/heart-hands-dark.svg?color=%231a73e8&size=48