palm down hand emoji
palm-down-hand-dark-skin-tone from OpenMoji by OpenMoji · Dark skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- palm-down-hand-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
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the palm down hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M31.45 51.05c-.387.82-2.432.953-2.441.953c-1.93.178-3.668-2.09-5.018-3.474c-5.516-5.652-11.16-10.235-12.852-10.745c-2.084-.628-2.148-.867-2.148-.867V20.529s.715-.487 5 0c4.699.534 7.999 1.268 12 2c1.958.358 3.741.685 6 1c4.31.59 8.65.924 13 1c8 .208 13 0 13 0h3s2.221 1.86 2 3c-.316 1.623-3 3-3 3s.487-.23 1.028 1.062c.271.653.345 1.37.211 2.064c-.27.807-.267 1.021-1.073 1.514c-1.078.66-3.358-.248-3.358-.248a7.2 7.2 0 0 1 .083 1.685a5.8 5.8 0 0 1-.728 2.073c-.39.866-2.015.84-2.164.85a5.43 5.43 0 0 1-3-1a21 21 0 0 0-2-1s1.146 1.309.901 2.346c-.228.962-.843 2.16-1.761 2.244c-.406.038-3.354-.643-3.354-.643l-3.849-1.475l-3.821-1.464l-2.382-.913l-1.367-.323l-6.2 2.932l3.285 5.049l1.78 3.676s-.592 1.711-.771 2.092"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M8.99 36.916s2.9.216 6.28 3.623c3.09 2.918 11.232 10.227 11.232 10.227c1.058.717 3.132 2.077 4.729.775a3.1 3.1 0 0 0 .77-3.96l-5.175-7.632l5.165-2.033l-5.165 2.033l5.165-2.033l12-6.387l11-2h5.028s3.18 0 3.18-2.562c0-2.477-2.304-2.766-3.304-2.766s-12.652-.037-12.963 0l-13.995-.867L8.99 19.916c0 3-.424 8.692 0 17"/><path d="m33.592 37.19l11.675 4.474s3.729 1.191 4.514-.88a2.39 2.39 0 0 0-1.528-3.203l-8.958-3.21l12.385 4.348s3.798 1.514 4.706-1.073c1-2.845-2.347-3.553-2.347-3.553l-10.305-2.428l14.225 3.352s2.32.642 2.943-1.5c.61-2.1-1.313-2.808-2.214-3.051a203 203 0 0 0-3.697-.937"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPalmDownHandDarkSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M31.45 51.05c-.387.82-2.432.953-2.441.953c-1.93.178-3.668-2.09-5.018-3.474c-5.516-5.652-11.16-10.235-12.852-10.745c-2.084-.628-2.148-.867-2.148-.867V20.529s.715-.487 5 0c4.699.534 7.999 1.268 12 2c1.958.358 3.741.685 6 1c4.31.59 8.65.924 13 1c8 .208 13 0 13 0h3s2.221 1.86 2 3c-.316 1.623-3 3-3 3s.487-.23 1.028 1.062c.271.653.345 1.37.211 2.064c-.27.807-.267 1.021-1.073 1.514c-1.078.66-3.358-.248-3.358-.248a7.2 7.2 0 0 1 .083 1.685a5.8 5.8 0 0 1-.728 2.073c-.39.866-2.015.84-2.164.85a5.43 5.43 0 0 1-3-1a21 21 0 0 0-2-1s1.146 1.309.901 2.346c-.228.962-.843 2.16-1.761 2.244c-.406.038-3.354-.643-3.354-.643l-3.849-1.475l-3.821-1.464l-2.382-.913l-1.367-.323l-6.2 2.932l3.285 5.049l1.78 3.676s-.592 1.711-.771 2.092"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M8.99 36.916s2.9.216 6.28 3.623c3.09 2.918 11.232 10.227 11.232 10.227c1.058.717 3.132 2.077 4.729.775a3.1 3.1 0 0 0 .77-3.96l-5.175-7.632l5.165-2.033l-5.165 2.033l5.165-2.033l12-6.387l11-2h5.028s3.18 0 3.18-2.562c0-2.477-2.304-2.766-3.304-2.766s-12.652-.037-12.963 0l-13.995-.867L8.99 19.916c0 3-.424 8.692 0 17"/><path d="m33.592 37.19l11.675 4.474s3.729 1.191 4.514-.88a2.39 2.39 0 0 0-1.528-3.203l-8.958-3.21l12.385 4.348s3.798 1.514 4.706-1.073c1-2.845-2.347-3.553-2.347-3.553l-10.305-2.428l14.225 3.352s2.32.642 2.943-1.5c.61-2.1-1.313-2.808-2.214-3.051a203 203 0 0 0-3.697-.937"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="M31.45 51.05c-.387.82-2.432.953-2.441.953c-1.93.178-3.668-2.09-5.018-3.474c-5.516-5.652-11.16-10.235-12.852-10.745c-2.084-.628-2.148-.867-2.148-.867V20.529s.715-.487 5 0c4.699.534 7.999 1.268 12 2c1.958.358 3.741.685 6 1c4.31.59 8.65.924 13 1c8 .208 13 0 13 0h3s2.221 1.86 2 3c-.316 1.623-3 3-3 3s.487-.23 1.028 1.062c.271.653.345 1.37.211 2.064c-.27.807-.267 1.021-1.073 1.514c-1.078.66-3.358-.248-3.358-.248a7.2 7.2 0 0 1 .083 1.685a5.8 5.8 0 0 1-.728 2.073c-.39.866-2.015.84-2.164.85a5.43 5.43 0 0 1-3-1a21 21 0 0 0-2-1s1.146 1.309.901 2.346c-.228.962-.843 2.16-1.761 2.244c-.406.038-3.354-.643-3.354-.643l-3.849-1.475l-3.821-1.464l-2.382-.913l-1.367-.323l-6.2 2.932l3.285 5.049l1.78 3.676s-.592 1.711-.771 2.092"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M8.99 36.916s2.9.216 6.28 3.623c3.09 2.918 11.232 10.227 11.232 10.227c1.058.717 3.132 2.077 4.729.775a3.1 3.1 0 0 0 .77-3.96l-5.175-7.632l5.165-2.033l-5.165 2.033l5.165-2.033l12-6.387l11-2h5.028s3.18 0 3.18-2.562c0-2.477-2.304-2.766-3.304-2.766s-12.652-.037-12.963 0l-13.995-.867L8.99 19.916c0 3-.424 8.692 0 17"/><path d="m33.592 37.19l11.675 4.474s3.729 1.191 4.514-.88a2.39 2.39 0 0 0-1.528-3.203l-8.958-3.21l12.385 4.348s3.798 1.514 4.706-1.073c1-2.845-2.347-3.553-2.347-3.553l-10.305-2.428l14.225 3.352s2.32.642 2.943-1.5c.61-2.1-1.313-2.808-2.214-3.051a203 203 0 0 0-3.697-.937"/></g></svg> </template>
CSS
.icon-palm-down-hand-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%236a462f%22%20d%3D%22M31.45%2051.05c-.387.82-2.432.953-2.441.953c-1.93.178-3.668-2.09-5.018-3.474c-5.516-5.652-11.16-10.235-12.852-10.745c-2.084-.628-2.148-.867-2.148-.867V20.529s.715-.487%205%200c4.699.534%207.999%201.268%2012%202c1.958.358%203.741.685%206%201c4.31.59%208.65.924%2013%201c8%20.208%2013%200%2013%200h3s2.221%201.86%202%203c-.316%201.623-3%203-3%203s.487-.23%201.028%201.062c.271.653.345%201.37.211%202.064c-.27.807-.267%201.021-1.073%201.514c-1.078.66-3.358-.248-3.358-.248a7.2%207.2%200%200%201%20.083%201.685a5.8%205.8%200%200%201-.728%202.073c-.39.866-2.015.84-2.164.85a5.43%205.43%200%200%201-3-1a21%2021%200%200%200-2-1s1.146%201.309.901%202.346c-.228.962-.843%202.16-1.761%202.244c-.406.038-3.354-.643-3.354-.643l-3.849-1.475l-3.821-1.464l-2.382-.913l-1.367-.323l-6.2%202.932l3.285%205.049l1.78%203.676s-.592%201.711-.771%202.092%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M8.99%2036.916s2.9.216%206.28%203.623c3.09%202.918%2011.232%2010.227%2011.232%2010.227c1.058.717%203.132%202.077%204.729.775a3.1%203.1%200%200%200%20.77-3.96l-5.175-7.632l5.165-2.033l-5.165%202.033l5.165-2.033l12-6.387l11-2h5.028s3.18%200%203.18-2.562c0-2.477-2.304-2.766-3.304-2.766s-12.652-.037-12.963%200l-13.995-.867L8.99%2019.916c0%203-.424%208.692%200%2017%22%2F%3E%3Cpath%20d%3D%22m33.592%2037.19l11.675%204.474s3.729%201.191%204.514-.88a2.39%202.39%200%200%200-1.528-3.203l-8.958-3.21l12.385%204.348s3.798%201.514%204.706-1.073c1-2.845-2.347-3.553-2.347-3.553l-10.305-2.428l14.225%203.352s2.32.642%202.943-1.5c.61-2.1-1.313-2.808-2.214-3.051a203%20203%200%200%200-3.697-.937%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%236a462f%22%20d%3D%22M31.45%2051.05c-.387.82-2.432.953-2.441.953c-1.93.178-3.668-2.09-5.018-3.474c-5.516-5.652-11.16-10.235-12.852-10.745c-2.084-.628-2.148-.867-2.148-.867V20.529s.715-.487%205%200c4.699.534%207.999%201.268%2012%202c1.958.358%203.741.685%206%201c4.31.59%208.65.924%2013%201c8%20.208%2013%200%2013%200h3s2.221%201.86%202%203c-.316%201.623-3%203-3%203s.487-.23%201.028%201.062c.271.653.345%201.37.211%202.064c-.27.807-.267%201.021-1.073%201.514c-1.078.66-3.358-.248-3.358-.248a7.2%207.2%200%200%201%20.083%201.685a5.8%205.8%200%200%201-.728%202.073c-.39.866-2.015.84-2.164.85a5.43%205.43%200%200%201-3-1a21%2021%200%200%200-2-1s1.146%201.309.901%202.346c-.228.962-.843%202.16-1.761%202.244c-.406.038-3.354-.643-3.354-.643l-3.849-1.475l-3.821-1.464l-2.382-.913l-1.367-.323l-6.2%202.932l3.285%205.049l1.78%203.676s-.592%201.711-.771%202.092%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M8.99%2036.916s2.9.216%206.28%203.623c3.09%202.918%2011.232%2010.227%2011.232%2010.227c1.058.717%203.132%202.077%204.729.775a3.1%203.1%200%200%200%20.77-3.96l-5.175-7.632l5.165-2.033l-5.165%202.033l5.165-2.033l12-6.387l11-2h5.028s3.18%200%203.18-2.562c0-2.477-2.304-2.766-3.304-2.766s-12.652-.037-12.963%200l-13.995-.867L8.99%2019.916c0%203-.424%208.692%200%2017%22%2F%3E%3Cpath%20d%3D%22m33.592%2037.19l11.675%204.474s3.729%201.191%204.514-.88a2.39%202.39%200%200%200-1.528-3.203l-8.958-3.21l12.385%204.348s3.798%201.514%204.706-1.073c1-2.845-2.347-3.553-2.347-3.553l-10.305-2.428l14.225%203.352s2.32.642%202.943-1.5c.61-2.1-1.313-2.808-2.214-3.051a203%20203%200%200%200-3.697-.937%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/palm-down-hand-dark-skin-tone.svg?color=%231a73e8&size=48