folded hands emoji

folded-hands-dark-skin-tone from OpenMoji by OpenMoji · Dark skin tone · People Body · CC-BY-SA-4.0 Attribution required.

Name
folded-hands-dark-skin-tone
Set
OpenMoji
Style
Dark 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 folded hands emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M27.167 68H4V56.333l15-7.5C16.397 57.37 26.455 63.39 31.5 60.5zm19.125 0h23.166V56.333l-15-7.5c2.604 8.537-7.455 14.557-12.5 11.667z"/><path fill="#6a462f" stroke="#6a462f" d="M29.83 61.109c-6.176 0-11.173-4.789-11.173-10.707c6.625-4.02 7.28-13.84 7.968-19.464c.5-2.891 1.792-2.891 2.25-5.782L31.5 7.347C32.125 4 36.079 4.342 36.73 7v46.917c0 1.934-2.897 3.5-3.897 3.5c-.812 0-3.003 3.03-3.003 3.692zm13.798 0c6.176 0 11.173-4.789 11.173-10.707c-6.625-4.02-7.28-13.84-7.968-19.464c-.5-2.891-1.791-2.891-2.25-5.782L41.958 7.348C41.333 4 37.38 4.342 36.73 7v46.917c0 1.934 2.896 3.5 3.896 3.5c.813 0 3.003 3.03 3.003 3.692z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M27.167 68H4V56.333l15-7.5C16.397 57.37 26.455 63.39 31.5 60.5z"/><path d="M29.83 61.109c0-.663 2.19-3.692 3.003-3.692c1 0 3.896-1.566 3.896-3.5V7c-.65-2.658-4.604-3-5.229.347l-2.625 17.81c-.458 2.89-1.75 2.89-2.25 5.78c-.687 5.625-1.343 15.444-7.968 19.465M46.292 68h23.166V56.333l-15-7.5c2.604 8.537-7.455 14.557-12.5 11.667z"/><path d="M43.628 61.109c0-.663-2.19-3.692-3.003-3.692c-1 0-3.896-1.566-3.896-3.5V7c.65-2.658 4.604-3 5.23.347l2.624 17.81c.459 2.89 1.75 2.89 2.25 5.78c.688 5.625 1.343 15.444 7.968 19.465"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFoldedHandsDarkSkinTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M27.167 68H4V56.333l15-7.5C16.397 57.37 26.455 63.39 31.5 60.5zm19.125 0h23.166V56.333l-15-7.5c2.604 8.537-7.455 14.557-12.5 11.667z"/><path fill="#6a462f" stroke="#6a462f" d="M29.83 61.109c-6.176 0-11.173-4.789-11.173-10.707c6.625-4.02 7.28-13.84 7.968-19.464c.5-2.891 1.792-2.891 2.25-5.782L31.5 7.347C32.125 4 36.079 4.342 36.73 7v46.917c0 1.934-2.897 3.5-3.897 3.5c-.812 0-3.003 3.03-3.003 3.692zm13.798 0c6.176 0 11.173-4.789 11.173-10.707c-6.625-4.02-7.28-13.84-7.968-19.464c-.5-2.891-1.791-2.891-2.25-5.782L41.958 7.348C41.333 4 37.38 4.342 36.73 7v46.917c0 1.934 2.896 3.5 3.896 3.5c.813 0 3.003 3.03 3.003 3.692z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M27.167 68H4V56.333l15-7.5C16.397 57.37 26.455 63.39 31.5 60.5z"/><path d="M29.83 61.109c0-.663 2.19-3.692 3.003-3.692c1 0 3.896-1.566 3.896-3.5V7c-.65-2.658-4.604-3-5.229.347l-2.625 17.81c-.458 2.89-1.75 2.89-2.25 5.78c-.687 5.625-1.343 15.444-7.968 19.465M46.292 68h23.166V56.333l-15-7.5c2.604 8.537-7.455 14.557-12.5 11.667z"/><path d="M43.628 61.109c0-.663-2.19-3.692-3.003-3.692c-1 0-3.896-1.566-3.896-3.5V7c.65-2.658 4.604-3 5.23.347l2.624 17.81c.459 2.89 1.75 2.89 2.25 5.78c.688 5.625 1.343 15.444 7.968 19.465"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#92d3f5" d="M27.167 68H4V56.333l15-7.5C16.397 57.37 26.455 63.39 31.5 60.5zm19.125 0h23.166V56.333l-15-7.5c2.604 8.537-7.455 14.557-12.5 11.667z"/><path fill="#6a462f" stroke="#6a462f" d="M29.83 61.109c-6.176 0-11.173-4.789-11.173-10.707c6.625-4.02 7.28-13.84 7.968-19.464c.5-2.891 1.792-2.891 2.25-5.782L31.5 7.347C32.125 4 36.079 4.342 36.73 7v46.917c0 1.934-2.897 3.5-3.897 3.5c-.812 0-3.003 3.03-3.003 3.692zm13.798 0c6.176 0 11.173-4.789 11.173-10.707c-6.625-4.02-7.28-13.84-7.968-19.464c-.5-2.891-1.791-2.891-2.25-5.782L41.958 7.348C41.333 4 37.38 4.342 36.73 7v46.917c0 1.934 2.896 3.5 3.896 3.5c.813 0 3.003 3.03 3.003 3.692z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M27.167 68H4V56.333l15-7.5C16.397 57.37 26.455 63.39 31.5 60.5z"/><path d="M29.83 61.109c0-.663 2.19-3.692 3.003-3.692c1 0 3.896-1.566 3.896-3.5V7c-.65-2.658-4.604-3-5.229.347l-2.625 17.81c-.458 2.89-1.75 2.89-2.25 5.78c-.687 5.625-1.343 15.444-7.968 19.465M46.292 68h23.166V56.333l-15-7.5c2.604 8.537-7.455 14.557-12.5 11.667z"/><path d="M43.628 61.109c0-.663-2.19-3.692-3.003-3.692c-1 0-3.896-1.566-3.896-3.5V7c.65-2.658 4.604-3 5.23.347l2.624 17.81c.459 2.89 1.75 2.89 2.25 5.78c.688 5.625 1.343 15.444 7.968 19.465"/></g></svg>
</template>

CSS

.icon-folded-hands-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%2072%2072%22%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M27.167%2068H4V56.333l15-7.5C16.397%2057.37%2026.455%2063.39%2031.5%2060.5zm19.125%200h23.166V56.333l-15-7.5c2.604%208.537-7.455%2014.557-12.5%2011.667z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20d%3D%22M29.83%2061.109c-6.176%200-11.173-4.789-11.173-10.707c6.625-4.02%207.28-13.84%207.968-19.464c.5-2.891%201.792-2.891%202.25-5.782L31.5%207.347C32.125%204%2036.079%204.342%2036.73%207v46.917c0%201.934-2.897%203.5-3.897%203.5c-.812%200-3.003%203.03-3.003%203.692zm13.798%200c6.176%200%2011.173-4.789%2011.173-10.707c-6.625-4.02-7.28-13.84-7.968-19.464c-.5-2.891-1.791-2.891-2.25-5.782L41.958%207.348C41.333%204%2037.38%204.342%2036.73%207v46.917c0%201.934%202.896%203.5%203.896%203.5c.813%200%203.003%203.03%203.003%203.692z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M27.167%2068H4V56.333l15-7.5C16.397%2057.37%2026.455%2063.39%2031.5%2060.5z%22%2F%3E%3Cpath%20d%3D%22M29.83%2061.109c0-.663%202.19-3.692%203.003-3.692c1%200%203.896-1.566%203.896-3.5V7c-.65-2.658-4.604-3-5.229.347l-2.625%2017.81c-.458%202.89-1.75%202.89-2.25%205.78c-.687%205.625-1.343%2015.444-7.968%2019.465M46.292%2068h23.166V56.333l-15-7.5c2.604%208.537-7.455%2014.557-12.5%2011.667z%22%2F%3E%3Cpath%20d%3D%22M43.628%2061.109c0-.663-2.19-3.692-3.003-3.692c-1%200-3.896-1.566-3.896-3.5V7c.65-2.658%204.604-3%205.23.347l2.624%2017.81c.459%202.89%201.75%202.89%202.25%205.78c.688%205.625%201.343%2015.444%207.968%2019.465%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%2392d3f5%22%20d%3D%22M27.167%2068H4V56.333l15-7.5C16.397%2057.37%2026.455%2063.39%2031.5%2060.5zm19.125%200h23.166V56.333l-15-7.5c2.604%208.537-7.455%2014.557-12.5%2011.667z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20d%3D%22M29.83%2061.109c-6.176%200-11.173-4.789-11.173-10.707c6.625-4.02%207.28-13.84%207.968-19.464c.5-2.891%201.792-2.891%202.25-5.782L31.5%207.347C32.125%204%2036.079%204.342%2036.73%207v46.917c0%201.934-2.897%203.5-3.897%203.5c-.812%200-3.003%203.03-3.003%203.692zm13.798%200c6.176%200%2011.173-4.789%2011.173-10.707c-6.625-4.02-7.28-13.84-7.968-19.464c-.5-2.891-1.791-2.891-2.25-5.782L41.958%207.348C41.333%204%2037.38%204.342%2036.73%207v46.917c0%201.934%202.896%203.5%203.896%203.5c.813%200%203.003%203.03%203.003%203.692z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M27.167%2068H4V56.333l15-7.5C16.397%2057.37%2026.455%2063.39%2031.5%2060.5z%22%2F%3E%3Cpath%20d%3D%22M29.83%2061.109c0-.663%202.19-3.692%203.003-3.692c1%200%203.896-1.566%203.896-3.5V7c-.65-2.658-4.604-3-5.229.347l-2.625%2017.81c-.458%202.89-1.75%202.89-2.25%205.78c-.687%205.625-1.343%2015.444-7.968%2019.465M46.292%2068h23.166V56.333l-15-7.5c2.604%208.537-7.455%2014.557-12.5%2011.667z%22%2F%3E%3Cpath%20d%3D%22M43.628%2061.109c0-.663-2.19-3.692-3.003-3.692c-1%200-3.896-1.566-3.896-3.5V7c.65-2.658%204.604-3%205.23.347l2.624%2017.81c.459%202.89%201.75%202.89%202.25%205.78c.688%205.625%201.343%2015.444%207.968%2019.465%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/folded-hands-dark-skin-tone.svg?color=%231a73e8&size=48