woman-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
woman-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
woman, woman-outline

The same icon in other sets

Use the woman icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8c0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2S228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9c7.3 9.4 15.2 18.3 23.7 26.9c8.5 8.5 17.5 16.4 26.8 23.7c39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7M512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1S456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignWomanOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8c0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2S228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9c7.3 9.4 15.2 18.3 23.7 26.9c8.5 8.5 17.5 16.4 26.8 23.7c39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7M512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1S456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8c0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2S228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9c7.3 9.4 15.2 18.3 23.7 26.9c8.5 8.5 17.5 16.4 26.8 23.7c39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7M512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1S456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556"/></svg>
</template>

CSS

.icon-woman-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M712.8%20548.8c53.6-53.6%2083.2-125%2083.2-200.8c0-75.9-29.5-147.2-83.2-200.8C659.2%2093.6%20587.8%2064%20512%2064s-147.2%2029.5-200.8%2083.2S228%20272.1%20228%20348c0%2063.8%2020.9%20124.4%2059.4%20173.9c7.3%209.4%2015.2%2018.3%2023.7%2026.9c8.5%208.5%2017.5%2016.4%2026.8%2023.7c39.6%2030.8%2086.3%2050.4%20136.1%2057V736H360c-4.4%200-8%203.6-8%208v60c0%204.4%203.6%208%208%208h114v140c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V812h114c4.4%200%208-3.6%208-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2%20118.2-36.1%20162.8-80.7M512%20556c-55.6%200-107.7-21.6-147.1-60.9C325.6%20455.8%20304%20403.6%20304%20348s21.6-107.7%2060.9-147.1S456.4%20140%20512%20140s107.7%2021.6%20147.1%2060.9C698.4%20240.2%20720%20292.4%20720%20348s-21.6%20107.7-60.9%20147.1C619.7%20534.4%20567.6%20556%20512%20556%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M712.8%20548.8c53.6-53.6%2083.2-125%2083.2-200.8c0-75.9-29.5-147.2-83.2-200.8C659.2%2093.6%20587.8%2064%20512%2064s-147.2%2029.5-200.8%2083.2S228%20272.1%20228%20348c0%2063.8%2020.9%20124.4%2059.4%20173.9c7.3%209.4%2015.2%2018.3%2023.7%2026.9c8.5%208.5%2017.5%2016.4%2026.8%2023.7c39.6%2030.8%2086.3%2050.4%20136.1%2057V736H360c-4.4%200-8%203.6-8%208v60c0%204.4%203.6%208%208%208h114v140c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V812h114c4.4%200%208-3.6%208-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2%20118.2-36.1%20162.8-80.7M512%20556c-55.6%200-107.7-21.6-147.1-60.9C325.6%20455.8%20304%20403.6%20304%20348s21.6-107.7%2060.9-147.1S456.4%20140%20512%20140s107.7%2021.6%20147.1%2060.9C698.4%20240.2%20720%20292.4%20720%20348s-21.6%20107.7-60.9%20147.1C619.7%20534.4%20567.6%20556%20512%20556%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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