dj woman emoji

dj-woman from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
dj-woman
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the dj woman emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="40" height="6.677" x="16" y="49.322" fill="#9b9b9a" rx="3.339" ry="3.339"/><path fill="#d0cfce" d="M56 52.661V56H39.924v-6.677H56z"/><g fill="#fcea2b"><path d="m44.363 30.303l5.679-2.017c.753-.623 1.674-1.614 2.456-3.787l2.02-7.645a1.5 1.5 0 0 0-.868-1.824a1.304 1.304 0 0 0-1.683.89l-2.318 7.638a2.7 2.7 0 0 1-1.607 1.322l-3.747.919q-1.936.488-3.917.732l-8.694.644a5.88 5.88 0 0 0-3.721 1.154l-.62.461l-.15.127a10.2 10.2 0 0 0-2.41 3.477l-.686 2.05c-.218.617-.551 1.55-.872 2.334a4.67 4.67 0 0 0 .05 3.823l3.803 5.048c.244.537.779.882 1.368.882c.206 0 .043.042.244-.047a1.344 1.344 0 0 0 .749-1.842l-3.11-5.556a1.7 1.7 0 0 1 .018-1.399c.481-.964 3.064-4.163 3.653-5.066c2.815 4.521.81 7.815.038 11.238H42c-2.152-6.119-.635-9.112 0-10.222c.515-.901 2.363-3.334 2.363-3.334"/><circle cx="35.998" cy="19.886" r="3.5"/></g><circle cx="36.002" cy="19.886" r="3.5" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2.333"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m27.657 45.649l-4.509-5.66a3.35 3.35 0 0 1-.109-2.708a60 60 0 0 0 .892-2.377l.765-2.22a10.3 10.3 0 0 1 2.067-3.306l.172-.171a6.3 6.3 0 0 1 3.408-1.568l9.018-.694a29 29 0 0 0 3.928-.638l4.12-1.03a4.14 4.14 0 0 0 2.596-2.373l2.469-7.111"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.216" d="M30.746 20.455v-3.236a5.26 5.26 0 0 1 5.262-5.262h0a5.26 5.26 0 0 1 5.261 5.262v3.236"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.534 46.483H34.3m3.393 0h12.765m5.54 6.178v-3.338h-40V56h40z"/><circle cx="46.657" cy="52.661" r="1"/><circle cx="49.645" cy="52.661" r="1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.216" d="M30.526 20.61a1.634 1.634 0 1 1 0-3.269m10.731 0a1.634 1.634 0 1 1 0 3.269"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.934" d="M42 42.86c-.739-2.435-2.89-6.065-.034-10.238M30 32.621c2.815 4.521.81 7.815.038 10.238"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiDjWoman(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="40" height="6.677" x="16" y="49.322" fill="#9b9b9a" rx="3.339" ry="3.339"/><path fill="#d0cfce" d="M56 52.661V56H39.924v-6.677H56z"/><g fill="#fcea2b"><path d="m44.363 30.303l5.679-2.017c.753-.623 1.674-1.614 2.456-3.787l2.02-7.645a1.5 1.5 0 0 0-.868-1.824a1.304 1.304 0 0 0-1.683.89l-2.318 7.638a2.7 2.7 0 0 1-1.607 1.322l-3.747.919q-1.936.488-3.917.732l-8.694.644a5.88 5.88 0 0 0-3.721 1.154l-.62.461l-.15.127a10.2 10.2 0 0 0-2.41 3.477l-.686 2.05c-.218.617-.551 1.55-.872 2.334a4.67 4.67 0 0 0 .05 3.823l3.803 5.048c.244.537.779.882 1.368.882c.206 0 .043.042.244-.047a1.344 1.344 0 0 0 .749-1.842l-3.11-5.556a1.7 1.7 0 0 1 .018-1.399c.481-.964 3.064-4.163 3.653-5.066c2.815 4.521.81 7.815.038 11.238H42c-2.152-6.119-.635-9.112 0-10.222c.515-.901 2.363-3.334 2.363-3.334"/><circle cx="35.998" cy="19.886" r="3.5"/></g><circle cx="36.002" cy="19.886" r="3.5" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2.333"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m27.657 45.649l-4.509-5.66a3.35 3.35 0 0 1-.109-2.708a60 60 0 0 0 .892-2.377l.765-2.22a10.3 10.3 0 0 1 2.067-3.306l.172-.171a6.3 6.3 0 0 1 3.408-1.568l9.018-.694a29 29 0 0 0 3.928-.638l4.12-1.03a4.14 4.14 0 0 0 2.596-2.373l2.469-7.111"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.216" d="M30.746 20.455v-3.236a5.26 5.26 0 0 1 5.262-5.262h0a5.26 5.26 0 0 1 5.261 5.262v3.236"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M21.534 46.483H34.3m3.393 0h12.765m5.54 6.178v-3.338h-40V56h40z"/><circle cx="46.657" cy="52.661" r="1"/><circle cx="49.645" cy="52.661" r="1"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.216" d="M30.526 20.61a1.634 1.634 0 1 1 0-3.269m10.731 0a1.634 1.634 0 1 1 0 3.269"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.934" d="M42 42.86c-.739-2.435-2.89-6.065-.034-10.238M30 32.621c2.815 4.521.81 7.815.038 10.238"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="40" height="6.677" x="16" y="49.322" fill="#9b9b9a" rx="3.339" ry="3.339"/><path fill="#d0cfce" d="M56 52.661V56H39.924v-6.677H56z"/><g fill="#fcea2b"><path d="m44.363 30.303l5.679-2.017c.753-.623 1.674-1.614 2.456-3.787l2.02-7.645a1.5 1.5 0 0 0-.868-1.824a1.304 1.304 0 0 0-1.683.89l-2.318 7.638a2.7 2.7 0 0 1-1.607 1.322l-3.747.919q-1.936.488-3.917.732l-8.694.644a5.88 5.88 0 0 0-3.721 1.154l-.62.461l-.15.127a10.2 10.2 0 0 0-2.41 3.477l-.686 2.05c-.218.617-.551 1.55-.872 2.334a4.67 4.67 0 0 0 .05 3.823l3.803 5.048c.244.537.779.882 1.368.882c.206 0 .043.042.244-.047a1.344 1.344 0 0 0 .749-1.842l-3.11-5.556a1.7 1.7 0 0 1 .018-1.399c.481-.964 3.064-4.163 3.653-5.066c2.815 4.521.81 7.815.038 11.238H42c-2.152-6.119-.635-9.112 0-10.222c.515-.901 2.363-3.334 2.363-3.334"/><circle cx="35.998" cy="19.886" r="3.5"/></g><circle cx="36.002" cy="19.886" r="3.5" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2.333"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m27.657 45.649l-4.509-5.66a3.35 3.35 0 0 1-.109-2.708a60 60 0 0 0 .892-2.377l.765-2.22a10.3 10.3 0 0 1 2.067-3.306l.172-.171a6.3 6.3 0 0 1 3.408-1.568l9.018-.694a29 29 0 0 0 3.928-.638l4.12-1.03a4.14 4.14 0 0 0 2.596-2.373l2.469-7.111"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.216" d="M30.746 20.455v-3.236a5.26 5.26 0 0 1 5.262-5.262h0a5.26 5.26 0 0 1 5.261 5.262v3.236"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.534 46.483H34.3m3.393 0h12.765m5.54 6.178v-3.338h-40V56h40z"/><circle cx="46.657" cy="52.661" r="1"/><circle cx="49.645" cy="52.661" r="1"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.216" d="M30.526 20.61a1.634 1.634 0 1 1 0-3.269m10.731 0a1.634 1.634 0 1 1 0 3.269"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.934" d="M42 42.86c-.739-2.435-2.89-6.065-.034-10.238M30 32.621c2.815 4.521.81 7.815.038 10.238"/></svg>
</template>

CSS

.icon-dj-woman {
  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%3Crect%20width%3D%2240%22%20height%3D%226.677%22%20x%3D%2216%22%20y%3D%2249.322%22%20fill%3D%22%239b9b9a%22%20rx%3D%223.339%22%20ry%3D%223.339%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56%2052.661V56H39.924v-6.677H56z%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22m44.363%2030.303l5.679-2.017c.753-.623%201.674-1.614%202.456-3.787l2.02-7.645a1.5%201.5%200%200%200-.868-1.824a1.304%201.304%200%200%200-1.683.89l-2.318%207.638a2.7%202.7%200%200%201-1.607%201.322l-3.747.919q-1.936.488-3.917.732l-8.694.644a5.88%205.88%200%200%200-3.721%201.154l-.62.461l-.15.127a10.2%2010.2%200%200%200-2.41%203.477l-.686%202.05c-.218.617-.551%201.55-.872%202.334a4.67%204.67%200%200%200%20.05%203.823l3.803%205.048c.244.537.779.882%201.368.882c.206%200%20.043.042.244-.047a1.344%201.344%200%200%200%20.749-1.842l-3.11-5.556a1.7%201.7%200%200%201%20.018-1.399c.481-.964%203.064-4.163%203.653-5.066c2.815%204.521.81%207.815.038%2011.238H42c-2.152-6.119-.635-9.112%200-10.222c.515-.901%202.363-3.334%202.363-3.334%22%2F%3E%3Ccircle%20cx%3D%2235.998%22%20cy%3D%2219.886%22%20r%3D%223.5%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2236.002%22%20cy%3D%2219.886%22%20r%3D%223.5%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.333%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%22m27.657%2045.649l-4.509-5.66a3.35%203.35%200%200%201-.109-2.708a60%2060%200%200%200%20.892-2.377l.765-2.22a10.3%2010.3%200%200%201%202.067-3.306l.172-.171a6.3%206.3%200%200%201%203.408-1.568l9.018-.694a29%2029%200%200%200%203.928-.638l4.12-1.03a4.14%204.14%200%200%200%202.596-2.373l2.469-7.111%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.216%22%20d%3D%22M30.746%2020.455v-3.236a5.26%205.26%200%200%201%205.262-5.262h0a5.26%205.26%200%200%201%205.261%205.262v3.236%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%22M21.534%2046.483H34.3m3.393%200h12.765m5.54%206.178v-3.338h-40V56h40z%22%2F%3E%3Ccircle%20cx%3D%2246.657%22%20cy%3D%2252.661%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2249.645%22%20cy%3D%2252.661%22%20r%3D%221%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.216%22%20d%3D%22M30.526%2020.61a1.634%201.634%200%201%201%200-3.269m10.731%200a1.634%201.634%200%201%201%200%203.269%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%221.934%22%20d%3D%22M42%2042.86c-.739-2.435-2.89-6.065-.034-10.238M30%2032.621c2.815%204.521.81%207.815.038%2010.238%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%3Crect%20width%3D%2240%22%20height%3D%226.677%22%20x%3D%2216%22%20y%3D%2249.322%22%20fill%3D%22%239b9b9a%22%20rx%3D%223.339%22%20ry%3D%223.339%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56%2052.661V56H39.924v-6.677H56z%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22m44.363%2030.303l5.679-2.017c.753-.623%201.674-1.614%202.456-3.787l2.02-7.645a1.5%201.5%200%200%200-.868-1.824a1.304%201.304%200%200%200-1.683.89l-2.318%207.638a2.7%202.7%200%200%201-1.607%201.322l-3.747.919q-1.936.488-3.917.732l-8.694.644a5.88%205.88%200%200%200-3.721%201.154l-.62.461l-.15.127a10.2%2010.2%200%200%200-2.41%203.477l-.686%202.05c-.218.617-.551%201.55-.872%202.334a4.67%204.67%200%200%200%20.05%203.823l3.803%205.048c.244.537.779.882%201.368.882c.206%200%20.043.042.244-.047a1.344%201.344%200%200%200%20.749-1.842l-3.11-5.556a1.7%201.7%200%200%201%20.018-1.399c.481-.964%203.064-4.163%203.653-5.066c2.815%204.521.81%207.815.038%2011.238H42c-2.152-6.119-.635-9.112%200-10.222c.515-.901%202.363-3.334%202.363-3.334%22%2F%3E%3Ccircle%20cx%3D%2235.998%22%20cy%3D%2219.886%22%20r%3D%223.5%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2236.002%22%20cy%3D%2219.886%22%20r%3D%223.5%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.333%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%22m27.657%2045.649l-4.509-5.66a3.35%203.35%200%200%201-.109-2.708a60%2060%200%200%200%20.892-2.377l.765-2.22a10.3%2010.3%200%200%201%202.067-3.306l.172-.171a6.3%206.3%200%200%201%203.408-1.568l9.018-.694a29%2029%200%200%200%203.928-.638l4.12-1.03a4.14%204.14%200%200%200%202.596-2.373l2.469-7.111%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.216%22%20d%3D%22M30.746%2020.455v-3.236a5.26%205.26%200%200%201%205.262-5.262h0a5.26%205.26%200%200%201%205.261%205.262v3.236%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%22M21.534%2046.483H34.3m3.393%200h12.765m5.54%206.178v-3.338h-40V56h40z%22%2F%3E%3Ccircle%20cx%3D%2246.657%22%20cy%3D%2252.661%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2249.645%22%20cy%3D%2252.661%22%20r%3D%221%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.216%22%20d%3D%22M30.526%2020.61a1.634%201.634%200%201%201%200-3.269m10.731%200a1.634%201.634%200%201%201%200%203.269%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%221.934%22%20d%3D%22M42%2042.86c-.739-2.435-2.89-6.065-.034-10.238M30%2032.621c2.815%204.521.81%207.815.038%2010.238%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/dj-woman.svg?color=%231a73e8&size=48