woman dancing emoji

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

Name
woman-dancing-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 dancing emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="#c19a65"><circle cx="34.059" cy="9.726" r="3"/><path d="M17.809 24.451c.858 1.621 1.716 1.43 2.288 1.24l9.056-3.05l5.72-2.67l1.906 1.239l1.621 4.385l-2.574 2.288l-9.533 6.578l-14.299 5.815l.954 2.86l17.921-4.767l7.817-2.86l2.574 12.012l1.049 14.68h2.86l1.144-16.206V31.696l-.954-13.346l-1.907-1.906l5.815-2.765l6.768-4.29s1.144-.858.286-2.955L51.364 9.39l-9.342 4.957l-4.576 1.144l-4.194 2.288l-2.764 1.62l-5.53 2.574Z"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="33.919" cy="9.866" r="2.86" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m42.499 33.889l-9.819 3.717c-.953.382-2.574.858-3.622 1.144l-14.3 3.814a1.805 1.805 0 0 1-2.287-.954c-.286-.762.286-1.716 1.334-2.192l10.772-4.385a22.6 22.6 0 0 0 3.337-1.812l6.387-4.385c.858-.572 2.192-1.62 2.86-2.192a3.2 3.2 0 0 0 .667-2.955l-.286-.858a6.1 6.1 0 0 0-1.62-2.383a7 7 0 0 1-.953-.572"/><path stroke-linecap="round" stroke-linejoin="round" d="m38.686 35.51l2.097 10.2c.19 1.048.477 2.764.572 3.812l.762 10.772c.096 1.049.763 1.907 1.526 1.907a1.81 1.81 0 0 0 1.525-1.907l.953-12.392c.095-1.049.095-2.765.095-3.813V33.603c0-1.049-.095-2.765-.095-3.813l-.667-9.533a6.67 6.67 0 0 0-1.43-3.241l-2.479-2.574"/><path stroke-linecap="round" stroke-linejoin="round" d="m55.559 6.911l-5.72 3.718a22 22 0 0 1-3.337 1.716l-3.527 1.334c-.953.382-2.574.954-3.622 1.24l-2.574.762a14.2 14.2 0 0 0-3.432 1.62l-2.67 1.907a22 22 0 0 1-3.336 1.716l-8.674 3.146M29.922 9.52s-.658-.024-.872.388c-.253.484-.01 1.795-.25 2.507a3.36 3.36 0 0 1-1.293 1.744"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWomanDancingMediumSkinTone(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="34.059" cy="9.726" r="3"/><path d="M17.809 24.451c.858 1.621 1.716 1.43 2.288 1.24l9.056-3.05l5.72-2.67l1.906 1.239l1.621 4.385l-2.574 2.288l-9.533 6.578l-14.299 5.815l.954 2.86l17.921-4.767l7.817-2.86l2.574 12.012l1.049 14.68h2.86l1.144-16.206V31.696l-.954-13.346l-1.907-1.906l5.815-2.765l6.768-4.29s1.144-.858.286-2.955L51.364 9.39l-9.342 4.957l-4.576 1.144l-4.194 2.288l-2.764 1.62l-5.53 2.574Z"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="33.919" cy="9.866" r="2.86" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m42.499 33.889l-9.819 3.717c-.953.382-2.574.858-3.622 1.144l-14.3 3.814a1.805 1.805 0 0 1-2.287-.954c-.286-.762.286-1.716 1.334-2.192l10.772-4.385a22.6 22.6 0 0 0 3.337-1.812l6.387-4.385c.858-.572 2.192-1.62 2.86-2.192a3.2 3.2 0 0 0 .667-2.955l-.286-.858a6.1 6.1 0 0 0-1.62-2.383a7 7 0 0 1-.953-.572"/><path strokeLinecap="round" strokeLinejoin="round" d="m38.686 35.51l2.097 10.2c.19 1.048.477 2.764.572 3.812l.762 10.772c.096 1.049.763 1.907 1.526 1.907a1.81 1.81 0 0 0 1.525-1.907l.953-12.392c.095-1.049.095-2.765.095-3.813V33.603c0-1.049-.095-2.765-.095-3.813l-.667-9.533a6.67 6.67 0 0 0-1.43-3.241l-2.479-2.574"/><path strokeLinecap="round" strokeLinejoin="round" d="m55.559 6.911l-5.72 3.718a22 22 0 0 1-3.337 1.716l-3.527 1.334c-.953.382-2.574.954-3.622 1.24l-2.574.762a14.2 14.2 0 0 0-3.432 1.62l-2.67 1.907a22 22 0 0 1-3.336 1.716l-8.674 3.146M29.922 9.52s-.658-.024-.872.388c-.253.484-.01 1.795-.25 2.507a3.36 3.36 0 0 1-1.293 1.744"/></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="34.059" cy="9.726" r="3"/><path d="M17.809 24.451c.858 1.621 1.716 1.43 2.288 1.24l9.056-3.05l5.72-2.67l1.906 1.239l1.621 4.385l-2.574 2.288l-9.533 6.578l-14.299 5.815l.954 2.86l17.921-4.767l7.817-2.86l2.574 12.012l1.049 14.68h2.86l1.144-16.206V31.696l-.954-13.346l-1.907-1.906l5.815-2.765l6.768-4.29s1.144-.858.286-2.955L51.364 9.39l-9.342 4.957l-4.576 1.144l-4.194 2.288l-2.764 1.62l-5.53 2.574Z"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="33.919" cy="9.866" r="2.86" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m42.499 33.889l-9.819 3.717c-.953.382-2.574.858-3.622 1.144l-14.3 3.814a1.805 1.805 0 0 1-2.287-.954c-.286-.762.286-1.716 1.334-2.192l10.772-4.385a22.6 22.6 0 0 0 3.337-1.812l6.387-4.385c.858-.572 2.192-1.62 2.86-2.192a3.2 3.2 0 0 0 .667-2.955l-.286-.858a6.1 6.1 0 0 0-1.62-2.383a7 7 0 0 1-.953-.572"/><path stroke-linecap="round" stroke-linejoin="round" d="m38.686 35.51l2.097 10.2c.19 1.048.477 2.764.572 3.812l.762 10.772c.096 1.049.763 1.907 1.526 1.907a1.81 1.81 0 0 0 1.525-1.907l.953-12.392c.095-1.049.095-2.765.095-3.813V33.603c0-1.049-.095-2.765-.095-3.813l-.667-9.533a6.67 6.67 0 0 0-1.43-3.241l-2.479-2.574"/><path stroke-linecap="round" stroke-linejoin="round" d="m55.559 6.911l-5.72 3.718a22 22 0 0 1-3.337 1.716l-3.527 1.334c-.953.382-2.574.954-3.622 1.24l-2.574.762a14.2 14.2 0 0 0-3.432 1.62l-2.67 1.907a22 22 0 0 1-3.336 1.716l-8.674 3.146M29.922 9.52s-.658-.024-.872.388c-.253.484-.01 1.795-.25 2.507a3.36 3.36 0 0 1-1.293 1.744"/></g></svg>
</template>

CSS

.icon-woman-dancing-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%2234.059%22%20cy%3D%229.726%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M17.809%2024.451c.858%201.621%201.716%201.43%202.288%201.24l9.056-3.05l5.72-2.67l1.906%201.239l1.621%204.385l-2.574%202.288l-9.533%206.578l-14.299%205.815l.954%202.86l17.921-4.767l7.817-2.86l2.574%2012.012l1.049%2014.68h2.86l1.144-16.206V31.696l-.954-13.346l-1.907-1.906l5.815-2.765l6.768-4.29s1.144-.858.286-2.955L51.364%209.39l-9.342%204.957l-4.576%201.144l-4.194%202.288l-2.764%201.62l-5.53%202.574Z%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%2233.919%22%20cy%3D%229.866%22%20r%3D%222.86%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m42.499%2033.889l-9.819%203.717c-.953.382-2.574.858-3.622%201.144l-14.3%203.814a1.805%201.805%200%200%201-2.287-.954c-.286-.762.286-1.716%201.334-2.192l10.772-4.385a22.6%2022.6%200%200%200%203.337-1.812l6.387-4.385c.858-.572%202.192-1.62%202.86-2.192a3.2%203.2%200%200%200%20.667-2.955l-.286-.858a6.1%206.1%200%200%200-1.62-2.383a7%207%200%200%201-.953-.572%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m38.686%2035.51l2.097%2010.2c.19%201.048.477%202.764.572%203.812l.762%2010.772c.096%201.049.763%201.907%201.526%201.907a1.81%201.81%200%200%200%201.525-1.907l.953-12.392c.095-1.049.095-2.765.095-3.813V33.603c0-1.049-.095-2.765-.095-3.813l-.667-9.533a6.67%206.67%200%200%200-1.43-3.241l-2.479-2.574%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m55.559%206.911l-5.72%203.718a22%2022%200%200%201-3.337%201.716l-3.527%201.334c-.953.382-2.574.954-3.622%201.24l-2.574.762a14.2%2014.2%200%200%200-3.432%201.62l-2.67%201.907a22%2022%200%200%201-3.336%201.716l-8.674%203.146M29.922%209.52s-.658-.024-.872.388c-.253.484-.01%201.795-.25%202.507a3.36%203.36%200%200%201-1.293%201.744%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%2234.059%22%20cy%3D%229.726%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M17.809%2024.451c.858%201.621%201.716%201.43%202.288%201.24l9.056-3.05l5.72-2.67l1.906%201.239l1.621%204.385l-2.574%202.288l-9.533%206.578l-14.299%205.815l.954%202.86l17.921-4.767l7.817-2.86l2.574%2012.012l1.049%2014.68h2.86l1.144-16.206V31.696l-.954-13.346l-1.907-1.906l5.815-2.765l6.768-4.29s1.144-.858.286-2.955L51.364%209.39l-9.342%204.957l-4.576%201.144l-4.194%202.288l-2.764%201.62l-5.53%202.574Z%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%2233.919%22%20cy%3D%229.866%22%20r%3D%222.86%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m42.499%2033.889l-9.819%203.717c-.953.382-2.574.858-3.622%201.144l-14.3%203.814a1.805%201.805%200%200%201-2.287-.954c-.286-.762.286-1.716%201.334-2.192l10.772-4.385a22.6%2022.6%200%200%200%203.337-1.812l6.387-4.385c.858-.572%202.192-1.62%202.86-2.192a3.2%203.2%200%200%200%20.667-2.955l-.286-.858a6.1%206.1%200%200%200-1.62-2.383a7%207%200%200%201-.953-.572%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m38.686%2035.51l2.097%2010.2c.19%201.048.477%202.764.572%203.812l.762%2010.772c.096%201.049.763%201.907%201.526%201.907a1.81%201.81%200%200%200%201.525-1.907l.953-12.392c.095-1.049.095-2.765.095-3.813V33.603c0-1.049-.095-2.765-.095-3.813l-.667-9.533a6.67%206.67%200%200%200-1.43-3.241l-2.479-2.574%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m55.559%206.911l-5.72%203.718a22%2022%200%200%201-3.337%201.716l-3.527%201.334c-.953.382-2.574.954-3.622%201.24l-2.574.762a14.2%2014.2%200%200%200-3.432%201.62l-2.67%201.907a22%2022%200%200%201-3.336%201.716l-8.674%203.146M29.922%209.52s-.658-.024-.872.388c-.253.484-.01%201.795-.25%202.507a3.36%203.36%200%200%201-1.293%201.744%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-dancing-medium-skin-tone.svg?color=%231a73e8&size=48