man kneeling medium skin tone facing right emoji

man-kneeling-medium-skin-tone-facing-right from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
man-kneeling-medium-skin-tone-facing-right
Set
OpenMoji
Style
Default
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

More people body icons from OpenMoji

Use the man kneeling medium skin tone facing right emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#c19a65" transform="matrix(-1 0 0 1 72 0)"><circle cx="37.809" cy="18.053" r="3"/><path d="M29.004 51.322c4.042 0 6.785-.268 8.864-.419a5.49 5.49 0 0 0 5.264-5.7l-.96-14.881c0-.739-.185-4.916-4.5-4.916a3.35 3.35 0 0 0-2.627 1.198a7.73 7.73 0 0 0-1.918 5.345l.044 4.373l-1.917 4.057l-.472 4.129l-7.616 2.51a4.4 4.4 0 0 0-1.75 1.018l-.075.07a4.376 4.376 0 0 0 .31 6.702a7.8 7.8 0 0 0 4.413 1.302c6.94.211 16.395-1.851 16.395-1.851L39.405 51"/></g><g fill="none" stroke="#000" stroke-width="2" transform="matrix(-1 0 0 1 72 0)"><circle cx="37.809" cy="18.053" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M28.84 51.001c4.042 0 6.95-.113 9.029-.264a5.49 5.49 0 0 0 5.098-5.855l-.202-5.3l-.632-10.538A4.367 4.367 0 0 0 37.84 25h0a4.63 4.63 0 0 0-4.446 4.017l-.554 4.962l-.7 7.021"/><path stroke-linecap="round" stroke-linejoin="round" d="m31.438 44.854l-8.458 2.31a4.5 4.5 0 0 0-1.75.962l-.075.067a3.988 3.988 0 0 0 .31 6.327a8.1 8.1 0 0 0 4.413 1.23a145 145 0 0 0 15.94-.745m-3.863-25.053l-.746 10.313l-10.524 2.942"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiManKneelingMediumSkinToneFacingRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#c19a65" transform="matrix(-1 0 0 1 72 0)"><circle cx="37.809" cy="18.053" r="3"/><path d="M29.004 51.322c4.042 0 6.785-.268 8.864-.419a5.49 5.49 0 0 0 5.264-5.7l-.96-14.881c0-.739-.185-4.916-4.5-4.916a3.35 3.35 0 0 0-2.627 1.198a7.73 7.73 0 0 0-1.918 5.345l.044 4.373l-1.917 4.057l-.472 4.129l-7.616 2.51a4.4 4.4 0 0 0-1.75 1.018l-.075.07a4.376 4.376 0 0 0 .31 6.702a7.8 7.8 0 0 0 4.413 1.302c6.94.211 16.395-1.851 16.395-1.851L39.405 51"/></g><g fill="none" stroke="#000" strokeWidth="2" transform="matrix(-1 0 0 1 72 0)"><circle cx="37.809" cy="18.053" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M28.84 51.001c4.042 0 6.95-.113 9.029-.264a5.49 5.49 0 0 0 5.098-5.855l-.202-5.3l-.632-10.538A4.367 4.367 0 0 0 37.84 25h0a4.63 4.63 0 0 0-4.446 4.017l-.554 4.962l-.7 7.021"/><path strokeLinecap="round" strokeLinejoin="round" d="m31.438 44.854l-8.458 2.31a4.5 4.5 0 0 0-1.75.962l-.075.067a3.988 3.988 0 0 0 .31 6.327a8.1 8.1 0 0 0 4.413 1.23a145 145 0 0 0 15.94-.745m-3.863-25.053l-.746 10.313l-10.524 2.942"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#c19a65" transform="matrix(-1 0 0 1 72 0)"><circle cx="37.809" cy="18.053" r="3"/><path d="M29.004 51.322c4.042 0 6.785-.268 8.864-.419a5.49 5.49 0 0 0 5.264-5.7l-.96-14.881c0-.739-.185-4.916-4.5-4.916a3.35 3.35 0 0 0-2.627 1.198a7.73 7.73 0 0 0-1.918 5.345l.044 4.373l-1.917 4.057l-.472 4.129l-7.616 2.51a4.4 4.4 0 0 0-1.75 1.018l-.075.07a4.376 4.376 0 0 0 .31 6.702a7.8 7.8 0 0 0 4.413 1.302c6.94.211 16.395-1.851 16.395-1.851L39.405 51"/></g><g fill="none" stroke="#000" stroke-width="2" transform="matrix(-1 0 0 1 72 0)"><circle cx="37.809" cy="18.053" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M28.84 51.001c4.042 0 6.95-.113 9.029-.264a5.49 5.49 0 0 0 5.098-5.855l-.202-5.3l-.632-10.538A4.367 4.367 0 0 0 37.84 25h0a4.63 4.63 0 0 0-4.446 4.017l-.554 4.962l-.7 7.021"/><path stroke-linecap="round" stroke-linejoin="round" d="m31.438 44.854l-8.458 2.31a4.5 4.5 0 0 0-1.75.962l-.075.067a3.988 3.988 0 0 0 .31 6.327a8.1 8.1 0 0 0 4.413 1.23a145 145 0 0 0 15.94-.745m-3.863-25.053l-.746 10.313l-10.524 2.942"/></g></svg>
</template>

CSS

.icon-man-kneeling-medium-skin-tone-facing-right {
  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%23c19a65%22%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Ccircle%20cx%3D%2237.809%22%20cy%3D%2218.053%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M29.004%2051.322c4.042%200%206.785-.268%208.864-.419a5.49%205.49%200%200%200%205.264-5.7l-.96-14.881c0-.739-.185-4.916-4.5-4.916a3.35%203.35%200%200%200-2.627%201.198a7.73%207.73%200%200%200-1.918%205.345l.044%204.373l-1.917%204.057l-.472%204.129l-7.616%202.51a4.4%204.4%200%200%200-1.75%201.018l-.075.07a4.376%204.376%200%200%200%20.31%206.702a7.8%207.8%200%200%200%204.413%201.302c6.94.211%2016.395-1.851%2016.395-1.851L39.405%2051%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Ccircle%20cx%3D%2237.809%22%20cy%3D%2218.053%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.84%2051.001c4.042%200%206.95-.113%209.029-.264a5.49%205.49%200%200%200%205.098-5.855l-.202-5.3l-.632-10.538A4.367%204.367%200%200%200%2037.84%2025h0a4.63%204.63%200%200%200-4.446%204.017l-.554%204.962l-.7%207.021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m31.438%2044.854l-8.458%202.31a4.5%204.5%200%200%200-1.75.962l-.075.067a3.988%203.988%200%200%200%20.31%206.327a8.1%208.1%200%200%200%204.413%201.23a145%20145%200%200%200%2015.94-.745m-3.863-25.053l-.746%2010.313l-10.524%202.942%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%23c19a65%22%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Ccircle%20cx%3D%2237.809%22%20cy%3D%2218.053%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M29.004%2051.322c4.042%200%206.785-.268%208.864-.419a5.49%205.49%200%200%200%205.264-5.7l-.96-14.881c0-.739-.185-4.916-4.5-4.916a3.35%203.35%200%200%200-2.627%201.198a7.73%207.73%200%200%200-1.918%205.345l.044%204.373l-1.917%204.057l-.472%204.129l-7.616%202.51a4.4%204.4%200%200%200-1.75%201.018l-.075.07a4.376%204.376%200%200%200%20.31%206.702a7.8%207.8%200%200%200%204.413%201.302c6.94.211%2016.395-1.851%2016.395-1.851L39.405%2051%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2072%200)%22%3E%3Ccircle%20cx%3D%2237.809%22%20cy%3D%2218.053%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.84%2051.001c4.042%200%206.95-.113%209.029-.264a5.49%205.49%200%200%200%205.098-5.855l-.202-5.3l-.632-10.538A4.367%204.367%200%200%200%2037.84%2025h0a4.63%204.63%200%200%200-4.446%204.017l-.554%204.962l-.7%207.021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m31.438%2044.854l-8.458%202.31a4.5%204.5%200%200%200-1.75.962l-.075.067a3.988%203.988%200%200%200%20.31%206.327a8.1%208.1%200%200%200%204.413%201.23a145%20145%200%200%200%2015.94-.745m-3.863-25.053l-.746%2010.313l-10.524%202.942%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/man-kneeling-medium-skin-tone-facing-right.svg?color=%231a73e8&size=48