rightwards hand emoji

rightwards-hand-medium-skin-tone from OpenMoji by OpenMoji · Medium skin tone · People Body · CC-BY-SA-4.0 Attribution required.

Name
rightwards-hand-medium-skin-tone
Set
OpenMoji
Style
Medium skin tone
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 rightwards hand emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#c19a65" d="M55.855 42.646a3.53 3.53 0 1 1 .095 6.999l-18.998.257l-4.326-.022l13-.176a3.531 3.531 0 1 1 .094 7l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62 19.62 0 0 1 5.657-12.728c3.09-2.918 14.128-12.287 14.128-12.287a3.31 3.31 0 0 1 4.111.293a3.345 3.345 0 0 1 .284 4.584l-6.966 8l5.4.04l-5.4-.04l5.4.04l21.85-.04a3.531 3.531 0 1 1 .095 7l-7 .094l-10.636.187l22.193-.367a3.531 3.531 0 1 1 .094 7l-24.016.205"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M55.855 42.696a3.531 3.531 0 1 1 .094 7l-18.998.257l-.951-.005l9.625-.193a3.531 3.531 0 1 1 .095 7l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62 19.62 0 0 1 5.657-12.728c3.09-2.918 13.817-12.281 13.817-12.281a3.64 3.64 0 0 1 4.604.296a3.307 3.307 0 0 1 .286 4.38l-7.15 8.195l5.4.039l-5.4-.039l5.4.039l21.85-.04a3.531 3.531 0 1 1 .095 7l-7 .095l-10.636.186l22.193-.367a3.531 3.531 0 1 1 .094 6.999l-20.453.176"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiRightwardsHandMediumSkinTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#c19a65" d="M55.855 42.646a3.53 3.53 0 1 1 .095 6.999l-18.998.257l-4.326-.022l13-.176a3.531 3.531 0 1 1 .094 7l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62 19.62 0 0 1 5.657-12.728c3.09-2.918 14.128-12.287 14.128-12.287a3.31 3.31 0 0 1 4.111.293a3.345 3.345 0 0 1 .284 4.584l-6.966 8l5.4.04l-5.4-.04l5.4.04l21.85-.04a3.531 3.531 0 1 1 .095 7l-7 .094l-10.636.187l22.193-.367a3.531 3.531 0 1 1 .094 7l-24.016.205"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M55.855 42.696a3.531 3.531 0 1 1 .094 7l-18.998.257l-.951-.005l9.625-.193a3.531 3.531 0 1 1 .095 7l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62 19.62 0 0 1 5.657-12.728c3.09-2.918 13.817-12.281 13.817-12.281a3.64 3.64 0 0 1 4.604.296a3.307 3.307 0 0 1 .286 4.38l-7.15 8.195l5.4.039l-5.4-.039l5.4.039l21.85-.04a3.531 3.531 0 1 1 .095 7l-7 .095l-10.636.186l22.193-.367a3.531 3.531 0 1 1 .094 6.999l-20.453.176"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#c19a65" d="M55.855 42.646a3.53 3.53 0 1 1 .095 6.999l-18.998.257l-4.326-.022l13-.176a3.531 3.531 0 1 1 .094 7l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62 19.62 0 0 1 5.657-12.728c3.09-2.918 14.128-12.287 14.128-12.287a3.31 3.31 0 0 1 4.111.293a3.345 3.345 0 0 1 .284 4.584l-6.966 8l5.4.04l-5.4-.04l5.4.04l21.85-.04a3.531 3.531 0 1 1 .095 7l-7 .094l-10.636.187l22.193-.367a3.531 3.531 0 1 1 .094 7l-24.016.205"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M55.855 42.696a3.531 3.531 0 1 1 .094 7l-18.998.257l-.951-.005l9.625-.193a3.531 3.531 0 1 1 .095 7l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62 19.62 0 0 1 5.657-12.728c3.09-2.918 13.817-12.281 13.817-12.281a3.64 3.64 0 0 1 4.604.296a3.307 3.307 0 0 1 .286 4.38l-7.15 8.195l5.4.039l-5.4-.039l5.4.039l21.85-.04a3.531 3.531 0 1 1 .095 7l-7 .095l-10.636.186l22.193-.367a3.531 3.531 0 1 1 .094 6.999l-20.453.176"/></svg>
</template>

CSS

.icon-rightwards-hand-medium-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23c19a65%22%20d%3D%22M55.855%2042.646a3.53%203.53%200%201%201%20.095%206.999l-18.998.257l-4.326-.022l13-.176a3.531%203.531%200%201%201%20.094%207l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62%2019.62%200%200%201%205.657-12.728c3.09-2.918%2014.128-12.287%2014.128-12.287a3.31%203.31%200%200%201%204.111.293a3.345%203.345%200%200%201%20.284%204.584l-6.966%208l5.4.04l-5.4-.04l5.4.04l21.85-.04a3.531%203.531%200%201%201%20.095%207l-7%20.094l-10.636.187l22.193-.367a3.531%203.531%200%201%201%20.094%207l-24.016.205%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%22M55.855%2042.696a3.531%203.531%200%201%201%20.094%207l-18.998.257l-.951-.005l9.625-.193a3.531%203.531%200%201%201%20.095%207l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62%2019.62%200%200%201%205.657-12.728c3.09-2.918%2013.817-12.281%2013.817-12.281a3.64%203.64%200%200%201%204.604.296a3.307%203.307%200%200%201%20.286%204.38l-7.15%208.195l5.4.039l-5.4-.039l5.4.039l21.85-.04a3.531%203.531%200%201%201%20.095%207l-7%20.095l-10.636.186l22.193-.367a3.531%203.531%200%201%201%20.094%206.999l-20.453.176%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%23c19a65%22%20d%3D%22M55.855%2042.646a3.53%203.53%200%201%201%20.095%206.999l-18.998.257l-4.326-.022l13-.176a3.531%203.531%200%201%201%20.094%207l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62%2019.62%200%200%201%205.657-12.728c3.09-2.918%2014.128-12.287%2014.128-12.287a3.31%203.31%200%200%201%204.111.293a3.345%203.345%200%200%201%20.284%204.584l-6.966%208l5.4.04l-5.4-.04l5.4.04l21.85-.04a3.531%203.531%200%201%201%20.095%207l-7%20.094l-10.636.187l22.193-.367a3.531%203.531%200%201%201%20.094%207l-24.016.205%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%22M55.855%2042.696a3.531%203.531%200%201%201%20.094%207l-18.998.257l-.951-.005l9.625-.193a3.531%203.531%200%201%201%20.095%207l-12.999.175l-10.085-.052c-8.31-.425-13.63-7.752-13.205-16.06a19.62%2019.62%200%200%201%205.657-12.728c3.09-2.918%2013.817-12.281%2013.817-12.281a3.64%203.64%200%200%201%204.604.296a3.307%203.307%200%200%201%20.286%204.38l-7.15%208.195l5.4.039l-5.4-.039l5.4.039l21.85-.04a3.531%203.531%200%201%201%20.095%207l-7%20.095l-10.636.186l22.193-.367a3.531%203.531%200%201%201%20.094%206.999l-20.453.176%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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