womans-clothes from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
womans-clothes
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the womans clothes emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.98 31.405a34 34 0 0 1-7.522-.849A1.86 1.86 0 0 1 7 28.721v-7.774c-4.715-.586-5.993-5.287-6.08-7.172a2.22 2.22 0 0 1 1-1.962a55 55 0 0 1 5.008-2.959a7.5 7.5 0 0 1 2.5-.573a1 1 0 0 1 .419.069l.317.126A20.3 20.3 0 0 0 21.9 8.382c.127-.052.263-.08.4-.081h.024a8.2 8.2 0 0 1 2.63.5a1 1 0 0 1 .125.055q2.543 1.353 4.93 2.964a2.22 2.22 0 0 1 .99 1.96c-.132 2.335-1.57 6.6-5.99 7.162v7.781a1.864 1.864 0 0 1-1.462 1.825c-2.482.568-5.02.855-7.566.857M9 28.627a31.8 31.8 0 0 0 14.008-.008V20a1 1 0 0 1 1-1c4.638 0 4.98-5.113 4.994-5.331a.22.22 0 0 0-.101-.185a53 53 0 0 0-4.7-2.83a6 6 0 0 0-1.094-.28q-.06.095-.132.184l-5.42 6.7a2 2 0 0 1-3.037.085l-6.08-6.71a2 2 0 0 1-.128-.156a5 5 0 0 0-.548.188a55 55 0 0 0-4.74 2.815a.22.22 0 0 0-.105.2c0 .056.373 5.326 5.08 5.326a1 1 0 0 1 1 1zm.552-18.254l5.707 6.298a1 1 0 0 0 1.518-.042l4.945-6.112q-.786.213-1.583.367L15.999 16l-4.697-5.185a22 22 0 0 1-1.75-.442"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastWomansClothes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.98 31.405a34 34 0 0 1-7.522-.849A1.86 1.86 0 0 1 7 28.721v-7.774c-4.715-.586-5.993-5.287-6.08-7.172a2.22 2.22 0 0 1 1-1.962a55 55 0 0 1 5.008-2.959a7.5 7.5 0 0 1 2.5-.573a1 1 0 0 1 .419.069l.317.126A20.3 20.3 0 0 0 21.9 8.382c.127-.052.263-.08.4-.081h.024a8.2 8.2 0 0 1 2.63.5a1 1 0 0 1 .125.055q2.543 1.353 4.93 2.964a2.22 2.22 0 0 1 .99 1.96c-.132 2.335-1.57 6.6-5.99 7.162v7.781a1.864 1.864 0 0 1-1.462 1.825c-2.482.568-5.02.855-7.566.857M9 28.627a31.8 31.8 0 0 0 14.008-.008V20a1 1 0 0 1 1-1c4.638 0 4.98-5.113 4.994-5.331a.22.22 0 0 0-.101-.185a53 53 0 0 0-4.7-2.83a6 6 0 0 0-1.094-.28q-.06.095-.132.184l-5.42 6.7a2 2 0 0 1-3.037.085l-6.08-6.71a2 2 0 0 1-.128-.156a5 5 0 0 0-.548.188a55 55 0 0 0-4.74 2.815a.22.22 0 0 0-.105.2c0 .056.373 5.326 5.08 5.326a1 1 0 0 1 1 1zm.552-18.254l5.707 6.298a1 1 0 0 0 1.518-.042l4.945-6.112q-.786.213-1.583.367L15.999 16l-4.697-5.185a22 22 0 0 1-1.75-.442"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.98 31.405a34 34 0 0 1-7.522-.849A1.86 1.86 0 0 1 7 28.721v-7.774c-4.715-.586-5.993-5.287-6.08-7.172a2.22 2.22 0 0 1 1-1.962a55 55 0 0 1 5.008-2.959a7.5 7.5 0 0 1 2.5-.573a1 1 0 0 1 .419.069l.317.126A20.3 20.3 0 0 0 21.9 8.382c.127-.052.263-.08.4-.081h.024a8.2 8.2 0 0 1 2.63.5a1 1 0 0 1 .125.055q2.543 1.353 4.93 2.964a2.22 2.22 0 0 1 .99 1.96c-.132 2.335-1.57 6.6-5.99 7.162v7.781a1.864 1.864 0 0 1-1.462 1.825c-2.482.568-5.02.855-7.566.857M9 28.627a31.8 31.8 0 0 0 14.008-.008V20a1 1 0 0 1 1-1c4.638 0 4.98-5.113 4.994-5.331a.22.22 0 0 0-.101-.185a53 53 0 0 0-4.7-2.83a6 6 0 0 0-1.094-.28q-.06.095-.132.184l-5.42 6.7a2 2 0 0 1-3.037.085l-6.08-6.71a2 2 0 0 1-.128-.156a5 5 0 0 0-.548.188a55 55 0 0 0-4.74 2.815a.22.22 0 0 0-.105.2c0 .056.373 5.326 5.08 5.326a1 1 0 0 1 1 1zm.552-18.254l5.707 6.298a1 1 0 0 0 1.518-.042l4.945-6.112q-.786.213-1.583.367L15.999 16l-4.697-5.185a22 22 0 0 1-1.75-.442"/></svg>
</template>

CSS

.icon-womans-clothes {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.98%2031.405a34%2034%200%200%201-7.522-.849A1.86%201.86%200%200%201%207%2028.721v-7.774c-4.715-.586-5.993-5.287-6.08-7.172a2.22%202.22%200%200%201%201-1.962a55%2055%200%200%201%205.008-2.959a7.5%207.5%200%200%201%202.5-.573a1%201%200%200%201%20.419.069l.317.126A20.3%2020.3%200%200%200%2021.9%208.382c.127-.052.263-.08.4-.081h.024a8.2%208.2%200%200%201%202.63.5a1%201%200%200%201%20.125.055q2.543%201.353%204.93%202.964a2.22%202.22%200%200%201%20.99%201.96c-.132%202.335-1.57%206.6-5.99%207.162v7.781a1.864%201.864%200%200%201-1.462%201.825c-2.482.568-5.02.855-7.566.857M9%2028.627a31.8%2031.8%200%200%200%2014.008-.008V20a1%201%200%200%201%201-1c4.638%200%204.98-5.113%204.994-5.331a.22.22%200%200%200-.101-.185a53%2053%200%200%200-4.7-2.83a6%206%200%200%200-1.094-.28q-.06.095-.132.184l-5.42%206.7a2%202%200%200%201-3.037.085l-6.08-6.71a2%202%200%200%201-.128-.156a5%205%200%200%200-.548.188a55%2055%200%200%200-4.74%202.815a.22.22%200%200%200-.105.2c0%20.056.373%205.326%205.08%205.326a1%201%200%200%201%201%201zm.552-18.254l5.707%206.298a1%201%200%200%200%201.518-.042l4.945-6.112q-.786.213-1.583.367L15.999%2016l-4.697-5.185a22%2022%200%200%201-1.75-.442%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.98%2031.405a34%2034%200%200%201-7.522-.849A1.86%201.86%200%200%201%207%2028.721v-7.774c-4.715-.586-5.993-5.287-6.08-7.172a2.22%202.22%200%200%201%201-1.962a55%2055%200%200%201%205.008-2.959a7.5%207.5%200%200%201%202.5-.573a1%201%200%200%201%20.419.069l.317.126A20.3%2020.3%200%200%200%2021.9%208.382c.127-.052.263-.08.4-.081h.024a8.2%208.2%200%200%201%202.63.5a1%201%200%200%201%20.125.055q2.543%201.353%204.93%202.964a2.22%202.22%200%200%201%20.99%201.96c-.132%202.335-1.57%206.6-5.99%207.162v7.781a1.864%201.864%200%200%201-1.462%201.825c-2.482.568-5.02.855-7.566.857M9%2028.627a31.8%2031.8%200%200%200%2014.008-.008V20a1%201%200%200%201%201-1c4.638%200%204.98-5.113%204.994-5.331a.22.22%200%200%200-.101-.185a53%2053%200%200%200-4.7-2.83a6%206%200%200%200-1.094-.28q-.06.095-.132.184l-5.42%206.7a2%202%200%200%201-3.037.085l-6.08-6.71a2%202%200%200%201-.128-.156a5%205%200%200%200-.548.188a55%2055%200%200%200-4.74%202.815a.22.22%200%200%200-.105.2c0%20.056.373%205.326%205.08%205.326a1%201%200%200%201%201%201zm.552-18.254l5.707%206.298a1%201%200%200%200%201.518-.042l4.945-6.112q-.786.213-1.583.367L15.999%2016l-4.697-5.185a22%2022%200%200%201-1.75-.442%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/womans-clothes.svg?color=%231a73e8&size=48