ok hand emoji
ok-hand-light-skin-tone from OpenMoji by OpenMoji · Light skin tone · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- ok-hand-light-skin-tone
- Set
- OpenMoji
- Style
- 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 ok hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fadcbc" stroke="#fadcbc" stroke-miterlimit="10" stroke-width="1.8" d="M56.426 39.17c.03-.18.03-.36.03-.55c0 0 .33-21.03.3-21.34a3.534 3.534 0 0 0-3.86-3.17a3.53 3.53 0 0 0-3.17 3.86l.71 13.221c-1.42-5.66-5.64-21.641-5.73-21.871a3.53 3.53 0 0 0-4.54-2.08a3.54 3.54 0 0 0-2.07 4.55l1.712 6.755l2.568 10.135v-.01c-2.6-4.36-10.55-17.72-10.71-17.93a3.536 3.536 0 0 0-4.95-.67a3.524 3.524 0 0 0-.68 4.94l5.332 9.137l7.557 13.035l-6.27-7.432a3.2 3.2 0 0 0-.59-.72c-.55-.51-1.22-.81-1.92-.91c-.59-.19-1.22-.23-1.87-.11l-10.079 1.47q-.48 0-.93.12a3.53 3.53 0 0 0-2.48 4.33c.51 1.89 2.45 3 4.34 2.48l8.88-1.3l5.65 7.106c-1.325 3.837-1.248 6.124-3.298 7.182c-3.912-1.38-7.925-1.946-7.925-1.946V42.06q.06-.465 0-.93a3.526 3.526 0 0 0-3.96-3.03a3.52 3.52 0 0 0-3.04 3.96v8.14l.072.223c.087 1.961.712 3.822 1.512 4.422c1.18 1.397 3.024 3.19 4.927 5.05c4.386 3.332 10.451 6.071 15.508 5.807c11.084 0 20.07-8.986 20.07-20.07c0-2.288-.38-4.42-1.085-6.456"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.458 50.2v-8.14a3.52 3.52 0 0 1 3.04-3.96a3.526 3.526 0 0 1 3.96 3.96v5.392m34.003-8.276a19.5 19.5 0 0 1 1.085 6.456c0 11.084-8.986 20.07-20.07 20.07c-5.056.264-11.122-2.475-15.508-5.806c-1.903-1.86-3.746-3.654-4.927-5.05c-.8-.6-1.424-2.462-1.512-4.423"/><path d="M33.681 42.216c-1.325 3.837-1.248 6.124-3.299 7.182c-3.912-1.38-7.924-1.946-7.924-1.946M28.03 35.11l-8.88 1.3a3.52 3.52 0 0 1-4.34-2.48a3.53 3.53 0 0 1 2.48-4.33q.45-.12.93-.12l10.08-1.47c.65-.12 1.28-.08 1.87.11m3.511 14.096L28.03 35.11m2.14-6.99c.7.1 1.37.4 1.92.91c.23.21.43.45.59.72l6.27 7.432m-7.557-13.035L26.06 15.01a3.524 3.524 0 0 1 .68-4.94a3.536 3.536 0 0 1 4.95.67c.16.21 8.11 13.57 10.71 17.93v.01m8.06 2.511c-1.42-5.66-5.64-21.641-5.73-21.871a3.53 3.53 0 0 0-4.54-2.08a3.54 3.54 0 0 0-2.07 4.55l1.713 6.755m9.917-.575a3.53 3.53 0 0 1 3.17-3.86a3.534 3.534 0 0 1 3.86 3.17c.03.31-.3 21.34-.3 21.34c0 .19 0 .37-.03.55M41.825 27.792l3.581 5.655"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiOkHandLightSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fadcbc" stroke="#fadcbc" strokeMiterlimit="10" strokeWidth="1.8" d="M56.426 39.17c.03-.18.03-.36.03-.55c0 0 .33-21.03.3-21.34a3.534 3.534 0 0 0-3.86-3.17a3.53 3.53 0 0 0-3.17 3.86l.71 13.221c-1.42-5.66-5.64-21.641-5.73-21.871a3.53 3.53 0 0 0-4.54-2.08a3.54 3.54 0 0 0-2.07 4.55l1.712 6.755l2.568 10.135v-.01c-2.6-4.36-10.55-17.72-10.71-17.93a3.536 3.536 0 0 0-4.95-.67a3.524 3.524 0 0 0-.68 4.94l5.332 9.137l7.557 13.035l-6.27-7.432a3.2 3.2 0 0 0-.59-.72c-.55-.51-1.22-.81-1.92-.91c-.59-.19-1.22-.23-1.87-.11l-10.079 1.47q-.48 0-.93.12a3.53 3.53 0 0 0-2.48 4.33c.51 1.89 2.45 3 4.34 2.48l8.88-1.3l5.65 7.106c-1.325 3.837-1.248 6.124-3.298 7.182c-3.912-1.38-7.925-1.946-7.925-1.946V42.06q.06-.465 0-.93a3.526 3.526 0 0 0-3.96-3.03a3.52 3.52 0 0 0-3.04 3.96v8.14l.072.223c.087 1.961.712 3.822 1.512 4.422c1.18 1.397 3.024 3.19 4.927 5.05c4.386 3.332 10.451 6.071 15.508 5.807c11.084 0 20.07-8.986 20.07-20.07c0-2.288-.38-4.42-1.085-6.456"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M15.458 50.2v-8.14a3.52 3.52 0 0 1 3.04-3.96a3.526 3.526 0 0 1 3.96 3.96v5.392m34.003-8.276a19.5 19.5 0 0 1 1.085 6.456c0 11.084-8.986 20.07-20.07 20.07c-5.056.264-11.122-2.475-15.508-5.806c-1.903-1.86-3.746-3.654-4.927-5.05c-.8-.6-1.424-2.462-1.512-4.423"/><path d="M33.681 42.216c-1.325 3.837-1.248 6.124-3.299 7.182c-3.912-1.38-7.924-1.946-7.924-1.946M28.03 35.11l-8.88 1.3a3.52 3.52 0 0 1-4.34-2.48a3.53 3.53 0 0 1 2.48-4.33q.45-.12.93-.12l10.08-1.47c.65-.12 1.28-.08 1.87.11m3.511 14.096L28.03 35.11m2.14-6.99c.7.1 1.37.4 1.92.91c.23.21.43.45.59.72l6.27 7.432m-7.557-13.035L26.06 15.01a3.524 3.524 0 0 1 .68-4.94a3.536 3.536 0 0 1 4.95.67c.16.21 8.11 13.57 10.71 17.93v.01m8.06 2.511c-1.42-5.66-5.64-21.641-5.73-21.871a3.53 3.53 0 0 0-4.54-2.08a3.54 3.54 0 0 0-2.07 4.55l1.713 6.755m9.917-.575a3.53 3.53 0 0 1 3.17-3.86a3.534 3.534 0 0 1 3.86 3.17c.03.31-.3 21.34-.3 21.34c0 .19 0 .37-.03.55M41.825 27.792l3.581 5.655"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fadcbc" stroke="#fadcbc" stroke-miterlimit="10" stroke-width="1.8" d="M56.426 39.17c.03-.18.03-.36.03-.55c0 0 .33-21.03.3-21.34a3.534 3.534 0 0 0-3.86-3.17a3.53 3.53 0 0 0-3.17 3.86l.71 13.221c-1.42-5.66-5.64-21.641-5.73-21.871a3.53 3.53 0 0 0-4.54-2.08a3.54 3.54 0 0 0-2.07 4.55l1.712 6.755l2.568 10.135v-.01c-2.6-4.36-10.55-17.72-10.71-17.93a3.536 3.536 0 0 0-4.95-.67a3.524 3.524 0 0 0-.68 4.94l5.332 9.137l7.557 13.035l-6.27-7.432a3.2 3.2 0 0 0-.59-.72c-.55-.51-1.22-.81-1.92-.91c-.59-.19-1.22-.23-1.87-.11l-10.079 1.47q-.48 0-.93.12a3.53 3.53 0 0 0-2.48 4.33c.51 1.89 2.45 3 4.34 2.48l8.88-1.3l5.65 7.106c-1.325 3.837-1.248 6.124-3.298 7.182c-3.912-1.38-7.925-1.946-7.925-1.946V42.06q.06-.465 0-.93a3.526 3.526 0 0 0-3.96-3.03a3.52 3.52 0 0 0-3.04 3.96v8.14l.072.223c.087 1.961.712 3.822 1.512 4.422c1.18 1.397 3.024 3.19 4.927 5.05c4.386 3.332 10.451 6.071 15.508 5.807c11.084 0 20.07-8.986 20.07-20.07c0-2.288-.38-4.42-1.085-6.456"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.458 50.2v-8.14a3.52 3.52 0 0 1 3.04-3.96a3.526 3.526 0 0 1 3.96 3.96v5.392m34.003-8.276a19.5 19.5 0 0 1 1.085 6.456c0 11.084-8.986 20.07-20.07 20.07c-5.056.264-11.122-2.475-15.508-5.806c-1.903-1.86-3.746-3.654-4.927-5.05c-.8-.6-1.424-2.462-1.512-4.423"/><path d="M33.681 42.216c-1.325 3.837-1.248 6.124-3.299 7.182c-3.912-1.38-7.924-1.946-7.924-1.946M28.03 35.11l-8.88 1.3a3.52 3.52 0 0 1-4.34-2.48a3.53 3.53 0 0 1 2.48-4.33q.45-.12.93-.12l10.08-1.47c.65-.12 1.28-.08 1.87.11m3.511 14.096L28.03 35.11m2.14-6.99c.7.1 1.37.4 1.92.91c.23.21.43.45.59.72l6.27 7.432m-7.557-13.035L26.06 15.01a3.524 3.524 0 0 1 .68-4.94a3.536 3.536 0 0 1 4.95.67c.16.21 8.11 13.57 10.71 17.93v.01m8.06 2.511c-1.42-5.66-5.64-21.641-5.73-21.871a3.53 3.53 0 0 0-4.54-2.08a3.54 3.54 0 0 0-2.07 4.55l1.713 6.755m9.917-.575a3.53 3.53 0 0 1 3.17-3.86a3.534 3.534 0 0 1 3.86 3.17c.03.31-.3 21.34-.3 21.34c0 .19 0 .37-.03.55M41.825 27.792l3.581 5.655"/></g></svg> </template>
CSS
.icon-ok-hand-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%23fadcbc%22%20stroke%3D%22%23fadcbc%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%20d%3D%22M56.426%2039.17c.03-.18.03-.36.03-.55c0%200%20.33-21.03.3-21.34a3.534%203.534%200%200%200-3.86-3.17a3.53%203.53%200%200%200-3.17%203.86l.71%2013.221c-1.42-5.66-5.64-21.641-5.73-21.871a3.53%203.53%200%200%200-4.54-2.08a3.54%203.54%200%200%200-2.07%204.55l1.712%206.755l2.568%2010.135v-.01c-2.6-4.36-10.55-17.72-10.71-17.93a3.536%203.536%200%200%200-4.95-.67a3.524%203.524%200%200%200-.68%204.94l5.332%209.137l7.557%2013.035l-6.27-7.432a3.2%203.2%200%200%200-.59-.72c-.55-.51-1.22-.81-1.92-.91c-.59-.19-1.22-.23-1.87-.11l-10.079%201.47q-.48%200-.93.12a3.53%203.53%200%200%200-2.48%204.33c.51%201.89%202.45%203%204.34%202.48l8.88-1.3l5.65%207.106c-1.325%203.837-1.248%206.124-3.298%207.182c-3.912-1.38-7.925-1.946-7.925-1.946V42.06q.06-.465%200-.93a3.526%203.526%200%200%200-3.96-3.03a3.52%203.52%200%200%200-3.04%203.96v8.14l.072.223c.087%201.961.712%203.822%201.512%204.422c1.18%201.397%203.024%203.19%204.927%205.05c4.386%203.332%2010.451%206.071%2015.508%205.807c11.084%200%2020.07-8.986%2020.07-20.07c0-2.288-.38-4.42-1.085-6.456%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%22M15.458%2050.2v-8.14a3.52%203.52%200%200%201%203.04-3.96a3.526%203.526%200%200%201%203.96%203.96v5.392m34.003-8.276a19.5%2019.5%200%200%201%201.085%206.456c0%2011.084-8.986%2020.07-20.07%2020.07c-5.056.264-11.122-2.475-15.508-5.806c-1.903-1.86-3.746-3.654-4.927-5.05c-.8-.6-1.424-2.462-1.512-4.423%22%2F%3E%3Cpath%20d%3D%22M33.681%2042.216c-1.325%203.837-1.248%206.124-3.299%207.182c-3.912-1.38-7.924-1.946-7.924-1.946M28.03%2035.11l-8.88%201.3a3.52%203.52%200%200%201-4.34-2.48a3.53%203.53%200%200%201%202.48-4.33q.45-.12.93-.12l10.08-1.47c.65-.12%201.28-.08%201.87.11m3.511%2014.096L28.03%2035.11m2.14-6.99c.7.1%201.37.4%201.92.91c.23.21.43.45.59.72l6.27%207.432m-7.557-13.035L26.06%2015.01a3.524%203.524%200%200%201%20.68-4.94a3.536%203.536%200%200%201%204.95.67c.16.21%208.11%2013.57%2010.71%2017.93v.01m8.06%202.511c-1.42-5.66-5.64-21.641-5.73-21.871a3.53%203.53%200%200%200-4.54-2.08a3.54%203.54%200%200%200-2.07%204.55l1.713%206.755m9.917-.575a3.53%203.53%200%200%201%203.17-3.86a3.534%203.534%200%200%201%203.86%203.17c.03.31-.3%2021.34-.3%2021.34c0%20.19%200%20.37-.03.55M41.825%2027.792l3.581%205.655%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%23fadcbc%22%20stroke%3D%22%23fadcbc%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%20d%3D%22M56.426%2039.17c.03-.18.03-.36.03-.55c0%200%20.33-21.03.3-21.34a3.534%203.534%200%200%200-3.86-3.17a3.53%203.53%200%200%200-3.17%203.86l.71%2013.221c-1.42-5.66-5.64-21.641-5.73-21.871a3.53%203.53%200%200%200-4.54-2.08a3.54%203.54%200%200%200-2.07%204.55l1.712%206.755l2.568%2010.135v-.01c-2.6-4.36-10.55-17.72-10.71-17.93a3.536%203.536%200%200%200-4.95-.67a3.524%203.524%200%200%200-.68%204.94l5.332%209.137l7.557%2013.035l-6.27-7.432a3.2%203.2%200%200%200-.59-.72c-.55-.51-1.22-.81-1.92-.91c-.59-.19-1.22-.23-1.87-.11l-10.079%201.47q-.48%200-.93.12a3.53%203.53%200%200%200-2.48%204.33c.51%201.89%202.45%203%204.34%202.48l8.88-1.3l5.65%207.106c-1.325%203.837-1.248%206.124-3.298%207.182c-3.912-1.38-7.925-1.946-7.925-1.946V42.06q.06-.465%200-.93a3.526%203.526%200%200%200-3.96-3.03a3.52%203.52%200%200%200-3.04%203.96v8.14l.072.223c.087%201.961.712%203.822%201.512%204.422c1.18%201.397%203.024%203.19%204.927%205.05c4.386%203.332%2010.451%206.071%2015.508%205.807c11.084%200%2020.07-8.986%2020.07-20.07c0-2.288-.38-4.42-1.085-6.456%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%22M15.458%2050.2v-8.14a3.52%203.52%200%200%201%203.04-3.96a3.526%203.526%200%200%201%203.96%203.96v5.392m34.003-8.276a19.5%2019.5%200%200%201%201.085%206.456c0%2011.084-8.986%2020.07-20.07%2020.07c-5.056.264-11.122-2.475-15.508-5.806c-1.903-1.86-3.746-3.654-4.927-5.05c-.8-.6-1.424-2.462-1.512-4.423%22%2F%3E%3Cpath%20d%3D%22M33.681%2042.216c-1.325%203.837-1.248%206.124-3.299%207.182c-3.912-1.38-7.924-1.946-7.924-1.946M28.03%2035.11l-8.88%201.3a3.52%203.52%200%200%201-4.34-2.48a3.53%203.53%200%200%201%202.48-4.33q.45-.12.93-.12l10.08-1.47c.65-.12%201.28-.08%201.87.11m3.511%2014.096L28.03%2035.11m2.14-6.99c.7.1%201.37.4%201.92.91c.23.21.43.45.59.72l6.27%207.432m-7.557-13.035L26.06%2015.01a3.524%203.524%200%200%201%20.68-4.94a3.536%203.536%200%200%201%204.95.67c.16.21%208.11%2013.57%2010.71%2017.93v.01m8.06%202.511c-1.42-5.66-5.64-21.641-5.73-21.871a3.53%203.53%200%200%200-4.54-2.08a3.54%203.54%200%200%200-2.07%204.55l1.713%206.755m9.917-.575a3.53%203.53%200%200%201%203.17-3.86a3.534%203.534%200%200%201%203.86%203.17c.03.31-.3%2021.34-.3%2021.34c0%20.19%200%20.37-.03.55M41.825%2027.792l3.581%205.655%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/ok-hand-light-skin-tone.svg?color=%231a73e8&size=48