pinched fingers emoji

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

Name
pinched-fingers
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 pinched fingers emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m58.047 37.357l-2.155-19.465a3.25 3.25 0 0 0-1.427-2.348a3.18 3.18 0 0 0-2.665-.418a5.14 5.14 0 0 0-1.993 1.092a3 3 0 0 0-.333 0a5.25 5.25 0 0 0-4.33 2.933a4.18 4.18 0 0 0-3.48-.083c-2.596 1.107-3.945 4.601-4.19 5.291c-1.727 4.002-6.14 11.571-10.476 11.571a13.43 13.43 0 0 0-7.305 2.218c-3.475 1.952-5.805 6.32-5.805 10.888a13.126 13.126 0 0 0 13.114 13.11c.53-.002 13.064-.065 19.287-1.79c4.32-1.198 8.478-10.578 11.205-18.236a10.66 10.66 0 0 0 .553-4.763"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m44.28 43.928l3.976-8.427a1.6 1.6 0 0 0 .15-.767l-.63-11.436a1.803 1.803 0 0 0-2.055-1.699c-1.726.268-3.966 1.479-3.966 5.967v4.98a1.6 1.6 0 0 1-.156.687l-3.784 7.912a1.58 1.58 0 0 1-1.085.866c-1.9.418-6.955 1.307-10.323-.18"/><path d="M45.43 21.653c.489-3.424 2.604-4.283 4.145-4.44a1.66 1.66 0 0 1 1.81 1.51l1.503 16.727a2.6 2.6 0 0 1-.25 1.373L49.2 43.928m-18.146-8.615c4.115-3.195 7.122-10.054 7.339-10.558l.024-.062c.176-.496 2.367-6.413 6.327-4.627"/><path d="M50.16 17.26a4.1 4.1 0 0 1 1.92-1.173a2.232 2.232 0 0 1 2.818 1.915l2.155 19.465a9.7 9.7 0 0 1-.501 4.318c-1.737 4.879-6.258 16.424-10.531 17.608c-6.165 1.709-19.022 1.754-19.022 1.754a12.11 12.11 0 0 1-12.11-12.11c0-4.18 2.118-8.26 5.339-10.042a12.4 12.4 0 0 1 6.771-2.064"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPinchedFingers(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="m58.047 37.357l-2.155-19.465a3.25 3.25 0 0 0-1.427-2.348a3.18 3.18 0 0 0-2.665-.418a5.14 5.14 0 0 0-1.993 1.092a3 3 0 0 0-.333 0a5.25 5.25 0 0 0-4.33 2.933a4.18 4.18 0 0 0-3.48-.083c-2.596 1.107-3.945 4.601-4.19 5.291c-1.727 4.002-6.14 11.571-10.476 11.571a13.43 13.43 0 0 0-7.305 2.218c-3.475 1.952-5.805 6.32-5.805 10.888a13.126 13.126 0 0 0 13.114 13.11c.53-.002 13.064-.065 19.287-1.79c4.32-1.198 8.478-10.578 11.205-18.236a10.66 10.66 0 0 0 .553-4.763"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m44.28 43.928l3.976-8.427a1.6 1.6 0 0 0 .15-.767l-.63-11.436a1.803 1.803 0 0 0-2.055-1.699c-1.726.268-3.966 1.479-3.966 5.967v4.98a1.6 1.6 0 0 1-.156.687l-3.784 7.912a1.58 1.58 0 0 1-1.085.866c-1.9.418-6.955 1.307-10.323-.18"/><path d="M45.43 21.653c.489-3.424 2.604-4.283 4.145-4.44a1.66 1.66 0 0 1 1.81 1.51l1.503 16.727a2.6 2.6 0 0 1-.25 1.373L49.2 43.928m-18.146-8.615c4.115-3.195 7.122-10.054 7.339-10.558l.024-.062c.176-.496 2.367-6.413 6.327-4.627"/><path d="M50.16 17.26a4.1 4.1 0 0 1 1.92-1.173a2.232 2.232 0 0 1 2.818 1.915l2.155 19.465a9.7 9.7 0 0 1-.501 4.318c-1.737 4.879-6.258 16.424-10.531 17.608c-6.165 1.709-19.022 1.754-19.022 1.754a12.11 12.11 0 0 1-12.11-12.11c0-4.18 2.118-8.26 5.339-10.042a12.4 12.4 0 0 1 6.771-2.064"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m58.047 37.357l-2.155-19.465a3.25 3.25 0 0 0-1.427-2.348a3.18 3.18 0 0 0-2.665-.418a5.14 5.14 0 0 0-1.993 1.092a3 3 0 0 0-.333 0a5.25 5.25 0 0 0-4.33 2.933a4.18 4.18 0 0 0-3.48-.083c-2.596 1.107-3.945 4.601-4.19 5.291c-1.727 4.002-6.14 11.571-10.476 11.571a13.43 13.43 0 0 0-7.305 2.218c-3.475 1.952-5.805 6.32-5.805 10.888a13.126 13.126 0 0 0 13.114 13.11c.53-.002 13.064-.065 19.287-1.79c4.32-1.198 8.478-10.578 11.205-18.236a10.66 10.66 0 0 0 .553-4.763"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m44.28 43.928l3.976-8.427a1.6 1.6 0 0 0 .15-.767l-.63-11.436a1.803 1.803 0 0 0-2.055-1.699c-1.726.268-3.966 1.479-3.966 5.967v4.98a1.6 1.6 0 0 1-.156.687l-3.784 7.912a1.58 1.58 0 0 1-1.085.866c-1.9.418-6.955 1.307-10.323-.18"/><path d="M45.43 21.653c.489-3.424 2.604-4.283 4.145-4.44a1.66 1.66 0 0 1 1.81 1.51l1.503 16.727a2.6 2.6 0 0 1-.25 1.373L49.2 43.928m-18.146-8.615c4.115-3.195 7.122-10.054 7.339-10.558l.024-.062c.176-.496 2.367-6.413 6.327-4.627"/><path d="M50.16 17.26a4.1 4.1 0 0 1 1.92-1.173a2.232 2.232 0 0 1 2.818 1.915l2.155 19.465a9.7 9.7 0 0 1-.501 4.318c-1.737 4.879-6.258 16.424-10.531 17.608c-6.165 1.709-19.022 1.754-19.022 1.754a12.11 12.11 0 0 1-12.11-12.11c0-4.18 2.118-8.26 5.339-10.042a12.4 12.4 0 0 1 6.771-2.064"/></g></svg>
</template>

CSS

.icon-pinched-fingers {
  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%22m58.047%2037.357l-2.155-19.465a3.25%203.25%200%200%200-1.427-2.348a3.18%203.18%200%200%200-2.665-.418a5.14%205.14%200%200%200-1.993%201.092a3%203%200%200%200-.333%200a5.25%205.25%200%200%200-4.33%202.933a4.18%204.18%200%200%200-3.48-.083c-2.596%201.107-3.945%204.601-4.19%205.291c-1.727%204.002-6.14%2011.571-10.476%2011.571a13.43%2013.43%200%200%200-7.305%202.218c-3.475%201.952-5.805%206.32-5.805%2010.888a13.126%2013.126%200%200%200%2013.114%2013.11c.53-.002%2013.064-.065%2019.287-1.79c4.32-1.198%208.478-10.578%2011.205-18.236a10.66%2010.66%200%200%200%20.553-4.763%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m44.28%2043.928l3.976-8.427a1.6%201.6%200%200%200%20.15-.767l-.63-11.436a1.803%201.803%200%200%200-2.055-1.699c-1.726.268-3.966%201.479-3.966%205.967v4.98a1.6%201.6%200%200%201-.156.687l-3.784%207.912a1.58%201.58%200%200%201-1.085.866c-1.9.418-6.955%201.307-10.323-.18%22%2F%3E%3Cpath%20d%3D%22M45.43%2021.653c.489-3.424%202.604-4.283%204.145-4.44a1.66%201.66%200%200%201%201.81%201.51l1.503%2016.727a2.6%202.6%200%200%201-.25%201.373L49.2%2043.928m-18.146-8.615c4.115-3.195%207.122-10.054%207.339-10.558l.024-.062c.176-.496%202.367-6.413%206.327-4.627%22%2F%3E%3Cpath%20d%3D%22M50.16%2017.26a4.1%204.1%200%200%201%201.92-1.173a2.232%202.232%200%200%201%202.818%201.915l2.155%2019.465a9.7%209.7%200%200%201-.501%204.318c-1.737%204.879-6.258%2016.424-10.531%2017.608c-6.165%201.709-19.022%201.754-19.022%201.754a12.11%2012.11%200%200%201-12.11-12.11c0-4.18%202.118-8.26%205.339-10.042a12.4%2012.4%200%200%201%206.771-2.064%22%2F%3E%3C%2Fg%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%22m58.047%2037.357l-2.155-19.465a3.25%203.25%200%200%200-1.427-2.348a3.18%203.18%200%200%200-2.665-.418a5.14%205.14%200%200%200-1.993%201.092a3%203%200%200%200-.333%200a5.25%205.25%200%200%200-4.33%202.933a4.18%204.18%200%200%200-3.48-.083c-2.596%201.107-3.945%204.601-4.19%205.291c-1.727%204.002-6.14%2011.571-10.476%2011.571a13.43%2013.43%200%200%200-7.305%202.218c-3.475%201.952-5.805%206.32-5.805%2010.888a13.126%2013.126%200%200%200%2013.114%2013.11c.53-.002%2013.064-.065%2019.287-1.79c4.32-1.198%208.478-10.578%2011.205-18.236a10.66%2010.66%200%200%200%20.553-4.763%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m44.28%2043.928l3.976-8.427a1.6%201.6%200%200%200%20.15-.767l-.63-11.436a1.803%201.803%200%200%200-2.055-1.699c-1.726.268-3.966%201.479-3.966%205.967v4.98a1.6%201.6%200%200%201-.156.687l-3.784%207.912a1.58%201.58%200%200%201-1.085.866c-1.9.418-6.955%201.307-10.323-.18%22%2F%3E%3Cpath%20d%3D%22M45.43%2021.653c.489-3.424%202.604-4.283%204.145-4.44a1.66%201.66%200%200%201%201.81%201.51l1.503%2016.727a2.6%202.6%200%200%201-.25%201.373L49.2%2043.928m-18.146-8.615c4.115-3.195%207.122-10.054%207.339-10.558l.024-.062c.176-.496%202.367-6.413%206.327-4.627%22%2F%3E%3Cpath%20d%3D%22M50.16%2017.26a4.1%204.1%200%200%201%201.92-1.173a2.232%202.232%200%200%201%202.818%201.915l2.155%2019.465a9.7%209.7%200%200%201-.501%204.318c-1.737%204.879-6.258%2016.424-10.531%2017.608c-6.165%201.709-19.022%201.754-19.022%201.754a12.11%2012.11%200%200%201-12.11-12.11c0-4.18%202.118-8.26%205.339-10.042a12.4%2012.4%200%200%201%206.771-2.064%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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