leftwards thumb sign emoji

leftwards-thumb-sign-light-skin-tone from OpenMoji by OpenMoji · Light skin tone · People Body · CC-BY-SA-4.0 Attribution required.

Name
leftwards-thumb-sign-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

Use the leftwards thumb sign emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fadcbc"><path d="M41.283 16.972v.948a3.6 3.6 0 0 1 0-.948"/><path d="M55.995 29.655v17.481c0 3.529-1.478 6.715-3.863 9.024s-5.674 3.74-9.319 3.74c-4.841 0-9.433-2.087-12.536-5.686l-6.57-7.642c-2.635-3.055-6.529-4.82-10.642-4.82h-1.322c-1 0-1.916-.392-2.572-1.038a3.44 3.44 0 0 1-1.07-2.358c-.077-2.012 1.767-3.66 3.846-3.66h10.211c1.177 0 2.842-.924 2.842-2.064V21.73c-.01-.05 1.268-.1 1.258-.14v-3.892a3.5 3.5 0 0 1 0-.942c.229-1.701 1.782-3.048 3.554-3.083c2.341-.046 4.083 1.892 3.786 4.025v.02c.115 0 .23-.01.344-.01v-1.805a3.6 3.6 0 0 1 0-.948c.27-1.945 2.134-3.316 4.165-3.054c2.02.262 3.446 2.046 3.176 4.002v1.069a3.6 3.6 0 0 0 0 .948v-.948c.27-1.946 2.134-3.317 4.164-3.055c2.02.262 3.447 2.047 3.176 4.003v4.012c.281-1.936 2.135-3.307 4.155-3.045c2.03.263 3.457 2.047 3.186 4.003v6.755z"/><path d="M26.29 21.73v9.85a3.2 3.2 0 0 1-.032-.776v-9.215c.01.04.02.091.031.142m14.994-4.759v.948a3.6 3.6 0 0 1 0-.948"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.028"><path d="M29.62 34.841c2.207-.154 3.873-1.95 3.742-4.032V17.702c.276-1.948-1.176-3.739-3.242-3.999s-3.965 1.11-4.24 3.058a3.4 3.4 0 0 0 0 .941V30.81c-.131 2.082 1.535 3.878 3.74 4.032m21.755-.865c2.118-.153 3.719-1.95 3.593-4.032v-7.057c.264-1.95-1.13-3.74-3.114-4s-3.808 1.11-4.072 3.058a3.5 3.5 0 0 0 0 .941v7.058c-.126 2.082 1.474 3.879 3.593 4.032"/><path d="M37.002 39.088c2.12-.154 3.72-1.95 3.593-4.033V15.9c.265-1.949-1.129-3.74-3.113-4c-1.985-.26-3.808 1.11-4.073 3.058a3.5 3.5 0 0 0 0 .942v19.155c-.126 2.083 1.475 3.879 3.593 4.033"/><path d="M44.189 37.072c2.118-.154 3.718-1.95 3.593-4.033V17.916c.264-1.949-1.13-3.74-3.114-4s-3.808 1.11-4.073 3.059a3.5 3.5 0 0 0 0 .941V33.04c-.126 2.082 1.475 3.879 3.593 4.032"/><path d="M55 36.712v10.427C55 54.187 49.222 59.9 42.094 59.9h0a16.06 16.06 0 0 1-12.278-5.686l-6.438-7.64a13.62 13.62 0 0 0-10.411-4.821h-1.3c-1.97 0-3.568-1.58-3.568-3.529h0c0-1.948 1.597-3.528 3.568-3.528h11.726"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiLeftwardsThumbSignLightSkinTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fadcbc"><path d="M41.283 16.972v.948a3.6 3.6 0 0 1 0-.948"/><path d="M55.995 29.655v17.481c0 3.529-1.478 6.715-3.863 9.024s-5.674 3.74-9.319 3.74c-4.841 0-9.433-2.087-12.536-5.686l-6.57-7.642c-2.635-3.055-6.529-4.82-10.642-4.82h-1.322c-1 0-1.916-.392-2.572-1.038a3.44 3.44 0 0 1-1.07-2.358c-.077-2.012 1.767-3.66 3.846-3.66h10.211c1.177 0 2.842-.924 2.842-2.064V21.73c-.01-.05 1.268-.1 1.258-.14v-3.892a3.5 3.5 0 0 1 0-.942c.229-1.701 1.782-3.048 3.554-3.083c2.341-.046 4.083 1.892 3.786 4.025v.02c.115 0 .23-.01.344-.01v-1.805a3.6 3.6 0 0 1 0-.948c.27-1.945 2.134-3.316 4.165-3.054c2.02.262 3.446 2.046 3.176 4.002v1.069a3.6 3.6 0 0 0 0 .948v-.948c.27-1.946 2.134-3.317 4.164-3.055c2.02.262 3.447 2.047 3.176 4.003v4.012c.281-1.936 2.135-3.307 4.155-3.045c2.03.263 3.457 2.047 3.186 4.003v6.755z"/><path d="M26.29 21.73v9.85a3.2 3.2 0 0 1-.032-.776v-9.215c.01.04.02.091.031.142m14.994-4.759v.948a3.6 3.6 0 0 1 0-.948"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.028"><path d="M29.62 34.841c2.207-.154 3.873-1.95 3.742-4.032V17.702c.276-1.948-1.176-3.739-3.242-3.999s-3.965 1.11-4.24 3.058a3.4 3.4 0 0 0 0 .941V30.81c-.131 2.082 1.535 3.878 3.74 4.032m21.755-.865c2.118-.153 3.719-1.95 3.593-4.032v-7.057c.264-1.95-1.13-3.74-3.114-4s-3.808 1.11-4.072 3.058a3.5 3.5 0 0 0 0 .941v7.058c-.126 2.082 1.474 3.879 3.593 4.032"/><path d="M37.002 39.088c2.12-.154 3.72-1.95 3.593-4.033V15.9c.265-1.949-1.129-3.74-3.113-4c-1.985-.26-3.808 1.11-4.073 3.058a3.5 3.5 0 0 0 0 .942v19.155c-.126 2.083 1.475 3.879 3.593 4.033"/><path d="M44.189 37.072c2.118-.154 3.718-1.95 3.593-4.033V17.916c.264-1.949-1.13-3.74-3.114-4s-3.808 1.11-4.073 3.059a3.5 3.5 0 0 0 0 .941V33.04c-.126 2.082 1.475 3.879 3.593 4.032"/><path d="M55 36.712v10.427C55 54.187 49.222 59.9 42.094 59.9h0a16.06 16.06 0 0 1-12.278-5.686l-6.438-7.64a13.62 13.62 0 0 0-10.411-4.821h-1.3c-1.97 0-3.568-1.58-3.568-3.529h0c0-1.948 1.597-3.528 3.568-3.528h11.726"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#fadcbc"><path d="M41.283 16.972v.948a3.6 3.6 0 0 1 0-.948"/><path d="M55.995 29.655v17.481c0 3.529-1.478 6.715-3.863 9.024s-5.674 3.74-9.319 3.74c-4.841 0-9.433-2.087-12.536-5.686l-6.57-7.642c-2.635-3.055-6.529-4.82-10.642-4.82h-1.322c-1 0-1.916-.392-2.572-1.038a3.44 3.44 0 0 1-1.07-2.358c-.077-2.012 1.767-3.66 3.846-3.66h10.211c1.177 0 2.842-.924 2.842-2.064V21.73c-.01-.05 1.268-.1 1.258-.14v-3.892a3.5 3.5 0 0 1 0-.942c.229-1.701 1.782-3.048 3.554-3.083c2.341-.046 4.083 1.892 3.786 4.025v.02c.115 0 .23-.01.344-.01v-1.805a3.6 3.6 0 0 1 0-.948c.27-1.945 2.134-3.316 4.165-3.054c2.02.262 3.446 2.046 3.176 4.002v1.069a3.6 3.6 0 0 0 0 .948v-.948c.27-1.946 2.134-3.317 4.164-3.055c2.02.262 3.447 2.047 3.176 4.003v4.012c.281-1.936 2.135-3.307 4.155-3.045c2.03.263 3.457 2.047 3.186 4.003v6.755z"/><path d="M26.29 21.73v9.85a3.2 3.2 0 0 1-.032-.776v-9.215c.01.04.02.091.031.142m14.994-4.759v.948a3.6 3.6 0 0 1 0-.948"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.028"><path d="M29.62 34.841c2.207-.154 3.873-1.95 3.742-4.032V17.702c.276-1.948-1.176-3.739-3.242-3.999s-3.965 1.11-4.24 3.058a3.4 3.4 0 0 0 0 .941V30.81c-.131 2.082 1.535 3.878 3.74 4.032m21.755-.865c2.118-.153 3.719-1.95 3.593-4.032v-7.057c.264-1.95-1.13-3.74-3.114-4s-3.808 1.11-4.072 3.058a3.5 3.5 0 0 0 0 .941v7.058c-.126 2.082 1.474 3.879 3.593 4.032"/><path d="M37.002 39.088c2.12-.154 3.72-1.95 3.593-4.033V15.9c.265-1.949-1.129-3.74-3.113-4c-1.985-.26-3.808 1.11-4.073 3.058a3.5 3.5 0 0 0 0 .942v19.155c-.126 2.083 1.475 3.879 3.593 4.033"/><path d="M44.189 37.072c2.118-.154 3.718-1.95 3.593-4.033V17.916c.264-1.949-1.13-3.74-3.114-4s-3.808 1.11-4.073 3.059a3.5 3.5 0 0 0 0 .941V33.04c-.126 2.082 1.475 3.879 3.593 4.032"/><path d="M55 36.712v10.427C55 54.187 49.222 59.9 42.094 59.9h0a16.06 16.06 0 0 1-12.278-5.686l-6.438-7.64a13.62 13.62 0 0 0-10.411-4.821h-1.3c-1.97 0-3.568-1.58-3.568-3.529h0c0-1.948 1.597-3.528 3.568-3.528h11.726"/></g></svg>
</template>

CSS

.icon-leftwards-thumb-sign-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%3Cg%20fill%3D%22%23fadcbc%22%3E%3Cpath%20d%3D%22M41.283%2016.972v.948a3.6%203.6%200%200%201%200-.948%22%2F%3E%3Cpath%20d%3D%22M55.995%2029.655v17.481c0%203.529-1.478%206.715-3.863%209.024s-5.674%203.74-9.319%203.74c-4.841%200-9.433-2.087-12.536-5.686l-6.57-7.642c-2.635-3.055-6.529-4.82-10.642-4.82h-1.322c-1%200-1.916-.392-2.572-1.038a3.44%203.44%200%200%201-1.07-2.358c-.077-2.012%201.767-3.66%203.846-3.66h10.211c1.177%200%202.842-.924%202.842-2.064V21.73c-.01-.05%201.268-.1%201.258-.14v-3.892a3.5%203.5%200%200%201%200-.942c.229-1.701%201.782-3.048%203.554-3.083c2.341-.046%204.083%201.892%203.786%204.025v.02c.115%200%20.23-.01.344-.01v-1.805a3.6%203.6%200%200%201%200-.948c.27-1.945%202.134-3.316%204.165-3.054c2.02.262%203.446%202.046%203.176%204.002v1.069a3.6%203.6%200%200%200%200%20.948v-.948c.27-1.946%202.134-3.317%204.164-3.055c2.02.262%203.447%202.047%203.176%204.003v4.012c.281-1.936%202.135-3.307%204.155-3.045c2.03.263%203.457%202.047%203.186%204.003v6.755z%22%2F%3E%3Cpath%20d%3D%22M26.29%2021.73v9.85a3.2%203.2%200%200%201-.032-.776v-9.215c.01.04.02.091.031.142m14.994-4.759v.948a3.6%203.6%200%200%201%200-.948%22%2F%3E%3C%2Fg%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.028%22%3E%3Cpath%20d%3D%22M29.62%2034.841c2.207-.154%203.873-1.95%203.742-4.032V17.702c.276-1.948-1.176-3.739-3.242-3.999s-3.965%201.11-4.24%203.058a3.4%203.4%200%200%200%200%20.941V30.81c-.131%202.082%201.535%203.878%203.74%204.032m21.755-.865c2.118-.153%203.719-1.95%203.593-4.032v-7.057c.264-1.95-1.13-3.74-3.114-4s-3.808%201.11-4.072%203.058a3.5%203.5%200%200%200%200%20.941v7.058c-.126%202.082%201.474%203.879%203.593%204.032%22%2F%3E%3Cpath%20d%3D%22M37.002%2039.088c2.12-.154%203.72-1.95%203.593-4.033V15.9c.265-1.949-1.129-3.74-3.113-4c-1.985-.26-3.808%201.11-4.073%203.058a3.5%203.5%200%200%200%200%20.942v19.155c-.126%202.083%201.475%203.879%203.593%204.033%22%2F%3E%3Cpath%20d%3D%22M44.189%2037.072c2.118-.154%203.718-1.95%203.593-4.033V17.916c.264-1.949-1.13-3.74-3.114-4s-3.808%201.11-4.073%203.059a3.5%203.5%200%200%200%200%20.941V33.04c-.126%202.082%201.475%203.879%203.593%204.032%22%2F%3E%3Cpath%20d%3D%22M55%2036.712v10.427C55%2054.187%2049.222%2059.9%2042.094%2059.9h0a16.06%2016.06%200%200%201-12.278-5.686l-6.438-7.64a13.62%2013.62%200%200%200-10.411-4.821h-1.3c-1.97%200-3.568-1.58-3.568-3.529h0c0-1.948%201.597-3.528%203.568-3.528h11.726%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%3Cg%20fill%3D%22%23fadcbc%22%3E%3Cpath%20d%3D%22M41.283%2016.972v.948a3.6%203.6%200%200%201%200-.948%22%2F%3E%3Cpath%20d%3D%22M55.995%2029.655v17.481c0%203.529-1.478%206.715-3.863%209.024s-5.674%203.74-9.319%203.74c-4.841%200-9.433-2.087-12.536-5.686l-6.57-7.642c-2.635-3.055-6.529-4.82-10.642-4.82h-1.322c-1%200-1.916-.392-2.572-1.038a3.44%203.44%200%200%201-1.07-2.358c-.077-2.012%201.767-3.66%203.846-3.66h10.211c1.177%200%202.842-.924%202.842-2.064V21.73c-.01-.05%201.268-.1%201.258-.14v-3.892a3.5%203.5%200%200%201%200-.942c.229-1.701%201.782-3.048%203.554-3.083c2.341-.046%204.083%201.892%203.786%204.025v.02c.115%200%20.23-.01.344-.01v-1.805a3.6%203.6%200%200%201%200-.948c.27-1.945%202.134-3.316%204.165-3.054c2.02.262%203.446%202.046%203.176%204.002v1.069a3.6%203.6%200%200%200%200%20.948v-.948c.27-1.946%202.134-3.317%204.164-3.055c2.02.262%203.447%202.047%203.176%204.003v4.012c.281-1.936%202.135-3.307%204.155-3.045c2.03.263%203.457%202.047%203.186%204.003v6.755z%22%2F%3E%3Cpath%20d%3D%22M26.29%2021.73v9.85a3.2%203.2%200%200%201-.032-.776v-9.215c.01.04.02.091.031.142m14.994-4.759v.948a3.6%203.6%200%200%201%200-.948%22%2F%3E%3C%2Fg%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.028%22%3E%3Cpath%20d%3D%22M29.62%2034.841c2.207-.154%203.873-1.95%203.742-4.032V17.702c.276-1.948-1.176-3.739-3.242-3.999s-3.965%201.11-4.24%203.058a3.4%203.4%200%200%200%200%20.941V30.81c-.131%202.082%201.535%203.878%203.74%204.032m21.755-.865c2.118-.153%203.719-1.95%203.593-4.032v-7.057c.264-1.95-1.13-3.74-3.114-4s-3.808%201.11-4.072%203.058a3.5%203.5%200%200%200%200%20.941v7.058c-.126%202.082%201.474%203.879%203.593%204.032%22%2F%3E%3Cpath%20d%3D%22M37.002%2039.088c2.12-.154%203.72-1.95%203.593-4.033V15.9c.265-1.949-1.129-3.74-3.113-4c-1.985-.26-3.808%201.11-4.073%203.058a3.5%203.5%200%200%200%200%20.942v19.155c-.126%202.083%201.475%203.879%203.593%204.033%22%2F%3E%3Cpath%20d%3D%22M44.189%2037.072c2.118-.154%203.718-1.95%203.593-4.033V17.916c.264-1.949-1.13-3.74-3.114-4s-3.808%201.11-4.073%203.059a3.5%203.5%200%200%200%200%20.941V33.04c-.126%202.082%201.475%203.879%203.593%204.032%22%2F%3E%3Cpath%20d%3D%22M55%2036.712v10.427C55%2054.187%2049.222%2059.9%2042.094%2059.9h0a16.06%2016.06%200%200%201-12.278-5.686l-6.438-7.64a13.62%2013.62%200%200%200-10.411-4.821h-1.3c-1.97%200-3.568-1.58-3.568-3.529h0c0-1.948%201.597-3.528%203.568-3.528h11.726%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/leftwards-thumb-sign-light-skin-tone.svg?color=%231a73e8&size=48