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

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

More people icons from Firefox OS Emoji

Use the fistedhand emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#F2C7AA" d="M65.1 18c-.5-4.5-5.7-8.6-10.1-8.1l-5.5 6.6c-2.6-.9-23.3 9.9-32 14.5v-4.6c0-.4-.3-.7-.7-.7s-.7.3-.7.7v5.4c-1.5.8-2.5 1.3-2.5 1.3l-3.7 7.7l6.2 1.3v9.4c.3-.3.5-.6.7-.9c.1.3.2.5.3.7c.2.3.3.7.3.4v-9.5l14.5 3.1v8l.6-.9c.1.3.2.6.4.9c0 .1.1.1.1.2s.1.2.1.2c-3.7 3.3-3 6.8-3 6.8c.4 3.5 3.6 6.1 7 5.7c10.3-.5 11.5-1.7 17.8-1.7c8.8.1 15.9-13.9 15.9-17.8S65.1 18 65.1 18M44.9 49c-5.9 1.1-9.5 2.9-11.6 4.8v-8.2l15 3.2v.7c-1.2-.3-2.3-.6-3.4-.5m4.7.8v-.7l3.4.7c-1.2.3-2.3.2-3.4 0"/><path fill="#FFD3B6" d="M56 8.9c-1.5 0-3 .4-4.2 1.1c-.3.1-1.1.6-2 .6c-.3 0-.7-.1-1.4-1C47 6.8 44 4.8 40.6 4.8s-6.8 2.5-7.8 4.8c-.4.9-1.9.8-3.1-.1c-1.3-.8-2.9-1.3-4.5-1.3h-.1c-3.5 0-5.2 1.5-6.4 2.9c-.3.3-.5.7-.8 1l-.1.1c-.6.9-1.1 1.6-1.9 2c-.5.3-1 .2-2.2.1c-.9-.1-2.2-.2-4-.2h-.8c-4.5.3-8 4-8 8.7v22.7c0 4.8 3.9 8.7 8.8 8.7c2.6 0 4.8-1.1 6.4-2.8V26.2c0-.4.3-.7.7-.7s.7.3.7.7v25.5c0 .2-.1-.1-.3-.4c1.3 3.1 4.4 5.3 8.1 5.3c2.7 0 5.1-1.2 6.7-3.2V27.2c0-.2.1-.4.2-.5s.3-.2.5-.2c.4 0 .7.3.7.7V54c1.5 2.5 4.3 4.1 7.4 4.1c3.3 0 6.2-1.8 7.6-4.5v-30c0-.4.3-.7.7-.7s.7.3.7.7V54c1.6 1.8 3.9 2.9 6.5 2.9c4.8 0 8.6-3.8 8.6-8.7V17.6c-.1-4.8-4-8.7-8.9-8.7"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiFistedhand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#F2C7AA" d="M65.1 18c-.5-4.5-5.7-8.6-10.1-8.1l-5.5 6.6c-2.6-.9-23.3 9.9-32 14.5v-4.6c0-.4-.3-.7-.7-.7s-.7.3-.7.7v5.4c-1.5.8-2.5 1.3-2.5 1.3l-3.7 7.7l6.2 1.3v9.4c.3-.3.5-.6.7-.9c.1.3.2.5.3.7c.2.3.3.7.3.4v-9.5l14.5 3.1v8l.6-.9c.1.3.2.6.4.9c0 .1.1.1.1.2s.1.2.1.2c-3.7 3.3-3 6.8-3 6.8c.4 3.5 3.6 6.1 7 5.7c10.3-.5 11.5-1.7 17.8-1.7c8.8.1 15.9-13.9 15.9-17.8S65.1 18 65.1 18M44.9 49c-5.9 1.1-9.5 2.9-11.6 4.8v-8.2l15 3.2v.7c-1.2-.3-2.3-.6-3.4-.5m4.7.8v-.7l3.4.7c-1.2.3-2.3.2-3.4 0"/><path fill="#FFD3B6" d="M56 8.9c-1.5 0-3 .4-4.2 1.1c-.3.1-1.1.6-2 .6c-.3 0-.7-.1-1.4-1C47 6.8 44 4.8 40.6 4.8s-6.8 2.5-7.8 4.8c-.4.9-1.9.8-3.1-.1c-1.3-.8-2.9-1.3-4.5-1.3h-.1c-3.5 0-5.2 1.5-6.4 2.9c-.3.3-.5.7-.8 1l-.1.1c-.6.9-1.1 1.6-1.9 2c-.5.3-1 .2-2.2.1c-.9-.1-2.2-.2-4-.2h-.8c-4.5.3-8 4-8 8.7v22.7c0 4.8 3.9 8.7 8.8 8.7c2.6 0 4.8-1.1 6.4-2.8V26.2c0-.4.3-.7.7-.7s.7.3.7.7v25.5c0 .2-.1-.1-.3-.4c1.3 3.1 4.4 5.3 8.1 5.3c2.7 0 5.1-1.2 6.7-3.2V27.2c0-.2.1-.4.2-.5s.3-.2.5-.2c.4 0 .7.3.7.7V54c1.5 2.5 4.3 4.1 7.4 4.1c3.3 0 6.2-1.8 7.6-4.5v-30c0-.4.3-.7.7-.7s.7.3.7.7V54c1.6 1.8 3.9 2.9 6.5 2.9c4.8 0 8.6-3.8 8.6-8.7V17.6c-.1-4.8-4-8.7-8.9-8.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#F2C7AA" d="M65.1 18c-.5-4.5-5.7-8.6-10.1-8.1l-5.5 6.6c-2.6-.9-23.3 9.9-32 14.5v-4.6c0-.4-.3-.7-.7-.7s-.7.3-.7.7v5.4c-1.5.8-2.5 1.3-2.5 1.3l-3.7 7.7l6.2 1.3v9.4c.3-.3.5-.6.7-.9c.1.3.2.5.3.7c.2.3.3.7.3.4v-9.5l14.5 3.1v8l.6-.9c.1.3.2.6.4.9c0 .1.1.1.1.2s.1.2.1.2c-3.7 3.3-3 6.8-3 6.8c.4 3.5 3.6 6.1 7 5.7c10.3-.5 11.5-1.7 17.8-1.7c8.8.1 15.9-13.9 15.9-17.8S65.1 18 65.1 18M44.9 49c-5.9 1.1-9.5 2.9-11.6 4.8v-8.2l15 3.2v.7c-1.2-.3-2.3-.6-3.4-.5m4.7.8v-.7l3.4.7c-1.2.3-2.3.2-3.4 0"/><path fill="#FFD3B6" d="M56 8.9c-1.5 0-3 .4-4.2 1.1c-.3.1-1.1.6-2 .6c-.3 0-.7-.1-1.4-1C47 6.8 44 4.8 40.6 4.8s-6.8 2.5-7.8 4.8c-.4.9-1.9.8-3.1-.1c-1.3-.8-2.9-1.3-4.5-1.3h-.1c-3.5 0-5.2 1.5-6.4 2.9c-.3.3-.5.7-.8 1l-.1.1c-.6.9-1.1 1.6-1.9 2c-.5.3-1 .2-2.2.1c-.9-.1-2.2-.2-4-.2h-.8c-4.5.3-8 4-8 8.7v22.7c0 4.8 3.9 8.7 8.8 8.7c2.6 0 4.8-1.1 6.4-2.8V26.2c0-.4.3-.7.7-.7s.7.3.7.7v25.5c0 .2-.1-.1-.3-.4c1.3 3.1 4.4 5.3 8.1 5.3c2.7 0 5.1-1.2 6.7-3.2V27.2c0-.2.1-.4.2-.5s.3-.2.5-.2c.4 0 .7.3.7.7V54c1.5 2.5 4.3 4.1 7.4 4.1c3.3 0 6.2-1.8 7.6-4.5v-30c0-.4.3-.7.7-.7s.7.3.7.7V54c1.6 1.8 3.9 2.9 6.5 2.9c4.8 0 8.6-3.8 8.6-8.7V17.6c-.1-4.8-4-8.7-8.9-8.7"/></svg>
</template>

CSS

.icon-fistedhand {
  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%23F2C7AA%22%20d%3D%22M65.1%2018c-.5-4.5-5.7-8.6-10.1-8.1l-5.5%206.6c-2.6-.9-23.3%209.9-32%2014.5v-4.6c0-.4-.3-.7-.7-.7s-.7.3-.7.7v5.4c-1.5.8-2.5%201.3-2.5%201.3l-3.7%207.7l6.2%201.3v9.4c.3-.3.5-.6.7-.9c.1.3.2.5.3.7c.2.3.3.7.3.4v-9.5l14.5%203.1v8l.6-.9c.1.3.2.6.4.9c0%20.1.1.1.1.2s.1.2.1.2c-3.7%203.3-3%206.8-3%206.8c.4%203.5%203.6%206.1%207%205.7c10.3-.5%2011.5-1.7%2017.8-1.7c8.8.1%2015.9-13.9%2015.9-17.8S65.1%2018%2065.1%2018M44.9%2049c-5.9%201.1-9.5%202.9-11.6%204.8v-8.2l15%203.2v.7c-1.2-.3-2.3-.6-3.4-.5m4.7.8v-.7l3.4.7c-1.2.3-2.3.2-3.4%200%22%2F%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M56%208.9c-1.5%200-3%20.4-4.2%201.1c-.3.1-1.1.6-2%20.6c-.3%200-.7-.1-1.4-1C47%206.8%2044%204.8%2040.6%204.8s-6.8%202.5-7.8%204.8c-.4.9-1.9.8-3.1-.1c-1.3-.8-2.9-1.3-4.5-1.3h-.1c-3.5%200-5.2%201.5-6.4%202.9c-.3.3-.5.7-.8%201l-.1.1c-.6.9-1.1%201.6-1.9%202c-.5.3-1%20.2-2.2.1c-.9-.1-2.2-.2-4-.2h-.8c-4.5.3-8%204-8%208.7v22.7c0%204.8%203.9%208.7%208.8%208.7c2.6%200%204.8-1.1%206.4-2.8V26.2c0-.4.3-.7.7-.7s.7.3.7.7v25.5c0%20.2-.1-.1-.3-.4c1.3%203.1%204.4%205.3%208.1%205.3c2.7%200%205.1-1.2%206.7-3.2V27.2c0-.2.1-.4.2-.5s.3-.2.5-.2c.4%200%20.7.3.7.7V54c1.5%202.5%204.3%204.1%207.4%204.1c3.3%200%206.2-1.8%207.6-4.5v-30c0-.4.3-.7.7-.7s.7.3.7.7V54c1.6%201.8%203.9%202.9%206.5%202.9c4.8%200%208.6-3.8%208.6-8.7V17.6c-.1-4.8-4-8.7-8.9-8.7%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%23F2C7AA%22%20d%3D%22M65.1%2018c-.5-4.5-5.7-8.6-10.1-8.1l-5.5%206.6c-2.6-.9-23.3%209.9-32%2014.5v-4.6c0-.4-.3-.7-.7-.7s-.7.3-.7.7v5.4c-1.5.8-2.5%201.3-2.5%201.3l-3.7%207.7l6.2%201.3v9.4c.3-.3.5-.6.7-.9c.1.3.2.5.3.7c.2.3.3.7.3.4v-9.5l14.5%203.1v8l.6-.9c.1.3.2.6.4.9c0%20.1.1.1.1.2s.1.2.1.2c-3.7%203.3-3%206.8-3%206.8c.4%203.5%203.6%206.1%207%205.7c10.3-.5%2011.5-1.7%2017.8-1.7c8.8.1%2015.9-13.9%2015.9-17.8S65.1%2018%2065.1%2018M44.9%2049c-5.9%201.1-9.5%202.9-11.6%204.8v-8.2l15%203.2v.7c-1.2-.3-2.3-.6-3.4-.5m4.7.8v-.7l3.4.7c-1.2.3-2.3.2-3.4%200%22%2F%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M56%208.9c-1.5%200-3%20.4-4.2%201.1c-.3.1-1.1.6-2%20.6c-.3%200-.7-.1-1.4-1C47%206.8%2044%204.8%2040.6%204.8s-6.8%202.5-7.8%204.8c-.4.9-1.9.8-3.1-.1c-1.3-.8-2.9-1.3-4.5-1.3h-.1c-3.5%200-5.2%201.5-6.4%202.9c-.3.3-.5.7-.8%201l-.1.1c-.6.9-1.1%201.6-1.9%202c-.5.3-1%20.2-2.2.1c-.9-.1-2.2-.2-4-.2h-.8c-4.5.3-8%204-8%208.7v22.7c0%204.8%203.9%208.7%208.8%208.7c2.6%200%204.8-1.1%206.4-2.8V26.2c0-.4.3-.7.7-.7s.7.3.7.7v25.5c0%20.2-.1-.1-.3-.4c1.3%203.1%204.4%205.3%208.1%205.3c2.7%200%205.1-1.2%206.7-3.2V27.2c0-.2.1-.4.2-.5s.3-.2.5-.2c.4%200%20.7.3.7.7V54c1.5%202.5%204.3%204.1%207.4%204.1c3.3%200%206.2-1.8%207.6-4.5v-30c0-.4.3-.7.7-.7s.7.3.7.7V54c1.6%201.8%203.9%202.9%206.5%202.9c4.8%200%208.6-3.8%208.6-8.7V17.6c-.1-4.8-4-8.7-8.9-8.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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