hand with fingers splayed emoji

hand-with-fingers-splayed from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
hand-with-fingers-splayed
Set
OpenMoji
Style
Default
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

5 other variants in OpenMoji

The same emoji in other sets

More people body icons from OpenMoji

Use the hand with fingers splayed emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M66 38c-1.306-3.5-7.017-2.754-11.371.06c-1.762 1.139-3.23 1.867-7.417 2.722c-1.833 0-2.24-1.954-1.884-3.867l4.2-23.441c1.194-5.953-6.118-8.14-7.575-2.013l-3.657 20.413c-1.84 5.085-2.515 0-2.515 0L34.766 9.886c0-7.958-7.82-8.458-7.82 0l.927 20.08c.412 7.93-1.512 3.462-1.512 2.835l-3.677-17.873c-1.774-7.531-8.805-5.594-7.54 1.27l3.416 15.934c.564 3.686-2.332 1.94-2.84 1.054l-3.34-7.706c-2.781-5.865-8.75-3.521-6.813 2.292l5.604 14.28a28 28 0 0 1 1.208 4.75c0 4 2.584 12.208 4.729 14.352c7.695 7.695 20.17 7.695 27.866 0c5.155-5.789 7.624-8.215 9.655-12.653L67 40z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M47.948 40.824C49 41 53.97 38.202 56.095 36.8a6 6 0 0 1 .348-.213c4.077-2.312 7.026-3.05 9.556.396c.97 1.394 1.656 4.367-.063 4.737C58 44 52 52 52 52c-2.007 2.309-4.987 6.875-7.027 9.154c-7.258 8.11-22.24 9.315-27.866 0c-2.586-4.28-4.28-14.383-5.937-19.102c-1.27-3.618-5.604-14.28-5.604-14.28c-1.937-5.813 4.031-8.157 6.813-2.292l3.163 7.293c.92 2.155 3.583 3.046 3.018-.64l-3.416-15.936c-1.265-6.863 5.766-8.8 7.54-1.27l3.677 17.874c0 .626 1.924 5.095 1.512-2.836l-.926-20.08c0-8.458 7.82-7.958 7.82 0l1.014 21.988s.676 5.086 2.515 0l3.657-20.412c1.457-6.127 8.77-3.94 7.575 2.013l-4.2 23.441c-.355 1.913.05 3.867 1.884 3.867z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiHandWithFingersSplayed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M66 38c-1.306-3.5-7.017-2.754-11.371.06c-1.762 1.139-3.23 1.867-7.417 2.722c-1.833 0-2.24-1.954-1.884-3.867l4.2-23.441c1.194-5.953-6.118-8.14-7.575-2.013l-3.657 20.413c-1.84 5.085-2.515 0-2.515 0L34.766 9.886c0-7.958-7.82-8.458-7.82 0l.927 20.08c.412 7.93-1.512 3.462-1.512 2.835l-3.677-17.873c-1.774-7.531-8.805-5.594-7.54 1.27l3.416 15.934c.564 3.686-2.332 1.94-2.84 1.054l-3.34-7.706c-2.781-5.865-8.75-3.521-6.813 2.292l5.604 14.28a28 28 0 0 1 1.208 4.75c0 4 2.584 12.208 4.729 14.352c7.695 7.695 20.17 7.695 27.866 0c5.155-5.789 7.624-8.215 9.655-12.653L67 40z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M47.948 40.824C49 41 53.97 38.202 56.095 36.8a6 6 0 0 1 .348-.213c4.077-2.312 7.026-3.05 9.556.396c.97 1.394 1.656 4.367-.063 4.737C58 44 52 52 52 52c-2.007 2.309-4.987 6.875-7.027 9.154c-7.258 8.11-22.24 9.315-27.866 0c-2.586-4.28-4.28-14.383-5.937-19.102c-1.27-3.618-5.604-14.28-5.604-14.28c-1.937-5.813 4.031-8.157 6.813-2.292l3.163 7.293c.92 2.155 3.583 3.046 3.018-.64l-3.416-15.936c-1.265-6.863 5.766-8.8 7.54-1.27l3.677 17.874c0 .626 1.924 5.095 1.512-2.836l-.926-20.08c0-8.458 7.82-7.958 7.82 0l1.014 21.988s.676 5.086 2.515 0l3.657-20.412c1.457-6.127 8.77-3.94 7.575 2.013l-4.2 23.441c-.355 1.913.05 3.867 1.884 3.867z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M66 38c-1.306-3.5-7.017-2.754-11.371.06c-1.762 1.139-3.23 1.867-7.417 2.722c-1.833 0-2.24-1.954-1.884-3.867l4.2-23.441c1.194-5.953-6.118-8.14-7.575-2.013l-3.657 20.413c-1.84 5.085-2.515 0-2.515 0L34.766 9.886c0-7.958-7.82-8.458-7.82 0l.927 20.08c.412 7.93-1.512 3.462-1.512 2.835l-3.677-17.873c-1.774-7.531-8.805-5.594-7.54 1.27l3.416 15.934c.564 3.686-2.332 1.94-2.84 1.054l-3.34-7.706c-2.781-5.865-8.75-3.521-6.813 2.292l5.604 14.28a28 28 0 0 1 1.208 4.75c0 4 2.584 12.208 4.729 14.352c7.695 7.695 20.17 7.695 27.866 0c5.155-5.789 7.624-8.215 9.655-12.653L67 40z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M47.948 40.824C49 41 53.97 38.202 56.095 36.8a6 6 0 0 1 .348-.213c4.077-2.312 7.026-3.05 9.556.396c.97 1.394 1.656 4.367-.063 4.737C58 44 52 52 52 52c-2.007 2.309-4.987 6.875-7.027 9.154c-7.258 8.11-22.24 9.315-27.866 0c-2.586-4.28-4.28-14.383-5.937-19.102c-1.27-3.618-5.604-14.28-5.604-14.28c-1.937-5.813 4.031-8.157 6.813-2.292l3.163 7.293c.92 2.155 3.583 3.046 3.018-.64l-3.416-15.936c-1.265-6.863 5.766-8.8 7.54-1.27l3.677 17.874c0 .626 1.924 5.095 1.512-2.836l-.926-20.08c0-8.458 7.82-7.958 7.82 0l1.014 21.988s.676 5.086 2.515 0l3.657-20.412c1.457-6.127 8.77-3.94 7.575 2.013l-4.2 23.441c-.355 1.913.05 3.867 1.884 3.867z"/></svg>
</template>

CSS

.icon-hand-with-fingers-splayed {
  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%23fcea2b%22%20d%3D%22M66%2038c-1.306-3.5-7.017-2.754-11.371.06c-1.762%201.139-3.23%201.867-7.417%202.722c-1.833%200-2.24-1.954-1.884-3.867l4.2-23.441c1.194-5.953-6.118-8.14-7.575-2.013l-3.657%2020.413c-1.84%205.085-2.515%200-2.515%200L34.766%209.886c0-7.958-7.82-8.458-7.82%200l.927%2020.08c.412%207.93-1.512%203.462-1.512%202.835l-3.677-17.873c-1.774-7.531-8.805-5.594-7.54%201.27l3.416%2015.934c.564%203.686-2.332%201.94-2.84%201.054l-3.34-7.706c-2.781-5.865-8.75-3.521-6.813%202.292l5.604%2014.28a28%2028%200%200%201%201.208%204.75c0%204%202.584%2012.208%204.729%2014.352c7.695%207.695%2020.17%207.695%2027.866%200c5.155-5.789%207.624-8.215%209.655-12.653L67%2040z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M47.948%2040.824C49%2041%2053.97%2038.202%2056.095%2036.8a6%206%200%200%201%20.348-.213c4.077-2.312%207.026-3.05%209.556.396c.97%201.394%201.656%204.367-.063%204.737C58%2044%2052%2052%2052%2052c-2.007%202.309-4.987%206.875-7.027%209.154c-7.258%208.11-22.24%209.315-27.866%200c-2.586-4.28-4.28-14.383-5.937-19.102c-1.27-3.618-5.604-14.28-5.604-14.28c-1.937-5.813%204.031-8.157%206.813-2.292l3.163%207.293c.92%202.155%203.583%203.046%203.018-.64l-3.416-15.936c-1.265-6.863%205.766-8.8%207.54-1.27l3.677%2017.874c0%20.626%201.924%205.095%201.512-2.836l-.926-20.08c0-8.458%207.82-7.958%207.82%200l1.014%2021.988s.676%205.086%202.515%200l3.657-20.412c1.457-6.127%208.77-3.94%207.575%202.013l-4.2%2023.441c-.355%201.913.05%203.867%201.884%203.867z%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%23fcea2b%22%20d%3D%22M66%2038c-1.306-3.5-7.017-2.754-11.371.06c-1.762%201.139-3.23%201.867-7.417%202.722c-1.833%200-2.24-1.954-1.884-3.867l4.2-23.441c1.194-5.953-6.118-8.14-7.575-2.013l-3.657%2020.413c-1.84%205.085-2.515%200-2.515%200L34.766%209.886c0-7.958-7.82-8.458-7.82%200l.927%2020.08c.412%207.93-1.512%203.462-1.512%202.835l-3.677-17.873c-1.774-7.531-8.805-5.594-7.54%201.27l3.416%2015.934c.564%203.686-2.332%201.94-2.84%201.054l-3.34-7.706c-2.781-5.865-8.75-3.521-6.813%202.292l5.604%2014.28a28%2028%200%200%201%201.208%204.75c0%204%202.584%2012.208%204.729%2014.352c7.695%207.695%2020.17%207.695%2027.866%200c5.155-5.789%207.624-8.215%209.655-12.653L67%2040z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M47.948%2040.824C49%2041%2053.97%2038.202%2056.095%2036.8a6%206%200%200%201%20.348-.213c4.077-2.312%207.026-3.05%209.556.396c.97%201.394%201.656%204.367-.063%204.737C58%2044%2052%2052%2052%2052c-2.007%202.309-4.987%206.875-7.027%209.154c-7.258%208.11-22.24%209.315-27.866%200c-2.586-4.28-4.28-14.383-5.937-19.102c-1.27-3.618-5.604-14.28-5.604-14.28c-1.937-5.813%204.031-8.157%206.813-2.292l3.163%207.293c.92%202.155%203.583%203.046%203.018-.64l-3.416-15.936c-1.265-6.863%205.766-8.8%207.54-1.27l3.677%2017.874c0%20.626%201.924%205.095%201.512-2.836l-.926-20.08c0-8.458%207.82-7.958%207.82%200l1.014%2021.988s.676%205.086%202.515%200l3.657-20.412c1.457-6.127%208.77-3.94%207.575%202.013l-4.2%2023.441c-.355%201.913.05%203.867%201.884%203.867z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/hand-with-fingers-splayed.svg?color=%231a73e8&size=48