hand emoji
hand from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- hand
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More people icons from Firefox OS Emoji
Use the hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD3B6" d="M472.9 241.8c-10.9-9.7-35-23.1-84.5 24.5c-9.2 8.8-14.7 12-21.7 19.6V51.1c0-15.2-12-27.6-27.3-27.6s-27.7 12.4-27.7 27.6v139.3c0 13-16.8 14.1-19.7 3.4V27.6C292 12.4 280 0 264.7 0S237 12.3 237 27.6v166.7c-2.1 10.2-17.1 9.8-18.2-1.2V47.5c0-15.2-12-27.5-27.3-27.5s-27.7 12.3-27.7 27.5v143.3c-.1.2-.1.5-.1 1c0 12.5-16.1 13.6-19 3.5V92.7c0-15.2-12-27.5-27.3-27.5S89.7 77.5 89.7 92.7v241.4c0 49 28.8 91.3 70.4 110.9v39.2c0 15.2 12.4 27.6 27.6 27.6h110.4c15.2 0 27.6-12.4 27.6-27.6v-27.8c18.3-2.1 34.3-11.8 44.7-25.9c.2-.2.3-.4.4-.6c.3-.4.6-.8.8-1.2q1.35-1.5 3.3-5.4c.7-1.2 1.3-2.4 1.9-3.7c12.7-25.7 41.7-95.3 93.7-140.3c10.7-10.7 13.3-27.8 2.4-37.5"/><path fill="#F2C7AA" d="M319.6 456.9h-85.5l.2-.2h-22.4c-18.6 0-36.3-4.2-52.1-11.6v35c5 2.6 9.8 4.3 13.9 4.3h138.1c4 0 8.7-1.3 13.6-3.4v-24.4c-1.9.1-3.8.2-5.8.3"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiHand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD3B6" d="M472.9 241.8c-10.9-9.7-35-23.1-84.5 24.5c-9.2 8.8-14.7 12-21.7 19.6V51.1c0-15.2-12-27.6-27.3-27.6s-27.7 12.4-27.7 27.6v139.3c0 13-16.8 14.1-19.7 3.4V27.6C292 12.4 280 0 264.7 0S237 12.3 237 27.6v166.7c-2.1 10.2-17.1 9.8-18.2-1.2V47.5c0-15.2-12-27.5-27.3-27.5s-27.7 12.3-27.7 27.5v143.3c-.1.2-.1.5-.1 1c0 12.5-16.1 13.6-19 3.5V92.7c0-15.2-12-27.5-27.3-27.5S89.7 77.5 89.7 92.7v241.4c0 49 28.8 91.3 70.4 110.9v39.2c0 15.2 12.4 27.6 27.6 27.6h110.4c15.2 0 27.6-12.4 27.6-27.6v-27.8c18.3-2.1 34.3-11.8 44.7-25.9c.2-.2.3-.4.4-.6c.3-.4.6-.8.8-1.2q1.35-1.5 3.3-5.4c.7-1.2 1.3-2.4 1.9-3.7c12.7-25.7 41.7-95.3 93.7-140.3c10.7-10.7 13.3-27.8 2.4-37.5"/><path fill="#F2C7AA" d="M319.6 456.9h-85.5l.2-.2h-22.4c-18.6 0-36.3-4.2-52.1-11.6v35c5 2.6 9.8 4.3 13.9 4.3h138.1c4 0 8.7-1.3 13.6-3.4v-24.4c-1.9.1-3.8.2-5.8.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD3B6" d="M472.9 241.8c-10.9-9.7-35-23.1-84.5 24.5c-9.2 8.8-14.7 12-21.7 19.6V51.1c0-15.2-12-27.6-27.3-27.6s-27.7 12.4-27.7 27.6v139.3c0 13-16.8 14.1-19.7 3.4V27.6C292 12.4 280 0 264.7 0S237 12.3 237 27.6v166.7c-2.1 10.2-17.1 9.8-18.2-1.2V47.5c0-15.2-12-27.5-27.3-27.5s-27.7 12.3-27.7 27.5v143.3c-.1.2-.1.5-.1 1c0 12.5-16.1 13.6-19 3.5V92.7c0-15.2-12-27.5-27.3-27.5S89.7 77.5 89.7 92.7v241.4c0 49 28.8 91.3 70.4 110.9v39.2c0 15.2 12.4 27.6 27.6 27.6h110.4c15.2 0 27.6-12.4 27.6-27.6v-27.8c18.3-2.1 34.3-11.8 44.7-25.9c.2-.2.3-.4.4-.6c.3-.4.6-.8.8-1.2q1.35-1.5 3.3-5.4c.7-1.2 1.3-2.4 1.9-3.7c12.7-25.7 41.7-95.3 93.7-140.3c10.7-10.7 13.3-27.8 2.4-37.5"/><path fill="#F2C7AA" d="M319.6 456.9h-85.5l.2-.2h-22.4c-18.6 0-36.3-4.2-52.1-11.6v35c5 2.6 9.8 4.3 13.9 4.3h138.1c4 0 8.7-1.3 13.6-3.4v-24.4c-1.9.1-3.8.2-5.8.3"/></svg> </template>
CSS
.icon-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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M472.9%20241.8c-10.9-9.7-35-23.1-84.5%2024.5c-9.2%208.8-14.7%2012-21.7%2019.6V51.1c0-15.2-12-27.6-27.3-27.6s-27.7%2012.4-27.7%2027.6v139.3c0%2013-16.8%2014.1-19.7%203.4V27.6C292%2012.4%20280%200%20264.7%200S237%2012.3%20237%2027.6v166.7c-2.1%2010.2-17.1%209.8-18.2-1.2V47.5c0-15.2-12-27.5-27.3-27.5s-27.7%2012.3-27.7%2027.5v143.3c-.1.2-.1.5-.1%201c0%2012.5-16.1%2013.6-19%203.5V92.7c0-15.2-12-27.5-27.3-27.5S89.7%2077.5%2089.7%2092.7v241.4c0%2049%2028.8%2091.3%2070.4%20110.9v39.2c0%2015.2%2012.4%2027.6%2027.6%2027.6h110.4c15.2%200%2027.6-12.4%2027.6-27.6v-27.8c18.3-2.1%2034.3-11.8%2044.7-25.9c.2-.2.3-.4.4-.6c.3-.4.6-.8.8-1.2q1.35-1.5%203.3-5.4c.7-1.2%201.3-2.4%201.9-3.7c12.7-25.7%2041.7-95.3%2093.7-140.3c10.7-10.7%2013.3-27.8%202.4-37.5%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M319.6%20456.9h-85.5l.2-.2h-22.4c-18.6%200-36.3-4.2-52.1-11.6v35c5%202.6%209.8%204.3%2013.9%204.3h138.1c4%200%208.7-1.3%2013.6-3.4v-24.4c-1.9.1-3.8.2-5.8.3%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M472.9%20241.8c-10.9-9.7-35-23.1-84.5%2024.5c-9.2%208.8-14.7%2012-21.7%2019.6V51.1c0-15.2-12-27.6-27.3-27.6s-27.7%2012.4-27.7%2027.6v139.3c0%2013-16.8%2014.1-19.7%203.4V27.6C292%2012.4%20280%200%20264.7%200S237%2012.3%20237%2027.6v166.7c-2.1%2010.2-17.1%209.8-18.2-1.2V47.5c0-15.2-12-27.5-27.3-27.5s-27.7%2012.3-27.7%2027.5v143.3c-.1.2-.1.5-.1%201c0%2012.5-16.1%2013.6-19%203.5V92.7c0-15.2-12-27.5-27.3-27.5S89.7%2077.5%2089.7%2092.7v241.4c0%2049%2028.8%2091.3%2070.4%20110.9v39.2c0%2015.2%2012.4%2027.6%2027.6%2027.6h110.4c15.2%200%2027.6-12.4%2027.6-27.6v-27.8c18.3-2.1%2034.3-11.8%2044.7-25.9c.2-.2.3-.4.4-.6c.3-.4.6-.8.8-1.2q1.35-1.5%203.3-5.4c.7-1.2%201.3-2.4%201.9-3.7c12.7-25.7%2041.7-95.3%2093.7-140.3c10.7-10.7%2013.3-27.8%202.4-37.5%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M319.6%20456.9h-85.5l.2-.2h-22.4c-18.6%200-36.3-4.2-52.1-11.6v35c5%202.6%209.8%204.3%2013.9%204.3h138.1c4%200%208.7-1.3%2013.6-3.4v-24.4c-1.9.1-3.8.2-5.8.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/hand.svg?color=%231a73e8&size=48