heart hands emoji
heart-hands from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.
- Name
- heart-hands
- Set
- Twitter Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 36×36
- License
- CC BY 4.0
5 other variants in Twitter Emoji
The same emoji in other sets
More people & body icons from Twitter Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the heart hands emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M13.996 23.498a10.87 10.87 0 0 1-5.905-5.316a7.3 7.3 0 0 1-.5-5.225a2.85 2.85 0 0 1 1.844-1.936a4.84 4.84 0 0 1 3.121.021l1.741.607c.449.225.791.619.95 1.096l.436 1.307c.19.566.72.948 1.317.948c0 0 1 0 1-1v-2.22a3.8 3.8 0 0 0-1.368-2.92l-3.82-3.183a2 2 0 0 0-1.83-.387L5.614 6.825a2 2 0 0 0-1.013.673L0 12v8.77l1.266 3.142l3.179 1.419C5.128 25.127 5.838 25 6.5 25c2.694 0 6.023.642 8.905 2.804l.937.703a.95.95 0 0 0 1.239-.088L18 28v-2c0-1-4.004-2.502-4.004-2.502"/><path fill="#ffdc5d" d="M31.399 7.498a2 2 0 0 0-1.012-.674L25.018 5.29a2 2 0 0 0-1.83.387l-3.82 3.183A3.8 3.8 0 0 0 18 11.78V14c0 1 1 1 1 1c.597 0 1.127-.382 1.316-.949l.436-1.307c.159-.477.501-.871.95-1.096l1.741-.607a4.84 4.84 0 0 1 3.121-.021a2.85 2.85 0 0 1 1.844 1.936a7.3 7.3 0 0 1-.5 5.225a10.87 10.87 0 0 1-5.905 5.316C22.004 23.498 18 25 18 26v2l.419.419a.95.95 0 0 0 1.239.088l.937-.703C23.477 25.642 26.806 25 29.5 25c.661 0 1.372.128 2.054.332l3.18-1.42L36 20.77V12z"/><path fill="#f9ca55" d="M4.445 25.331c-1.571-1.3-2.176-.836-3.179-2.419c-.085-.13-1.06-2.083-1.266-2.142V28l1.967-1.475c.636-.477 1.532-.91 2.479-1.193zm30.289-2.419c-1.003 1.583-1.608 1.119-3.18 2.42c.948.283 1.843.716 2.479 1.193L36 28v-7.23c-.206.059-1.181 2.012-1.266 2.142"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiHeartHands(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M13.996 23.498a10.87 10.87 0 0 1-5.905-5.316a7.3 7.3 0 0 1-.5-5.225a2.85 2.85 0 0 1 1.844-1.936a4.84 4.84 0 0 1 3.121.021l1.741.607c.449.225.791.619.95 1.096l.436 1.307c.19.566.72.948 1.317.948c0 0 1 0 1-1v-2.22a3.8 3.8 0 0 0-1.368-2.92l-3.82-3.183a2 2 0 0 0-1.83-.387L5.614 6.825a2 2 0 0 0-1.013.673L0 12v8.77l1.266 3.142l3.179 1.419C5.128 25.127 5.838 25 6.5 25c2.694 0 6.023.642 8.905 2.804l.937.703a.95.95 0 0 0 1.239-.088L18 28v-2c0-1-4.004-2.502-4.004-2.502"/><path fill="#ffdc5d" d="M31.399 7.498a2 2 0 0 0-1.012-.674L25.018 5.29a2 2 0 0 0-1.83.387l-3.82 3.183A3.8 3.8 0 0 0 18 11.78V14c0 1 1 1 1 1c.597 0 1.127-.382 1.316-.949l.436-1.307c.159-.477.501-.871.95-1.096l1.741-.607a4.84 4.84 0 0 1 3.121-.021a2.85 2.85 0 0 1 1.844 1.936a7.3 7.3 0 0 1-.5 5.225a10.87 10.87 0 0 1-5.905 5.316C22.004 23.498 18 25 18 26v2l.419.419a.95.95 0 0 0 1.239.088l.937-.703C23.477 25.642 26.806 25 29.5 25c.661 0 1.372.128 2.054.332l3.18-1.42L36 20.77V12z"/><path fill="#f9ca55" d="M4.445 25.331c-1.571-1.3-2.176-.836-3.179-2.419c-.085-.13-1.06-2.083-1.266-2.142V28l1.967-1.475c.636-.477 1.532-.91 2.479-1.193zm30.289-2.419c-1.003 1.583-1.608 1.119-3.18 2.42c.948.283 1.843.716 2.479 1.193L36 28v-7.23c-.206.059-1.181 2.012-1.266 2.142"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M13.996 23.498a10.87 10.87 0 0 1-5.905-5.316a7.3 7.3 0 0 1-.5-5.225a2.85 2.85 0 0 1 1.844-1.936a4.84 4.84 0 0 1 3.121.021l1.741.607c.449.225.791.619.95 1.096l.436 1.307c.19.566.72.948 1.317.948c0 0 1 0 1-1v-2.22a3.8 3.8 0 0 0-1.368-2.92l-3.82-3.183a2 2 0 0 0-1.83-.387L5.614 6.825a2 2 0 0 0-1.013.673L0 12v8.77l1.266 3.142l3.179 1.419C5.128 25.127 5.838 25 6.5 25c2.694 0 6.023.642 8.905 2.804l.937.703a.95.95 0 0 0 1.239-.088L18 28v-2c0-1-4.004-2.502-4.004-2.502"/><path fill="#ffdc5d" d="M31.399 7.498a2 2 0 0 0-1.012-.674L25.018 5.29a2 2 0 0 0-1.83.387l-3.82 3.183A3.8 3.8 0 0 0 18 11.78V14c0 1 1 1 1 1c.597 0 1.127-.382 1.316-.949l.436-1.307c.159-.477.501-.871.95-1.096l1.741-.607a4.84 4.84 0 0 1 3.121-.021a2.85 2.85 0 0 1 1.844 1.936a7.3 7.3 0 0 1-.5 5.225a10.87 10.87 0 0 1-5.905 5.316C22.004 23.498 18 25 18 26v2l.419.419a.95.95 0 0 0 1.239.088l.937-.703C23.477 25.642 26.806 25 29.5 25c.661 0 1.372.128 2.054.332l3.18-1.42L36 20.77V12z"/><path fill="#f9ca55" d="M4.445 25.331c-1.571-1.3-2.176-.836-3.179-2.419c-.085-.13-1.06-2.083-1.266-2.142V28l1.967-1.475c.636-.477 1.532-.91 2.479-1.193zm30.289-2.419c-1.003 1.583-1.608 1.119-3.18 2.42c.948.283 1.843.716 2.479 1.193L36 28v-7.23c-.206.059-1.181 2.012-1.266 2.142"/></svg> </template>
CSS
.icon-heart-hands {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M13.996%2023.498a10.87%2010.87%200%200%201-5.905-5.316a7.3%207.3%200%200%201-.5-5.225a2.85%202.85%200%200%201%201.844-1.936a4.84%204.84%200%200%201%203.121.021l1.741.607c.449.225.791.619.95%201.096l.436%201.307c.19.566.72.948%201.317.948c0%200%201%200%201-1v-2.22a3.8%203.8%200%200%200-1.368-2.92l-3.82-3.183a2%202%200%200%200-1.83-.387L5.614%206.825a2%202%200%200%200-1.013.673L0%2012v8.77l1.266%203.142l3.179%201.419C5.128%2025.127%205.838%2025%206.5%2025c2.694%200%206.023.642%208.905%202.804l.937.703a.95.95%200%200%200%201.239-.088L18%2028v-2c0-1-4.004-2.502-4.004-2.502%22%2F%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M31.399%207.498a2%202%200%200%200-1.012-.674L25.018%205.29a2%202%200%200%200-1.83.387l-3.82%203.183A3.8%203.8%200%200%200%2018%2011.78V14c0%201%201%201%201%201c.597%200%201.127-.382%201.316-.949l.436-1.307c.159-.477.501-.871.95-1.096l1.741-.607a4.84%204.84%200%200%201%203.121-.021a2.85%202.85%200%200%201%201.844%201.936a7.3%207.3%200%200%201-.5%205.225a10.87%2010.87%200%200%201-5.905%205.316C22.004%2023.498%2018%2025%2018%2026v2l.419.419a.95.95%200%200%200%201.239.088l.937-.703C23.477%2025.642%2026.806%2025%2029.5%2025c.661%200%201.372.128%202.054.332l3.18-1.42L36%2020.77V12z%22%2F%3E%3Cpath%20fill%3D%22%23f9ca55%22%20d%3D%22M4.445%2025.331c-1.571-1.3-2.176-.836-3.179-2.419c-.085-.13-1.06-2.083-1.266-2.142V28l1.967-1.475c.636-.477%201.532-.91%202.479-1.193zm30.289-2.419c-1.003%201.583-1.608%201.119-3.18%202.42c.948.283%201.843.716%202.479%201.193L36%2028v-7.23c-.206.059-1.181%202.012-1.266%202.142%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M13.996%2023.498a10.87%2010.87%200%200%201-5.905-5.316a7.3%207.3%200%200%201-.5-5.225a2.85%202.85%200%200%201%201.844-1.936a4.84%204.84%200%200%201%203.121.021l1.741.607c.449.225.791.619.95%201.096l.436%201.307c.19.566.72.948%201.317.948c0%200%201%200%201-1v-2.22a3.8%203.8%200%200%200-1.368-2.92l-3.82-3.183a2%202%200%200%200-1.83-.387L5.614%206.825a2%202%200%200%200-1.013.673L0%2012v8.77l1.266%203.142l3.179%201.419C5.128%2025.127%205.838%2025%206.5%2025c2.694%200%206.023.642%208.905%202.804l.937.703a.95.95%200%200%200%201.239-.088L18%2028v-2c0-1-4.004-2.502-4.004-2.502%22%2F%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M31.399%207.498a2%202%200%200%200-1.012-.674L25.018%205.29a2%202%200%200%200-1.83.387l-3.82%203.183A3.8%203.8%200%200%200%2018%2011.78V14c0%201%201%201%201%201c.597%200%201.127-.382%201.316-.949l.436-1.307c.159-.477.501-.871.95-1.096l1.741-.607a4.84%204.84%200%200%201%203.121-.021a2.85%202.85%200%200%201%201.844%201.936a7.3%207.3%200%200%201-.5%205.225a10.87%2010.87%200%200%201-5.905%205.316C22.004%2023.498%2018%2025%2018%2026v2l.419.419a.95.95%200%200%200%201.239.088l.937-.703C23.477%2025.642%2026.806%2025%2029.5%2025c.661%200%201.372.128%202.054.332l3.18-1.42L36%2020.77V12z%22%2F%3E%3Cpath%20fill%3D%22%23f9ca55%22%20d%3D%22M4.445%2025.331c-1.571-1.3-2.176-.836-3.179-2.419c-.085-.13-1.06-2.083-1.266-2.142V28l1.967-1.475c.636-.477%201.532-.91%202.479-1.193zm30.289-2.419c-1.003%201.583-1.608%201.119-3.18%202.42c.948.283%201.843.716%202.479%201.193L36%2028v-7.23c-.206.059-1.181%202.012-1.266%202.142%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/heart-hands.svg?color=%231a73e8&size=48