raising hands emoji

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

Name
raising-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 raising hands emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m20.566 35.241l.003-16.016"/><path fill="#6a462f" stroke="#6a462f" d="m57.573 35.953l-.175-18.673v.767c0-3.522 6.497-4.47 6.498.832l.06 6.434l.115 12.239l-.132-14.073c0-3.173 5.653-3.28 5.653.811l.004 24.38c0 8.805-7.063 15.827-15.869 15.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174 5.652.805 6.852 3.647v4.89l-.003-23.065c0-3.665 6.63-3.938 6.63.577v-2.922c0-3.945 6.418-5.32 6.419 1.744M13.975 35.953l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06 6.434l-.115 12.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004 24.38c-.001 8.805 7.063 15.827 15.869 15.828s15.945-7.136 15.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851 3.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418 1.744"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m57.573 35.953l-.175-18.673v.767c0-3.522 6.497-4.47 6.498.832l.06 6.434l.115 12.239l-.132-14.073c0-3.173 5.653-3.28 5.653.811l.004 24.38c0 8.805-7.063 15.827-15.869 15.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174 5.652.805 6.852 3.647v4.89l-.003-23.065c0-3.665 6.63-3.938 6.63.577v-2.922c0-3.945 6.418-5.32 6.419 1.744zm-6.591 1.599l-.003-18.327M20.566 37.552l.003-18.327m-6.594 16.728l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06 6.434l-.115 12.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004 24.38c-.001 8.805 7.063 15.827 15.869 15.828s15.945-7.136 15.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851 3.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418 1.744z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiRaisingHandsDarkSkinTone(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="m20.566 35.241l.003-16.016"/><path fill="#6a462f" stroke="#6a462f" d="m57.573 35.953l-.175-18.673v.767c0-3.522 6.497-4.47 6.498.832l.06 6.434l.115 12.239l-.132-14.073c0-3.173 5.653-3.28 5.653.811l.004 24.38c0 8.805-7.063 15.827-15.869 15.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174 5.652.805 6.852 3.647v4.89l-.003-23.065c0-3.665 6.63-3.938 6.63.577v-2.922c0-3.945 6.418-5.32 6.419 1.744M13.975 35.953l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06 6.434l-.115 12.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004 24.38c-.001 8.805 7.063 15.827 15.869 15.828s15.945-7.136 15.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851 3.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418 1.744"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m57.573 35.953l-.175-18.673v.767c0-3.522 6.497-4.47 6.498.832l.06 6.434l.115 12.239l-.132-14.073c0-3.173 5.653-3.28 5.653.811l.004 24.38c0 8.805-7.063 15.827-15.869 15.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174 5.652.805 6.852 3.647v4.89l-.003-23.065c0-3.665 6.63-3.938 6.63.577v-2.922c0-3.945 6.418-5.32 6.419 1.744zm-6.591 1.599l-.003-18.327M20.566 37.552l.003-18.327m-6.594 16.728l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06 6.434l-.115 12.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004 24.38c-.001 8.805 7.063 15.827 15.869 15.828s15.945-7.136 15.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851 3.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418 1.744z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="m20.566 35.241l.003-16.016"/><path fill="#6a462f" stroke="#6a462f" d="m57.573 35.953l-.175-18.673v.767c0-3.522 6.497-4.47 6.498.832l.06 6.434l.115 12.239l-.132-14.073c0-3.173 5.653-3.28 5.653.811l.004 24.38c0 8.805-7.063 15.827-15.869 15.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174 5.652.805 6.852 3.647v4.89l-.003-23.065c0-3.665 6.63-3.938 6.63.577v-2.922c0-3.945 6.418-5.32 6.419 1.744M13.975 35.953l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06 6.434l-.115 12.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004 24.38c-.001 8.805 7.063 15.827 15.869 15.828s15.945-7.136 15.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851 3.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418 1.744"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m57.573 35.953l-.175-18.673v.767c0-3.522 6.497-4.47 6.498.832l.06 6.434l.115 12.239l-.132-14.073c0-3.173 5.653-3.28 5.653.811l.004 24.38c0 8.805-7.063 15.827-15.869 15.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174 5.652.805 6.852 3.647v4.89l-.003-23.065c0-3.665 6.63-3.938 6.63.577v-2.922c0-3.945 6.418-5.32 6.419 1.744zm-6.591 1.599l-.003-18.327M20.566 37.552l.003-18.327m-6.594 16.728l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06 6.434l-.115 12.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004 24.38c-.001 8.805 7.063 15.827 15.869 15.828s15.945-7.136 15.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851 3.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418 1.744z"/></svg>
</template>

CSS

.icon-raising-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%23fcea2b%22%20d%3D%22m20.566%2035.241l.003-16.016%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20d%3D%22m57.573%2035.953l-.175-18.673v.767c0-3.522%206.497-4.47%206.498.832l.06%206.434l.115%2012.239l-.132-14.073c0-3.173%205.653-3.28%205.653.811l.004%2024.38c0%208.805-7.063%2015.827-15.869%2015.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174%205.652.805%206.852%203.647v4.89l-.003-23.065c0-3.665%206.63-3.938%206.63.577v-2.922c0-3.945%206.418-5.32%206.419%201.744M13.975%2035.953l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06%206.434l-.115%2012.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004%2024.38c-.001%208.805%207.063%2015.827%2015.869%2015.828s15.945-7.136%2015.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851%203.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418%201.744%22%2F%3E%3Cpath%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%20d%3D%22m57.573%2035.953l-.175-18.673v.767c0-3.522%206.497-4.47%206.498.832l.06%206.434l.115%2012.239l-.132-14.073c0-3.173%205.653-3.28%205.653.811l.004%2024.38c0%208.805-7.063%2015.827-15.869%2015.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174%205.652.805%206.852%203.647v4.89l-.003-23.065c0-3.665%206.63-3.938%206.63.577v-2.922c0-3.945%206.418-5.32%206.419%201.744zm-6.591%201.599l-.003-18.327M20.566%2037.552l.003-18.327m-6.594%2016.728l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06%206.434l-.115%2012.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004%2024.38c-.001%208.805%207.063%2015.827%2015.869%2015.828s15.945-7.136%2015.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851%203.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418%201.744z%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%23fcea2b%22%20d%3D%22m20.566%2035.241l.003-16.016%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20d%3D%22m57.573%2035.953l-.175-18.673v.767c0-3.522%206.497-4.47%206.498.832l.06%206.434l.115%2012.239l-.132-14.073c0-3.173%205.653-3.28%205.653.811l.004%2024.38c0%208.805-7.063%2015.827-15.869%2015.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174%205.652.805%206.852%203.647v4.89l-.003-23.065c0-3.665%206.63-3.938%206.63.577v-2.922c0-3.945%206.418-5.32%206.419%201.744M13.975%2035.953l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06%206.434l-.115%2012.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004%2024.38c-.001%208.805%207.063%2015.827%2015.869%2015.828s15.945-7.136%2015.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851%203.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418%201.744%22%2F%3E%3Cpath%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%20d%3D%22m57.573%2035.953l-.175-18.673v.767c0-3.522%206.497-4.47%206.498.832l.06%206.434l.115%2012.239l-.132-14.073c0-3.173%205.653-3.28%205.653.811l.004%2024.38c0%208.805-7.063%2015.827-15.869%2015.828s-15.945-7.136-15.946-15.942c.046-3.071-.28-8.294-.281-15.38c2.174-2.174%205.652.805%206.852%203.647v4.89l-.003-23.065c0-3.665%206.63-3.938%206.63.577v-2.922c0-3.945%206.418-5.32%206.419%201.744zm-6.591%201.599l-.003-18.327M20.566%2037.552l.003-18.327m-6.594%2016.728l.175-18.673v.767c0-3.522-6.497-4.47-6.498.832l-.06%206.434l-.115%2012.239l.132-14.073c0-3.174-5.653-3.28-5.653.811l-.004%2024.38c-.001%208.805%207.063%2015.827%2015.869%2015.828s15.945-7.136%2015.946-15.942c-.046-3.071.28-8.294.28-15.38c-2.173-2.174-5.651.805-6.851%203.647v4.89l.002-23.065c.001-3.665-6.63-3.938-6.63.577v-2.922c.001-3.945-6.417-5.32-6.418%201.744z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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