raised hand emoji
raised-hand-medium-light-skin-tone from OpenMoji by OpenMoji · Medium-light skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- raised-hand-medium-light-skin-tone
- Set
- OpenMoji
- Style
- Medium-light 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 raised hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#debb90" stroke="#debb90" d="M30.615 13.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.022 4.325l.176-12.999a3.531 3.531 0 1 0-7-.095l-.176 13l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.193a3.531 3.531 0 1 0-7-.094l-.206 24.016"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.615 13.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.005.951l.193-9.625a3.531 3.531 0 1 0-7-.095l-.176 13l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.193a3.531 3.531 0 1 0-7-.094l-.175 20.454"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRaisedHandMediumLightSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#debb90" stroke="#debb90" d="M30.615 13.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.022 4.325l.176-12.999a3.531 3.531 0 1 0-7-.095l-.176 13l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.193a3.531 3.531 0 1 0-7-.094l-.206 24.016"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M30.615 13.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.005.951l.193-9.625a3.531 3.531 0 1 0-7-.095l-.176 13l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.193a3.531 3.531 0 1 0-7-.094l-.175 20.454"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#debb90" stroke="#debb90" d="M30.615 13.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.022 4.325l.176-12.999a3.531 3.531 0 1 0-7-.095l-.176 13l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.193a3.531 3.531 0 1 0-7-.094l-.206 24.016"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M30.615 13.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.005.951l.193-9.625a3.531 3.531 0 1 0-7-.095l-.176 13l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.193a3.531 3.531 0 1 0-7-.094l-.175 20.454"/></svg> </template>
CSS
.icon-raised-hand-medium-light-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%23debb90%22%20stroke%3D%22%23debb90%22%20d%3D%22M30.615%2013.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.022%204.325l.176-12.999a3.531%203.531%200%201%200-7-.095l-.176%2013l.053%2010.084c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.193a3.531%203.531%200%201%200-7-.094l-.206%2024.016%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%22M30.615%2013.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.005.951l.193-9.625a3.531%203.531%200%201%200-7-.095l-.176%2013l.053%2010.084c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.193a3.531%203.531%200%201%200-7-.094l-.175%2020.454%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%23debb90%22%20stroke%3D%22%23debb90%22%20d%3D%22M30.615%2013.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.022%204.325l.176-12.999a3.531%203.531%200%201%200-7-.095l-.176%2013l.053%2010.084c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.193a3.531%203.531%200%201%200-7-.094l-.206%2024.016%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%22M30.615%2013.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.005.951l.193-9.625a3.531%203.531%200%201%200-7-.095l-.176%2013l.053%2010.084c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.193a3.531%203.531%200%201%200-7-.094l-.175%2020.454%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/raised-hand-medium-light-skin-tone.svg?color=%231a73e8&size=48