backhand index pointing up emoji

backhand-index-pointing-up-dark-skin-tone from Emoji One (Colored) by Emoji One · Dark skin tone · People · CC-BY-4.0 Attribution required.

Name
backhand-index-pointing-up-dark-skin-tone
Set
Emoji One (Colored)
Style
Dark skin tone
Category
People
Viewbox
64×64
License
CC BY 4.0

5 other variants in Emoji One (Colored)

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the backhand index pointing up emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#8a6859" d="M12.6 28.7c4.4.4 5.9 4 6.4 5.7l.2.8s.5.6 1.1 1.5h.2s.5-7.8.1-10.3c-.4-2.8-.4-15.2-.5-18.3c0-3.5.6-6.1 4.7-6.1s5.3 3.2 5.1 6.2c-.3 4.2-.6 18.3-.6 18.3c.4-1.8 1.2-3.5 4.2-3.2c3.4.4 4.1 1.7 4.2 3.8c1.7-2.9 4-2.7 5.4-2.3c2.4.6 3.1 4.9 3.1 4.9c.9-3.2 2.4-2.6 4.5-2.3c1.3.2 2.8 1.5 3.3 3.7s2.2 3.8-.3 21c-.6 4.5-4.6 6.7-10.5 7.8c-4 .7-9.5 1.8-13.6 2.1h-1.1c-2.3.1-4.5-.8-6-2.8l-9-12.2q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.7-1.7.4-4.8 3.4-4.5"/><g fill="#705041"><path d="M49.3 27.1c-3.8-.6-3.5 5.3-2.7 2.8s2.7-2.8 2.7-2.8M42 24.6c-5.2-.5-4.7 5.3-3.7 2.9s3.7-2.9 3.7-2.9m-8.6-1.3c-5.2-.5-4.7 5.7-3.7 3.3c1-2.5 3.7-3.3 3.7-3.3M20.7 36.8S19.2 24.2 20 8.2c0-2.4.1-6 4.2-6.2c-4.7 1.5-2.5 17.4-3.5 34.8"/><path d="M10 29.6c-.2.7-.1 1.5.1 2c2.1 4.5 2.8 8.3 3.1 11.4q.15 1.5 1.2 2.4l8.9 12.2c1.4 1.9 3.7 2.9 6 2.8h1.1c4.1-.3 9.6-1.4 13.6-2.1c4.2-.7 7.5-2.1 9.2-4.4c-1.3 3.4-5 5.1-10.1 6c-4 .7-9.5 1.8-13.6 2.1h-1.1c-2.3.1-4.5-.8-6-2.8L13.5 47q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.4-1-.2-2.6.8-3.6"/><path d="M19.5 41s-1.3-4.3-1.8-6.3c-.4-1.7-2-4.8-4.6-6c4.2.6 5.6 4 6.1 5.7l.2.8s.7.5 1.4 1.5c-.1.1-1.5 2-1.3 4.3m10.3-13.4c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6s-.3-1.2-.1-1.8m7.9 1.6c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8m8.5 2.4c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneBackhandIndexPointingUpDarkSkinTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#8a6859" d="M12.6 28.7c4.4.4 5.9 4 6.4 5.7l.2.8s.5.6 1.1 1.5h.2s.5-7.8.1-10.3c-.4-2.8-.4-15.2-.5-18.3c0-3.5.6-6.1 4.7-6.1s5.3 3.2 5.1 6.2c-.3 4.2-.6 18.3-.6 18.3c.4-1.8 1.2-3.5 4.2-3.2c3.4.4 4.1 1.7 4.2 3.8c1.7-2.9 4-2.7 5.4-2.3c2.4.6 3.1 4.9 3.1 4.9c.9-3.2 2.4-2.6 4.5-2.3c1.3.2 2.8 1.5 3.3 3.7s2.2 3.8-.3 21c-.6 4.5-4.6 6.7-10.5 7.8c-4 .7-9.5 1.8-13.6 2.1h-1.1c-2.3.1-4.5-.8-6-2.8l-9-12.2q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.7-1.7.4-4.8 3.4-4.5"/><g fill="#705041"><path d="M49.3 27.1c-3.8-.6-3.5 5.3-2.7 2.8s2.7-2.8 2.7-2.8M42 24.6c-5.2-.5-4.7 5.3-3.7 2.9s3.7-2.9 3.7-2.9m-8.6-1.3c-5.2-.5-4.7 5.7-3.7 3.3c1-2.5 3.7-3.3 3.7-3.3M20.7 36.8S19.2 24.2 20 8.2c0-2.4.1-6 4.2-6.2c-4.7 1.5-2.5 17.4-3.5 34.8"/><path d="M10 29.6c-.2.7-.1 1.5.1 2c2.1 4.5 2.8 8.3 3.1 11.4q.15 1.5 1.2 2.4l8.9 12.2c1.4 1.9 3.7 2.9 6 2.8h1.1c4.1-.3 9.6-1.4 13.6-2.1c4.2-.7 7.5-2.1 9.2-4.4c-1.3 3.4-5 5.1-10.1 6c-4 .7-9.5 1.8-13.6 2.1h-1.1c-2.3.1-4.5-.8-6-2.8L13.5 47q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.4-1-.2-2.6.8-3.6"/><path d="M19.5 41s-1.3-4.3-1.8-6.3c-.4-1.7-2-4.8-4.6-6c4.2.6 5.6 4 6.1 5.7l.2.8s.7.5 1.4 1.5c-.1.1-1.5 2-1.3 4.3m10.3-13.4c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6s-.3-1.2-.1-1.8m7.9 1.6c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8m8.5 2.4c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#8a6859" d="M12.6 28.7c4.4.4 5.9 4 6.4 5.7l.2.8s.5.6 1.1 1.5h.2s.5-7.8.1-10.3c-.4-2.8-.4-15.2-.5-18.3c0-3.5.6-6.1 4.7-6.1s5.3 3.2 5.1 6.2c-.3 4.2-.6 18.3-.6 18.3c.4-1.8 1.2-3.5 4.2-3.2c3.4.4 4.1 1.7 4.2 3.8c1.7-2.9 4-2.7 5.4-2.3c2.4.6 3.1 4.9 3.1 4.9c.9-3.2 2.4-2.6 4.5-2.3c1.3.2 2.8 1.5 3.3 3.7s2.2 3.8-.3 21c-.6 4.5-4.6 6.7-10.5 7.8c-4 .7-9.5 1.8-13.6 2.1h-1.1c-2.3.1-4.5-.8-6-2.8l-9-12.2q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.7-1.7.4-4.8 3.4-4.5"/><g fill="#705041"><path d="M49.3 27.1c-3.8-.6-3.5 5.3-2.7 2.8s2.7-2.8 2.7-2.8M42 24.6c-5.2-.5-4.7 5.3-3.7 2.9s3.7-2.9 3.7-2.9m-8.6-1.3c-5.2-.5-4.7 5.7-3.7 3.3c1-2.5 3.7-3.3 3.7-3.3M20.7 36.8S19.2 24.2 20 8.2c0-2.4.1-6 4.2-6.2c-4.7 1.5-2.5 17.4-3.5 34.8"/><path d="M10 29.6c-.2.7-.1 1.5.1 2c2.1 4.5 2.8 8.3 3.1 11.4q.15 1.5 1.2 2.4l8.9 12.2c1.4 1.9 3.7 2.9 6 2.8h1.1c4.1-.3 9.6-1.4 13.6-2.1c4.2-.7 7.5-2.1 9.2-4.4c-1.3 3.4-5 5.1-10.1 6c-4 .7-9.5 1.8-13.6 2.1h-1.1c-2.3.1-4.5-.8-6-2.8L13.5 47q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.4-1-.2-2.6.8-3.6"/><path d="M19.5 41s-1.3-4.3-1.8-6.3c-.4-1.7-2-4.8-4.6-6c4.2.6 5.6 4 6.1 5.7l.2.8s.7.5 1.4 1.5c-.1.1-1.5 2-1.3 4.3m10.3-13.4c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6s-.3-1.2-.1-1.8m7.9 1.6c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8m8.5 2.4c.2.6.5 1 .8 1.5s.6.9.9 1.5c.3.5.5 1.2.5 1.8s-.2 1.3-.5 1.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8"/></g></svg>
</template>

CSS

.icon-backhand-index-pointing-up-dark-skin-tone {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%238a6859%22%20d%3D%22M12.6%2028.7c4.4.4%205.9%204%206.4%205.7l.2.8s.5.6%201.1%201.5h.2s.5-7.8.1-10.3c-.4-2.8-.4-15.2-.5-18.3c0-3.5.6-6.1%204.7-6.1s5.3%203.2%205.1%206.2c-.3%204.2-.6%2018.3-.6%2018.3c.4-1.8%201.2-3.5%204.2-3.2c3.4.4%204.1%201.7%204.2%203.8c1.7-2.9%204-2.7%205.4-2.3c2.4.6%203.1%204.9%203.1%204.9c.9-3.2%202.4-2.6%204.5-2.3c1.3.2%202.8%201.5%203.3%203.7s2.2%203.8-.3%2021c-.6%204.5-4.6%206.7-10.5%207.8c-4%20.7-9.5%201.8-13.6%202.1h-1.1c-2.3.1-4.5-.8-6-2.8l-9-12.2q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.7-1.7.4-4.8%203.4-4.5%22%2F%3E%3Cg%20fill%3D%22%23705041%22%3E%3Cpath%20d%3D%22M49.3%2027.1c-3.8-.6-3.5%205.3-2.7%202.8s2.7-2.8%202.7-2.8M42%2024.6c-5.2-.5-4.7%205.3-3.7%202.9s3.7-2.9%203.7-2.9m-8.6-1.3c-5.2-.5-4.7%205.7-3.7%203.3c1-2.5%203.7-3.3%203.7-3.3M20.7%2036.8S19.2%2024.2%2020%208.2c0-2.4.1-6%204.2-6.2c-4.7%201.5-2.5%2017.4-3.5%2034.8%22%2F%3E%3Cpath%20d%3D%22M10%2029.6c-.2.7-.1%201.5.1%202c2.1%204.5%202.8%208.3%203.1%2011.4q.15%201.5%201.2%202.4l8.9%2012.2c1.4%201.9%203.7%202.9%206%202.8h1.1c4.1-.3%209.6-1.4%2013.6-2.1c4.2-.7%207.5-2.1%209.2-4.4c-1.3%203.4-5%205.1-10.1%206c-4%20.7-9.5%201.8-13.6%202.1h-1.1c-2.3.1-4.5-.8-6-2.8L13.5%2047q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.4-1-.2-2.6.8-3.6%22%2F%3E%3Cpath%20d%3D%22M19.5%2041s-1.3-4.3-1.8-6.3c-.4-1.7-2-4.8-4.6-6c4.2.6%205.6%204%206.1%205.7l.2.8s.7.5%201.4%201.5c-.1.1-1.5%202-1.3%204.3m10.3-13.4c.2.6.5%201%20.8%201.5s.6.9.9%201.5c.3.5.5%201.2.5%201.8s-.2%201.3-.5%201.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6s-.3-1.2-.1-1.8m7.9%201.6c.2.6.5%201%20.8%201.5s.6.9.9%201.5c.3.5.5%201.2.5%201.8s-.2%201.3-.5%201.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8m8.5%202.4c.2.6.5%201%20.8%201.5s.6.9.9%201.5c.3.5.5%201.2.5%201.8s-.2%201.3-.5%201.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%238a6859%22%20d%3D%22M12.6%2028.7c4.4.4%205.9%204%206.4%205.7l.2.8s.5.6%201.1%201.5h.2s.5-7.8.1-10.3c-.4-2.8-.4-15.2-.5-18.3c0-3.5.6-6.1%204.7-6.1s5.3%203.2%205.1%206.2c-.3%204.2-.6%2018.3-.6%2018.3c.4-1.8%201.2-3.5%204.2-3.2c3.4.4%204.1%201.7%204.2%203.8c1.7-2.9%204-2.7%205.4-2.3c2.4.6%203.1%204.9%203.1%204.9c.9-3.2%202.4-2.6%204.5-2.3c1.3.2%202.8%201.5%203.3%203.7s2.2%203.8-.3%2021c-.6%204.5-4.6%206.7-10.5%207.8c-4%20.7-9.5%201.8-13.6%202.1h-1.1c-2.3.1-4.5-.8-6-2.8l-9-12.2q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.7-1.7.4-4.8%203.4-4.5%22%2F%3E%3Cg%20fill%3D%22%23705041%22%3E%3Cpath%20d%3D%22M49.3%2027.1c-3.8-.6-3.5%205.3-2.7%202.8s2.7-2.8%202.7-2.8M42%2024.6c-5.2-.5-4.7%205.3-3.7%202.9s3.7-2.9%203.7-2.9m-8.6-1.3c-5.2-.5-4.7%205.7-3.7%203.3c1-2.5%203.7-3.3%203.7-3.3M20.7%2036.8S19.2%2024.2%2020%208.2c0-2.4.1-6%204.2-6.2c-4.7%201.5-2.5%2017.4-3.5%2034.8%22%2F%3E%3Cpath%20d%3D%22M10%2029.6c-.2.7-.1%201.5.1%202c2.1%204.5%202.8%208.3%203.1%2011.4q.15%201.5%201.2%202.4l8.9%2012.2c1.4%201.9%203.7%202.9%206%202.8h1.1c4.1-.3%209.6-1.4%2013.6-2.1c4.2-.7%207.5-2.1%209.2-4.4c-1.3%203.4-5%205.1-10.1%206c-4%20.7-9.5%201.8-13.6%202.1h-1.1c-2.3.1-4.5-.8-6-2.8L13.5%2047q-.9-.9-1.2-2.4c-.3-3.1-1.1-6.9-3.1-11.4c-.4-1-.2-2.6.8-3.6%22%2F%3E%3Cpath%20d%3D%22M19.5%2041s-1.3-4.3-1.8-6.3c-.4-1.7-2-4.8-4.6-6c4.2.6%205.6%204%206.1%205.7l.2.8s.7.5%201.4%201.5c-.1.1-1.5%202-1.3%204.3m10.3-13.4c.2.6.5%201%20.8%201.5s.6.9.9%201.5c.3.5.5%201.2.5%201.8s-.2%201.3-.5%201.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6s-.3-1.2-.1-1.8m7.9%201.6c.2.6.5%201%20.8%201.5s.6.9.9%201.5c.3.5.5%201.2.5%201.8s-.2%201.3-.5%201.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8m8.5%202.4c.2.6.5%201%20.8%201.5s.6.9.9%201.5c.3.5.5%201.2.5%201.8s-.2%201.3-.5%201.8c0-.6-.1-1.2-.3-1.7c-.1-.5-.4-1-.6-1.5s-.5-1-.7-1.6c-.2-.5-.3-1.2-.1-1.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/backhand-index-pointing-up-dark-skin-tone.svg?color=%231a73e8&size=48