palm up hand emoji
palm-up-hand-medium-skin-tone from OpenMoji by OpenMoji · Medium skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- palm-up-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
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 up hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#c19a65" d="M40.55 20.95c.387-.82 2.433-.953 2.441-.953c1.93-.178 3.668 2.09 5.019 3.474c5.515 5.652 11.159 10.235 12.851 10.745c2.084.628 2.149.867 2.149.867v16.388s-.716.487-5 0c-4.7-.534-8-1.268-12-2c-1.96-.358-3.742-.685-6-1c-4.31-.59-8.651-.924-13-1c-8.002-.208-13 0-13 0h-3s-2.222-1.86-2-3c.315-1.623 3-3 3-3s-.488.23-1.03-1.062a3.6 3.6 0 0 1-.21-2.064c.27-.807.267-1.021 1.073-1.514c1.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 1q.972.555 2 1s-1.146-1.309-.9-2.346c.227-.962.843-2.16 1.761-2.244c.406-.038 3.353.643 3.353.643l3.85 1.475l3.82 1.464l2.383.913l1.366.323l6.2-2.932l-3.285-5.049l-1.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="M63.01 35.084s-2.9-.216-6.279-3.623c-3.09-2.918-11.233-10.227-11.233-10.227c-1.058-.717-3.132-2.077-4.728-.775a3.1 3.1 0 0 0-.77 3.96l5.175 7.632l-5.165 2.033l5.165-2.033l-5.165 2.033l-12 6.387l-11 2h-5.03s-3.178 0-3.178 2.562c0 2.477 2.302 2.766 3.302 2.766s12.653.037 12.964 0l13.995.867l23.947 3.418c0-3 .425-8.692 0-17"/><path d="m38.408 34.81l-11.675-4.474s-3.729-1.191-4.514.88a2.39 2.39 0 0 0 1.528 3.203l8.958 3.21l-12.385-4.348s-3.798-1.514-4.706 1.073c-1 2.845 2.347 3.553 2.347 3.553l10.305 2.428l-14.225-3.352s-2.32-.642-2.943 1.5c-.61 2.1 1.313 2.808 2.214 3.051c1.366.369 3.697.937 3.697.937"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPalmUpHandMediumSkinTone(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="M40.55 20.95c.387-.82 2.433-.953 2.441-.953c1.93-.178 3.668 2.09 5.019 3.474c5.515 5.652 11.159 10.235 12.851 10.745c2.084.628 2.149.867 2.149.867v16.388s-.716.487-5 0c-4.7-.534-8-1.268-12-2c-1.96-.358-3.742-.685-6-1c-4.31-.59-8.651-.924-13-1c-8.002-.208-13 0-13 0h-3s-2.222-1.86-2-3c.315-1.623 3-3 3-3s-.488.23-1.03-1.062a3.6 3.6 0 0 1-.21-2.064c.27-.807.267-1.021 1.073-1.514c1.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 1q.972.555 2 1s-1.146-1.309-.9-2.346c.227-.962.843-2.16 1.761-2.244c.406-.038 3.353.643 3.353.643l3.85 1.475l3.82 1.464l2.383.913l1.366.323l6.2-2.932l-3.285-5.049l-1.78-3.676s.592-1.711.771-2.092"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M63.01 35.084s-2.9-.216-6.279-3.623c-3.09-2.918-11.233-10.227-11.233-10.227c-1.058-.717-3.132-2.077-4.728-.775a3.1 3.1 0 0 0-.77 3.96l5.175 7.632l-5.165 2.033l5.165-2.033l-5.165 2.033l-12 6.387l-11 2h-5.03s-3.178 0-3.178 2.562c0 2.477 2.302 2.766 3.302 2.766s12.653.037 12.964 0l13.995.867l23.947 3.418c0-3 .425-8.692 0-17"/><path d="m38.408 34.81l-11.675-4.474s-3.729-1.191-4.514.88a2.39 2.39 0 0 0 1.528 3.203l8.958 3.21l-12.385-4.348s-3.798-1.514-4.706 1.073c-1 2.845 2.347 3.553 2.347 3.553l10.305 2.428l-14.225-3.352s-2.32-.642-2.943 1.5c-.61 2.1 1.313 2.808 2.214 3.051c1.366.369 3.697.937 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="#c19a65" d="M40.55 20.95c.387-.82 2.433-.953 2.441-.953c1.93-.178 3.668 2.09 5.019 3.474c5.515 5.652 11.159 10.235 12.851 10.745c2.084.628 2.149.867 2.149.867v16.388s-.716.487-5 0c-4.7-.534-8-1.268-12-2c-1.96-.358-3.742-.685-6-1c-4.31-.59-8.651-.924-13-1c-8.002-.208-13 0-13 0h-3s-2.222-1.86-2-3c.315-1.623 3-3 3-3s-.488.23-1.03-1.062a3.6 3.6 0 0 1-.21-2.064c.27-.807.267-1.021 1.073-1.514c1.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 1q.972.555 2 1s-1.146-1.309-.9-2.346c.227-.962.843-2.16 1.761-2.244c.406-.038 3.353.643 3.353.643l3.85 1.475l3.82 1.464l2.383.913l1.366.323l6.2-2.932l-3.285-5.049l-1.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="M63.01 35.084s-2.9-.216-6.279-3.623c-3.09-2.918-11.233-10.227-11.233-10.227c-1.058-.717-3.132-2.077-4.728-.775a3.1 3.1 0 0 0-.77 3.96l5.175 7.632l-5.165 2.033l5.165-2.033l-5.165 2.033l-12 6.387l-11 2h-5.03s-3.178 0-3.178 2.562c0 2.477 2.302 2.766 3.302 2.766s12.653.037 12.964 0l13.995.867l23.947 3.418c0-3 .425-8.692 0-17"/><path d="m38.408 34.81l-11.675-4.474s-3.729-1.191-4.514.88a2.39 2.39 0 0 0 1.528 3.203l8.958 3.21l-12.385-4.348s-3.798-1.514-4.706 1.073c-1 2.845 2.347 3.553 2.347 3.553l10.305 2.428l-14.225-3.352s-2.32-.642-2.943 1.5c-.61 2.1 1.313 2.808 2.214 3.051c1.366.369 3.697.937 3.697.937"/></g></svg> </template>
CSS
.icon-palm-up-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%22M40.55%2020.95c.387-.82%202.433-.953%202.441-.953c1.93-.178%203.668%202.09%205.019%203.474c5.515%205.652%2011.159%2010.235%2012.851%2010.745c2.084.628%202.149.867%202.149.867v16.388s-.716.487-5%200c-4.7-.534-8-1.268-12-2c-1.96-.358-3.742-.685-6-1c-4.31-.59-8.651-.924-13-1c-8.002-.208-13%200-13%200h-3s-2.222-1.86-2-3c.315-1.623%203-3%203-3s-.488.23-1.03-1.062a3.6%203.6%200%200%201-.21-2.064c.27-.807.267-1.021%201.073-1.514c1.078-.66%203.358.248%203.358.248a7.2%207.2%200%200%201-.083-1.685a5.8%205.8%200%200%201%20.728-2.073c.39-.866%202.015-.84%202.164-.85a5.43%205.43%200%200%201%203%201q.972.555%202%201s-1.146-1.309-.9-2.346c.227-.962.843-2.16%201.761-2.244c.406-.038%203.353.643%203.353.643l3.85%201.475l3.82%201.464l2.383.913l1.366.323l6.2-2.932l-3.285-5.049l-1.78-3.676s.592-1.711.771-2.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%22M63.01%2035.084s-2.9-.216-6.279-3.623c-3.09-2.918-11.233-10.227-11.233-10.227c-1.058-.717-3.132-2.077-4.728-.775a3.1%203.1%200%200%200-.77%203.96l5.175%207.632l-5.165%202.033l5.165-2.033l-5.165%202.033l-12%206.387l-11%202h-5.03s-3.178%200-3.178%202.562c0%202.477%202.302%202.766%203.302%202.766s12.653.037%2012.964%200l13.995.867l23.947%203.418c0-3%20.425-8.692%200-17%22%2F%3E%3Cpath%20d%3D%22m38.408%2034.81l-11.675-4.474s-3.729-1.191-4.514.88a2.39%202.39%200%200%200%201.528%203.203l8.958%203.21l-12.385-4.348s-3.798-1.514-4.706%201.073c-1%202.845%202.347%203.553%202.347%203.553l10.305%202.428l-14.225-3.352s-2.32-.642-2.943%201.5c-.61%202.1%201.313%202.808%202.214%203.051c1.366.369%203.697.937%203.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%23c19a65%22%20d%3D%22M40.55%2020.95c.387-.82%202.433-.953%202.441-.953c1.93-.178%203.668%202.09%205.019%203.474c5.515%205.652%2011.159%2010.235%2012.851%2010.745c2.084.628%202.149.867%202.149.867v16.388s-.716.487-5%200c-4.7-.534-8-1.268-12-2c-1.96-.358-3.742-.685-6-1c-4.31-.59-8.651-.924-13-1c-8.002-.208-13%200-13%200h-3s-2.222-1.86-2-3c.315-1.623%203-3%203-3s-.488.23-1.03-1.062a3.6%203.6%200%200%201-.21-2.064c.27-.807.267-1.021%201.073-1.514c1.078-.66%203.358.248%203.358.248a7.2%207.2%200%200%201-.083-1.685a5.8%205.8%200%200%201%20.728-2.073c.39-.866%202.015-.84%202.164-.85a5.43%205.43%200%200%201%203%201q.972.555%202%201s-1.146-1.309-.9-2.346c.227-.962.843-2.16%201.761-2.244c.406-.038%203.353.643%203.353.643l3.85%201.475l3.82%201.464l2.383.913l1.366.323l6.2-2.932l-3.285-5.049l-1.78-3.676s.592-1.711.771-2.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%22M63.01%2035.084s-2.9-.216-6.279-3.623c-3.09-2.918-11.233-10.227-11.233-10.227c-1.058-.717-3.132-2.077-4.728-.775a3.1%203.1%200%200%200-.77%203.96l5.175%207.632l-5.165%202.033l5.165-2.033l-5.165%202.033l-12%206.387l-11%202h-5.03s-3.178%200-3.178%202.562c0%202.477%202.302%202.766%203.302%202.766s12.653.037%2012.964%200l13.995.867l23.947%203.418c0-3%20.425-8.692%200-17%22%2F%3E%3Cpath%20d%3D%22m38.408%2034.81l-11.675-4.474s-3.729-1.191-4.514.88a2.39%202.39%200%200%200%201.528%203.203l8.958%203.21l-12.385-4.348s-3.798-1.514-4.706%201.073c-1%202.845%202.347%203.553%202.347%203.553l10.305%202.428l-14.225-3.352s-2.32-.642-2.943%201.5c-.61%202.1%201.313%202.808%202.214%203.051c1.366.369%203.697.937%203.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-up-hand-medium-skin-tone.svg?color=%231a73e8&size=48