woman kneeling emoji

woman-kneeling-medium-skin-tone from OpenMoji by OpenMoji · Medium skin tone · People Body · CC-BY-SA-4.0 Attribution required.

Name
woman-kneeling-medium-skin-tone
Set
OpenMoji
Style
Medium 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 woman kneeling emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#c19a65"><circle cx="37.969" cy="17.094" r="3"/><path d="M29.164 51.363c4.043 0 6.786-.435 8.864-.585c3.02-.219 5.489-2.515 5.264-5.534l-.96-14.882c0-.738-.185-4.916-4.5-4.916a3.35 3.35 0 0 0-2.626 1.199a7.73 7.73 0 0 0-1.92 5.345l.045 4.372l-1.905 4.04l-.38 4.221l-7.72 2.436a4.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.411-1.858 16.411-1.858l-3.224-3.476"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="37.969" cy="18.094" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 51.042c4.042 0 6.95-.113 9.028-.264a5.49 5.49 0 0 0 5.1-5.855l-.203-5.3l-.632-10.538A4.367 4.367 0 0 0 38 25.042h0a4.63 4.63 0 0 0-4.446 4.017L33 34.021l-.7 7.021"/><path stroke-linecap="round" stroke-linejoin="round" d="m31.89 44.762l-8.75 2.443a4.5 4.5 0 0 0-1.75.962l-.074.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.864-25.054l-.746 10.313l-10.524 2.943m14.509-28.039s.579-.27.925.017c.408.338.686 1.6 1.168 2.145a3.26 3.26 0 0 0 1.813 1.072"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWomanKneelingMediumSkinTone(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"><circle cx="37.969" cy="17.094" r="3"/><path d="M29.164 51.363c4.043 0 6.786-.435 8.864-.585c3.02-.219 5.489-2.515 5.264-5.534l-.96-14.882c0-.738-.185-4.916-4.5-4.916a3.35 3.35 0 0 0-2.626 1.199a7.73 7.73 0 0 0-1.92 5.345l.045 4.372l-1.905 4.04l-.38 4.221l-7.72 2.436a4.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.411-1.858 16.411-1.858l-3.224-3.476"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="37.969" cy="18.094" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="M29 51.042c4.042 0 6.95-.113 9.028-.264a5.49 5.49 0 0 0 5.1-5.855l-.203-5.3l-.632-10.538A4.367 4.367 0 0 0 38 25.042h0a4.63 4.63 0 0 0-4.446 4.017L33 34.021l-.7 7.021"/><path strokeLinecap="round" strokeLinejoin="round" d="m31.89 44.762l-8.75 2.443a4.5 4.5 0 0 0-1.75.962l-.074.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.864-25.054l-.746 10.313l-10.524 2.943m14.509-28.039s.579-.27.925.017c.408.338.686 1.6 1.168 2.145a3.26 3.26 0 0 0 1.813 1.072"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#c19a65"><circle cx="37.969" cy="17.094" r="3"/><path d="M29.164 51.363c4.043 0 6.786-.435 8.864-.585c3.02-.219 5.489-2.515 5.264-5.534l-.96-14.882c0-.738-.185-4.916-4.5-4.916a3.35 3.35 0 0 0-2.626 1.199a7.73 7.73 0 0 0-1.92 5.345l.045 4.372l-1.905 4.04l-.38 4.221l-7.72 2.436a4.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.411-1.858 16.411-1.858l-3.224-3.476"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="37.969" cy="18.094" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 51.042c4.042 0 6.95-.113 9.028-.264a5.49 5.49 0 0 0 5.1-5.855l-.203-5.3l-.632-10.538A4.367 4.367 0 0 0 38 25.042h0a4.63 4.63 0 0 0-4.446 4.017L33 34.021l-.7 7.021"/><path stroke-linecap="round" stroke-linejoin="round" d="m31.89 44.762l-8.75 2.443a4.5 4.5 0 0 0-1.75.962l-.074.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.864-25.054l-.746 10.313l-10.524 2.943m14.509-28.039s.579-.27.925.017c.408.338.686 1.6 1.168 2.145a3.26 3.26 0 0 0 1.813 1.072"/></g></svg>
</template>

CSS

.icon-woman-kneeling-medium-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%23c19a65%22%3E%3Ccircle%20cx%3D%2237.969%22%20cy%3D%2217.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M29.164%2051.363c4.043%200%206.786-.435%208.864-.585c3.02-.219%205.489-2.515%205.264-5.534l-.96-14.882c0-.738-.185-4.916-4.5-4.916a3.35%203.35%200%200%200-2.626%201.199a7.73%207.73%200%200%200-1.92%205.345l.045%204.372l-1.905%204.04l-.38%204.221l-7.72%202.436a4.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.411-1.858%2016.411-1.858l-3.224-3.476%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2237.969%22%20cy%3D%2218.094%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%22M29%2051.042c4.042%200%206.95-.113%209.028-.264a5.49%205.49%200%200%200%205.1-5.855l-.203-5.3l-.632-10.538A4.367%204.367%200%200%200%2038%2025.042h0a4.63%204.63%200%200%200-4.446%204.017L33%2034.021l-.7%207.021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m31.89%2044.762l-8.75%202.443a4.5%204.5%200%200%200-1.75.962l-.074.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.864-25.054l-.746%2010.313l-10.524%202.943m14.509-28.039s.579-.27.925.017c.408.338.686%201.6%201.168%202.145a3.26%203.26%200%200%200%201.813%201.072%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%3E%3Ccircle%20cx%3D%2237.969%22%20cy%3D%2217.094%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M29.164%2051.363c4.043%200%206.786-.435%208.864-.585c3.02-.219%205.489-2.515%205.264-5.534l-.96-14.882c0-.738-.185-4.916-4.5-4.916a3.35%203.35%200%200%200-2.626%201.199a7.73%207.73%200%200%200-1.92%205.345l.045%204.372l-1.905%204.04l-.38%204.221l-7.72%202.436a4.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.411-1.858%2016.411-1.858l-3.224-3.476%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2237.969%22%20cy%3D%2218.094%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%22M29%2051.042c4.042%200%206.95-.113%209.028-.264a5.49%205.49%200%200%200%205.1-5.855l-.203-5.3l-.632-10.538A4.367%204.367%200%200%200%2038%2025.042h0a4.63%204.63%200%200%200-4.446%204.017L33%2034.021l-.7%207.021%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m31.89%2044.762l-8.75%202.443a4.5%204.5%200%200%200-1.75.962l-.074.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.864-25.054l-.746%2010.313l-10.524%202.943m14.509-28.039s.579-.27.925.017c.408.338.686%201.6%201.168%202.145a3.26%203.26%200%200%200%201.813%201.072%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/woman-kneeling-medium-skin-tone.svg?color=%231a73e8&size=48