leftwards hand emoji
leftwards-hand from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.
- Name
- leftwards-hand
- Set
- OpenMoji
- Style
- Default
- 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 leftwards hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M16.145 42.671a3.531 3.531 0 1 0-.095 7l18.999.256l4.325-.021l-13-.176a3.531 3.531 0 1 0-.094 7l12.999.175l10.085-.052c8.31-.425 13.63-7.752 13.205-16.06a19.62 19.62 0 0 0-5.658-12.728c-3.09-2.918-14.128-12.287-14.128-12.287a3.31 3.31 0 0 0-4.11.292a3.345 3.345 0 0 0-.284 4.584l6.966 8.001l-5.4.04l5.4-.04l-5.4.04l-21.85-.04a3.531 3.531 0 1 0-.095 6.999l7 .095l10.636.186l-22.193-.367a3.531 3.531 0 1 0-.094 6.999l24.016.206"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.145 42.671a3.531 3.531 0 1 0-.095 7l18.999.256l.951-.004l-9.625-.193a3.531 3.531 0 1 0-.095 7l12.999.175l10.085-.052c8.31-.425 13.63-7.752 13.205-16.06a19.62 19.62 0 0 0-5.657-12.728c-3.09-2.918-13.817-12.281-13.817-12.281a3.64 3.64 0 0 0-4.604.296a3.307 3.307 0 0 0-.286 4.38l7.15 8.195l-5.4.039l5.4-.039l-5.4.039l-21.85-.04a3.531 3.531 0 1 0-.095 7l7 .094l10.636.186l-22.193-.367a3.531 3.531 0 1 0-.094 7l20.453.175"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLeftwardsHand(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="M16.145 42.671a3.531 3.531 0 1 0-.095 7l18.999.256l4.325-.021l-13-.176a3.531 3.531 0 1 0-.094 7l12.999.175l10.085-.052c8.31-.425 13.63-7.752 13.205-16.06a19.62 19.62 0 0 0-5.658-12.728c-3.09-2.918-14.128-12.287-14.128-12.287a3.31 3.31 0 0 0-4.11.292a3.345 3.345 0 0 0-.284 4.584l6.966 8.001l-5.4.04l5.4-.04l-5.4.04l-21.85-.04a3.531 3.531 0 1 0-.095 6.999l7 .095l10.636.186l-22.193-.367a3.531 3.531 0 1 0-.094 6.999l24.016.206"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16.145 42.671a3.531 3.531 0 1 0-.095 7l18.999.256l.951-.004l-9.625-.193a3.531 3.531 0 1 0-.095 7l12.999.175l10.085-.052c8.31-.425 13.63-7.752 13.205-16.06a19.62 19.62 0 0 0-5.657-12.728c-3.09-2.918-13.817-12.281-13.817-12.281a3.64 3.64 0 0 0-4.604.296a3.307 3.307 0 0 0-.286 4.38l7.15 8.195l-5.4.039l5.4-.039l-5.4.039l-21.85-.04a3.531 3.531 0 1 0-.095 7l7 .094l10.636.186l-22.193-.367a3.531 3.531 0 1 0-.094 7l20.453.175"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M16.145 42.671a3.531 3.531 0 1 0-.095 7l18.999.256l4.325-.021l-13-.176a3.531 3.531 0 1 0-.094 7l12.999.175l10.085-.052c8.31-.425 13.63-7.752 13.205-16.06a19.62 19.62 0 0 0-5.658-12.728c-3.09-2.918-14.128-12.287-14.128-12.287a3.31 3.31 0 0 0-4.11.292a3.345 3.345 0 0 0-.284 4.584l6.966 8.001l-5.4.04l5.4-.04l-5.4.04l-21.85-.04a3.531 3.531 0 1 0-.095 6.999l7 .095l10.636.186l-22.193-.367a3.531 3.531 0 1 0-.094 6.999l24.016.206"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.145 42.671a3.531 3.531 0 1 0-.095 7l18.999.256l.951-.004l-9.625-.193a3.531 3.531 0 1 0-.095 7l12.999.175l10.085-.052c8.31-.425 13.63-7.752 13.205-16.06a19.62 19.62 0 0 0-5.657-12.728c-3.09-2.918-13.817-12.281-13.817-12.281a3.64 3.64 0 0 0-4.604.296a3.307 3.307 0 0 0-.286 4.38l7.15 8.195l-5.4.039l5.4-.039l-5.4.039l-21.85-.04a3.531 3.531 0 1 0-.095 7l7 .094l10.636.186l-22.193-.367a3.531 3.531 0 1 0-.094 7l20.453.175"/></svg> </template>
CSS
.icon-leftwards-hand {
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%22M16.145%2042.671a3.531%203.531%200%201%200-.095%207l18.999.256l4.325-.021l-13-.176a3.531%203.531%200%201%200-.094%207l12.999.175l10.085-.052c8.31-.425%2013.63-7.752%2013.205-16.06a19.62%2019.62%200%200%200-5.658-12.728c-3.09-2.918-14.128-12.287-14.128-12.287a3.31%203.31%200%200%200-4.11.292a3.345%203.345%200%200%200-.284%204.584l6.966%208.001l-5.4.04l5.4-.04l-5.4.04l-21.85-.04a3.531%203.531%200%201%200-.095%206.999l7%20.095l10.636.186l-22.193-.367a3.531%203.531%200%201%200-.094%206.999l24.016.206%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%22M16.145%2042.671a3.531%203.531%200%201%200-.095%207l18.999.256l.951-.004l-9.625-.193a3.531%203.531%200%201%200-.095%207l12.999.175l10.085-.052c8.31-.425%2013.63-7.752%2013.205-16.06a19.62%2019.62%200%200%200-5.657-12.728c-3.09-2.918-13.817-12.281-13.817-12.281a3.64%203.64%200%200%200-4.604.296a3.307%203.307%200%200%200-.286%204.38l7.15%208.195l-5.4.039l5.4-.039l-5.4.039l-21.85-.04a3.531%203.531%200%201%200-.095%207l7%20.094l10.636.186l-22.193-.367a3.531%203.531%200%201%200-.094%207l20.453.175%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%22M16.145%2042.671a3.531%203.531%200%201%200-.095%207l18.999.256l4.325-.021l-13-.176a3.531%203.531%200%201%200-.094%207l12.999.175l10.085-.052c8.31-.425%2013.63-7.752%2013.205-16.06a19.62%2019.62%200%200%200-5.658-12.728c-3.09-2.918-14.128-12.287-14.128-12.287a3.31%203.31%200%200%200-4.11.292a3.345%203.345%200%200%200-.284%204.584l6.966%208.001l-5.4.04l5.4-.04l-5.4.04l-21.85-.04a3.531%203.531%200%201%200-.095%206.999l7%20.095l10.636.186l-22.193-.367a3.531%203.531%200%201%200-.094%206.999l24.016.206%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%22M16.145%2042.671a3.531%203.531%200%201%200-.095%207l18.999.256l.951-.004l-9.625-.193a3.531%203.531%200%201%200-.095%207l12.999.175l10.085-.052c8.31-.425%2013.63-7.752%2013.205-16.06a19.62%2019.62%200%200%200-5.657-12.728c-3.09-2.918-13.817-12.281-13.817-12.281a3.64%203.64%200%200%200-4.604.296a3.307%203.307%200%200%200-.286%204.38l7.15%208.195l-5.4.039l5.4-.039l-5.4.039l-21.85-.04a3.531%203.531%200%201%200-.095%207l7%20.094l10.636.186l-22.193-.367a3.531%203.531%200%201%200-.094%207l20.453.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/leftwards-hand.svg?color=%231a73e8&size=48