pinching hand emoji
pinching-hand from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.
- Name
- pinching-hand
- Set
- Twitter Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 36×36
- License
- CC BY 4.0
5 other variants in Twitter Emoji
The same emoji in other sets
More people & body icons from Twitter Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the pinching hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M33.29 8.628C33.265 8.62 24.499 6 21.499 5c-1.2-.4-21-7-21 16c0 .637 2 11 4 11h11c8.375 0 5.642-10.68 15.92-12.106c1.739-.241 2.621-1.112 2.466-2.566c-.165-1.549-1.975-2.059-3.534-2.059c-1.146 0-5.754.233-9.026 1.951c-.286-1.809-.826-4.013-.826-6.221c5 1 11.092 2.333 11.209 2.372a2.501 2.501 0 0 0 1.582-4.743"/><path fill="#ef9645" d="M19.207 7.293a1 1 0 1 0-1.415 1.414c.017.017 1.704 1.737 1.704 4.293v7.109c0 .852-.501 1.154-.97 1.154c-.496 0-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1 1 0 0 0-.895 1.789c.66.33 1.447 1.831 1.447 7.105v.996s-.004 1.001-.004 3.114c0 .852-.501 1.154-.97 1.154c-.496 0-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1 1 0 1 0-.895 1.789c.66.33 1.447 1.831 1.447 7.105v2c0 .021.005.039.005.06c-.001.017-.01.032-.01.049c0 .852-.501 1.154-.97 1.154c-.496.004-1.025-.328-1.025-1.26c0-3.394 0-7.618-2.553-8.895a1 1 0 1 0-.895 1.789C7.5 15.618 7.5 19.613 7.5 22c0 2.143 1.522 3.264 3.025 3.264a2.97 2.97 0 0 0 1.999-.769c.56.505 1.281.769 2.001.769c1.236 0 2.473-.769 2.846-2.232c.368.151.761.232 1.154.232c1.476 0 2.97-1.083 2.97-3.154V13c0-3.375-2.194-5.613-2.288-5.707"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPinchingHand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M33.29 8.628C33.265 8.62 24.499 6 21.499 5c-1.2-.4-21-7-21 16c0 .637 2 11 4 11h11c8.375 0 5.642-10.68 15.92-12.106c1.739-.241 2.621-1.112 2.466-2.566c-.165-1.549-1.975-2.059-3.534-2.059c-1.146 0-5.754.233-9.026 1.951c-.286-1.809-.826-4.013-.826-6.221c5 1 11.092 2.333 11.209 2.372a2.501 2.501 0 0 0 1.582-4.743"/><path fill="#ef9645" d="M19.207 7.293a1 1 0 1 0-1.415 1.414c.017.017 1.704 1.737 1.704 4.293v7.109c0 .852-.501 1.154-.97 1.154c-.496 0-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1 1 0 0 0-.895 1.789c.66.33 1.447 1.831 1.447 7.105v.996s-.004 1.001-.004 3.114c0 .852-.501 1.154-.97 1.154c-.496 0-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1 1 0 1 0-.895 1.789c.66.33 1.447 1.831 1.447 7.105v2c0 .021.005.039.005.06c-.001.017-.01.032-.01.049c0 .852-.501 1.154-.97 1.154c-.496.004-1.025-.328-1.025-1.26c0-3.394 0-7.618-2.553-8.895a1 1 0 1 0-.895 1.789C7.5 15.618 7.5 19.613 7.5 22c0 2.143 1.522 3.264 3.025 3.264a2.97 2.97 0 0 0 1.999-.769c.56.505 1.281.769 2.001.769c1.236 0 2.473-.769 2.846-2.232c.368.151.761.232 1.154.232c1.476 0 2.97-1.083 2.97-3.154V13c0-3.375-2.194-5.613-2.288-5.707"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M33.29 8.628C33.265 8.62 24.499 6 21.499 5c-1.2-.4-21-7-21 16c0 .637 2 11 4 11h11c8.375 0 5.642-10.68 15.92-12.106c1.739-.241 2.621-1.112 2.466-2.566c-.165-1.549-1.975-2.059-3.534-2.059c-1.146 0-5.754.233-9.026 1.951c-.286-1.809-.826-4.013-.826-6.221c5 1 11.092 2.333 11.209 2.372a2.501 2.501 0 0 0 1.582-4.743"/><path fill="#ef9645" d="M19.207 7.293a1 1 0 1 0-1.415 1.414c.017.017 1.704 1.737 1.704 4.293v7.109c0 .852-.501 1.154-.97 1.154c-.496 0-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1 1 0 0 0-.895 1.789c.66.33 1.447 1.831 1.447 7.105v.996s-.004 1.001-.004 3.114c0 .852-.501 1.154-.97 1.154c-.496 0-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1 1 0 1 0-.895 1.789c.66.33 1.447 1.831 1.447 7.105v2c0 .021.005.039.005.06c-.001.017-.01.032-.01.049c0 .852-.501 1.154-.97 1.154c-.496.004-1.025-.328-1.025-1.26c0-3.394 0-7.618-2.553-8.895a1 1 0 1 0-.895 1.789C7.5 15.618 7.5 19.613 7.5 22c0 2.143 1.522 3.264 3.025 3.264a2.97 2.97 0 0 0 1.999-.769c.56.505 1.281.769 2.001.769c1.236 0 2.473-.769 2.846-2.232c.368.151.761.232 1.154.232c1.476 0 2.97-1.083 2.97-3.154V13c0-3.375-2.194-5.613-2.288-5.707"/></svg> </template>
CSS
.icon-pinching-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M33.29%208.628C33.265%208.62%2024.499%206%2021.499%205c-1.2-.4-21-7-21%2016c0%20.637%202%2011%204%2011h11c8.375%200%205.642-10.68%2015.92-12.106c1.739-.241%202.621-1.112%202.466-2.566c-.165-1.549-1.975-2.059-3.534-2.059c-1.146%200-5.754.233-9.026%201.951c-.286-1.809-.826-4.013-.826-6.221c5%201%2011.092%202.333%2011.209%202.372a2.501%202.501%200%200%200%201.582-4.743%22%2F%3E%3Cpath%20fill%3D%22%23ef9645%22%20d%3D%22M19.207%207.293a1%201%200%201%200-1.415%201.414c.017.017%201.704%201.737%201.704%204.293v7.109c0%20.852-.501%201.154-.97%201.154c-.496%200-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1%201%200%200%200-.895%201.789c.66.33%201.447%201.831%201.447%207.105v.996s-.004%201.001-.004%203.114c0%20.852-.501%201.154-.97%201.154c-.496%200-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1%201%200%201%200-.895%201.789c.66.33%201.447%201.831%201.447%207.105v2c0%20.021.005.039.005.06c-.001.017-.01.032-.01.049c0%20.852-.501%201.154-.97%201.154c-.496.004-1.025-.328-1.025-1.26c0-3.394%200-7.618-2.553-8.895a1%201%200%201%200-.895%201.789C7.5%2015.618%207.5%2019.613%207.5%2022c0%202.143%201.522%203.264%203.025%203.264a2.97%202.97%200%200%200%201.999-.769c.56.505%201.281.769%202.001.769c1.236%200%202.473-.769%202.846-2.232c.368.151.761.232%201.154.232c1.476%200%202.97-1.083%202.97-3.154V13c0-3.375-2.194-5.613-2.288-5.707%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M33.29%208.628C33.265%208.62%2024.499%206%2021.499%205c-1.2-.4-21-7-21%2016c0%20.637%202%2011%204%2011h11c8.375%200%205.642-10.68%2015.92-12.106c1.739-.241%202.621-1.112%202.466-2.566c-.165-1.549-1.975-2.059-3.534-2.059c-1.146%200-5.754.233-9.026%201.951c-.286-1.809-.826-4.013-.826-6.221c5%201%2011.092%202.333%2011.209%202.372a2.501%202.501%200%200%200%201.582-4.743%22%2F%3E%3Cpath%20fill%3D%22%23ef9645%22%20d%3D%22M19.207%207.293a1%201%200%201%200-1.415%201.414c.017.017%201.704%201.737%201.704%204.293v7.109c0%20.852-.501%201.154-.97%201.154c-.496%200-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1%201%200%200%200-.895%201.789c.66.33%201.447%201.831%201.447%207.105v.996s-.004%201.001-.004%203.114c0%20.852-.501%201.154-.97%201.154c-.496%200-1.025-.332-1.025-1.264v-2c0-3.767-.303-7.77-2.553-8.895a1%201%200%201%200-.895%201.789c.66.33%201.447%201.831%201.447%207.105v2c0%20.021.005.039.005.06c-.001.017-.01.032-.01.049c0%20.852-.501%201.154-.97%201.154c-.496.004-1.025-.328-1.025-1.26c0-3.394%200-7.618-2.553-8.895a1%201%200%201%200-.895%201.789C7.5%2015.618%207.5%2019.613%207.5%2022c0%202.143%201.522%203.264%203.025%203.264a2.97%202.97%200%200%200%201.999-.769c.56.505%201.281.769%202.001.769c1.236%200%202.473-.769%202.846-2.232c.368.151.761.232%201.154.232c1.476%200%202.97-1.083%202.97-3.154V13c0-3.375-2.194-5.613-2.288-5.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/pinching-hand.svg?color=%231a73e8&size=48