hands from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
hands
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
72×72
License
Apache 2.0

The same emoji in other sets

More people icons from Firefox OS Emoji

Use the hands emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD3B6" d="M35 41.7c.1-1.1-2-8.2-.4-14.6c.2-1.2-.4-2.5-1.6-2.6s-3.4.1-4.5 5.6c-.2 1-.4 1.5-.5 2.3L17 16.7c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l6.5 9.3c.6.9-.5 1.8-1.2 1.1l-7.7-11c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1L15 32.3c.4.8-.7 1.6-1.3.8l-6.8-9.7c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l6.7 9.6c.6.9-.5 1.7-1.2 1.1l-4.8-6.8c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l11.3 16.1c2.3 3.3 6.2 4.7 9.9 4.1l1.8 2.6c.7 1 2.1 1.3 3.1.6l7.4-5.2c1-.7 1.3-2.1.6-3.1L33 45.5c1-.9 1.6-2 1.7-3.3c.3 0 .3-.3.3-.5m35.9-12.4c-1-.7-2.4-.5-3.1.6L63 36.7c-.7.6-1.8-.2-1.2-1.1l6.7-9.6c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6L58.2 33c-.6.8-1.7 0-1.3-.8l7.7-11.1c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-7.7 11c-.7.7-1.8-.2-1.2-1.1l6.5-9.3c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-11 15.7c-.1-.8-.3-1.3-.5-2.3c-1.1-5.5-3.3-5.7-4.5-5.6s-1.8 1.4-1.6 2.6c1.6 6.3-.4 13.4-.4 14.6c0 .2 0 .5.1.7c.2 1.2.7 2.4 1.7 3.3l-1.3 1.9c-.7 1-.5 2.4.6 3.1l7.4 5.2c1 .7 2.4.5 3.1-.6l1.8-2.6c3.7.6 7.6-.8 9.9-4.1l11.3-16.1c.8-1.1.6-2.5-.5-3.2"/><path fill="#F2C7AA" d="m33.2 45.7l-.4.4l-5.7 3.9l-1.5 1c-1.2.9-2.6 1.4-4 1.7l1.6 2.3c.5-.1.9-.2 1.1-.4l9.2-6.5c.3-.2.5-.5.7-.9zM46.3 51l-1.5-1l-5.6-3.9c-.1-.1-.3-.2-.4-.4l-1.2 1.7c.2.4.5.7.7.9l9.2 6.5c.3.2.7.3 1.1.4l1.6-2.3c-1.3-.5-2.7-1-3.9-1.9"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiHands(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD3B6" d="M35 41.7c.1-1.1-2-8.2-.4-14.6c.2-1.2-.4-2.5-1.6-2.6s-3.4.1-4.5 5.6c-.2 1-.4 1.5-.5 2.3L17 16.7c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l6.5 9.3c.6.9-.5 1.8-1.2 1.1l-7.7-11c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1L15 32.3c.4.8-.7 1.6-1.3.8l-6.8-9.7c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l6.7 9.6c.6.9-.5 1.7-1.2 1.1l-4.8-6.8c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l11.3 16.1c2.3 3.3 6.2 4.7 9.9 4.1l1.8 2.6c.7 1 2.1 1.3 3.1.6l7.4-5.2c1-.7 1.3-2.1.6-3.1L33 45.5c1-.9 1.6-2 1.7-3.3c.3 0 .3-.3.3-.5m35.9-12.4c-1-.7-2.4-.5-3.1.6L63 36.7c-.7.6-1.8-.2-1.2-1.1l6.7-9.6c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6L58.2 33c-.6.8-1.7 0-1.3-.8l7.7-11.1c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-7.7 11c-.7.7-1.8-.2-1.2-1.1l6.5-9.3c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-11 15.7c-.1-.8-.3-1.3-.5-2.3c-1.1-5.5-3.3-5.7-4.5-5.6s-1.8 1.4-1.6 2.6c1.6 6.3-.4 13.4-.4 14.6c0 .2 0 .5.1.7c.2 1.2.7 2.4 1.7 3.3l-1.3 1.9c-.7 1-.5 2.4.6 3.1l7.4 5.2c1 .7 2.4.5 3.1-.6l1.8-2.6c3.7.6 7.6-.8 9.9-4.1l11.3-16.1c.8-1.1.6-2.5-.5-3.2"/><path fill="#F2C7AA" d="m33.2 45.7l-.4.4l-5.7 3.9l-1.5 1c-1.2.9-2.6 1.4-4 1.7l1.6 2.3c.5-.1.9-.2 1.1-.4l9.2-6.5c.3-.2.5-.5.7-.9zM46.3 51l-1.5-1l-5.6-3.9c-.1-.1-.3-.2-.4-.4l-1.2 1.7c.2.4.5.7.7.9l9.2 6.5c.3.2.7.3 1.1.4l1.6-2.3c-1.3-.5-2.7-1-3.9-1.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FFD3B6" d="M35 41.7c.1-1.1-2-8.2-.4-14.6c.2-1.2-.4-2.5-1.6-2.6s-3.4.1-4.5 5.6c-.2 1-.4 1.5-.5 2.3L17 16.7c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l6.5 9.3c.6.9-.5 1.8-1.2 1.1l-7.7-11c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1L15 32.3c.4.8-.7 1.6-1.3.8l-6.8-9.7c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l6.7 9.6c.6.9-.5 1.7-1.2 1.1l-4.8-6.8c-.7-1-2.1-1.3-3.1-.6s-1.3 2.1-.6 3.1l11.3 16.1c2.3 3.3 6.2 4.7 9.9 4.1l1.8 2.6c.7 1 2.1 1.3 3.1.6l7.4-5.2c1-.7 1.3-2.1.6-3.1L33 45.5c1-.9 1.6-2 1.7-3.3c.3 0 .3-.3.3-.5m35.9-12.4c-1-.7-2.4-.5-3.1.6L63 36.7c-.7.6-1.8-.2-1.2-1.1l6.7-9.6c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6L58.2 33c-.6.8-1.7 0-1.3-.8l7.7-11.1c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-7.7 11c-.7.7-1.8-.2-1.2-1.1l6.5-9.3c.7-1 .5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-11 15.7c-.1-.8-.3-1.3-.5-2.3c-1.1-5.5-3.3-5.7-4.5-5.6s-1.8 1.4-1.6 2.6c1.6 6.3-.4 13.4-.4 14.6c0 .2 0 .5.1.7c.2 1.2.7 2.4 1.7 3.3l-1.3 1.9c-.7 1-.5 2.4.6 3.1l7.4 5.2c1 .7 2.4.5 3.1-.6l1.8-2.6c3.7.6 7.6-.8 9.9-4.1l11.3-16.1c.8-1.1.6-2.5-.5-3.2"/><path fill="#F2C7AA" d="m33.2 45.7l-.4.4l-5.7 3.9l-1.5 1c-1.2.9-2.6 1.4-4 1.7l1.6 2.3c.5-.1.9-.2 1.1-.4l9.2-6.5c.3-.2.5-.5.7-.9zM46.3 51l-1.5-1l-5.6-3.9c-.1-.1-.3-.2-.4-.4l-1.2 1.7c.2.4.5.7.7.9l9.2 6.5c.3.2.7.3 1.1.4l1.6-2.3c-1.3-.5-2.7-1-3.9-1.9"/></svg>
</template>

CSS

.icon-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M35%2041.7c.1-1.1-2-8.2-.4-14.6c.2-1.2-.4-2.5-1.6-2.6s-3.4.1-4.5%205.6c-.2%201-.4%201.5-.5%202.3L17%2016.7c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1l6.5%209.3c.6.9-.5%201.8-1.2%201.1l-7.7-11c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1L15%2032.3c.4.8-.7%201.6-1.3.8l-6.8-9.7c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1l6.7%209.6c.6.9-.5%201.7-1.2%201.1l-4.8-6.8c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1l11.3%2016.1c2.3%203.3%206.2%204.7%209.9%204.1l1.8%202.6c.7%201%202.1%201.3%203.1.6l7.4-5.2c1-.7%201.3-2.1.6-3.1L33%2045.5c1-.9%201.6-2%201.7-3.3c.3%200%20.3-.3.3-.5m35.9-12.4c-1-.7-2.4-.5-3.1.6L63%2036.7c-.7.6-1.8-.2-1.2-1.1l6.7-9.6c.7-1%20.5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6L58.2%2033c-.6.8-1.7%200-1.3-.8l7.7-11.1c.7-1%20.5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-7.7%2011c-.7.7-1.8-.2-1.2-1.1l6.5-9.3c.7-1%20.5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-11%2015.7c-.1-.8-.3-1.3-.5-2.3c-1.1-5.5-3.3-5.7-4.5-5.6s-1.8%201.4-1.6%202.6c1.6%206.3-.4%2013.4-.4%2014.6c0%20.2%200%20.5.1.7c.2%201.2.7%202.4%201.7%203.3l-1.3%201.9c-.7%201-.5%202.4.6%203.1l7.4%205.2c1%20.7%202.4.5%203.1-.6l1.8-2.6c3.7.6%207.6-.8%209.9-4.1l11.3-16.1c.8-1.1.6-2.5-.5-3.2%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22m33.2%2045.7l-.4.4l-5.7%203.9l-1.5%201c-1.2.9-2.6%201.4-4%201.7l1.6%202.3c.5-.1.9-.2%201.1-.4l9.2-6.5c.3-.2.5-.5.7-.9zM46.3%2051l-1.5-1l-5.6-3.9c-.1-.1-.3-.2-.4-.4l-1.2%201.7c.2.4.5.7.7.9l9.2%206.5c.3.2.7.3%201.1.4l1.6-2.3c-1.3-.5-2.7-1-3.9-1.9%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M35%2041.7c.1-1.1-2-8.2-.4-14.6c.2-1.2-.4-2.5-1.6-2.6s-3.4.1-4.5%205.6c-.2%201-.4%201.5-.5%202.3L17%2016.7c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1l6.5%209.3c.6.9-.5%201.8-1.2%201.1l-7.7-11c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1L15%2032.3c.4.8-.7%201.6-1.3.8l-6.8-9.7c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1l6.7%209.6c.6.9-.5%201.7-1.2%201.1l-4.8-6.8c-.7-1-2.1-1.3-3.1-.6s-1.3%202.1-.6%203.1l11.3%2016.1c2.3%203.3%206.2%204.7%209.9%204.1l1.8%202.6c.7%201%202.1%201.3%203.1.6l7.4-5.2c1-.7%201.3-2.1.6-3.1L33%2045.5c1-.9%201.6-2%201.7-3.3c.3%200%20.3-.3.3-.5m35.9-12.4c-1-.7-2.4-.5-3.1.6L63%2036.7c-.7.6-1.8-.2-1.2-1.1l6.7-9.6c.7-1%20.5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6L58.2%2033c-.6.8-1.7%200-1.3-.8l7.7-11.1c.7-1%20.5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-7.7%2011c-.7.7-1.8-.2-1.2-1.1l6.5-9.3c.7-1%20.5-2.4-.6-3.1c-1-.7-2.4-.5-3.1.6l-11%2015.7c-.1-.8-.3-1.3-.5-2.3c-1.1-5.5-3.3-5.7-4.5-5.6s-1.8%201.4-1.6%202.6c1.6%206.3-.4%2013.4-.4%2014.6c0%20.2%200%20.5.1.7c.2%201.2.7%202.4%201.7%203.3l-1.3%201.9c-.7%201-.5%202.4.6%203.1l7.4%205.2c1%20.7%202.4.5%203.1-.6l1.8-2.6c3.7.6%207.6-.8%209.9-4.1l11.3-16.1c.8-1.1.6-2.5-.5-3.2%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22m33.2%2045.7l-.4.4l-5.7%203.9l-1.5%201c-1.2.9-2.6%201.4-4%201.7l1.6%202.3c.5-.1.9-.2%201.1-.4l9.2-6.5c.3-.2.5-.5.7-.9zM46.3%2051l-1.5-1l-5.6-3.9c-.1-.1-.3-.2-.4-.4l-1.2%201.7c.2.4.5.7.7.9l9.2%206.5c.3.2.7.3%201.1.4l1.6-2.3c-1.3-.5-2.7-1-3.9-1.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/hands.svg?color=%231a73e8&size=48