woman from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
woman
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More people icons from Health Icons

Use the woman icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M18.5 21c0 2.53-2.336 11.045-3.191 14.078a.997.997 0 0 0 .81 1.258c5.986.9 9.78.871 15.767-.005a.996.996 0 0 0 .816-1.25c-.845-3.091-3.2-11.893-3.202-14.078v-1.508c.398.5.769 1.245.997 2.05l.022.077c.139.492.191.676.24.862c.03.111.058.223.104.403c.129.505.393 1.546 1.203 4.622a2 2 0 1 0 3.868-1.018c-.77-2.926-1.044-4-1.184-4.551a41 41 0 0 0-.405-1.485c-.344-1.217-.931-2.469-1.724-3.462C31.873 16.056 30.648 15 29 15H19c-1.648 0-2.873 1.056-3.621 1.993c-.793.993-1.38 2.245-1.724 3.462c-.256.903-.26.92-.405 1.485c-.14.551-.414 1.625-1.184 4.551a2 2 0 1 0 3.868 1.018c.81-3.076 1.074-4.117 1.203-4.622c.046-.18.074-.292.104-.403c.049-.186.101-.37.24-.861l.022-.078c.228-.805.6-1.55.997-2.05zm0 21.388V38.57c1.41.21 2.714.341 3.988.398l-1.04 3.814a1.5 1.5 0 0 1-2.948-.394m8.053.394l-1.042-3.82a41 41 0 0 0 3.989-.405v3.83a1.5 1.5 0 0 1-2.947.395" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWoman(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M18.5 21c0 2.53-2.336 11.045-3.191 14.078a.997.997 0 0 0 .81 1.258c5.986.9 9.78.871 15.767-.005a.996.996 0 0 0 .816-1.25c-.845-3.091-3.2-11.893-3.202-14.078v-1.508c.398.5.769 1.245.997 2.05l.022.077c.139.492.191.676.24.862c.03.111.058.223.104.403c.129.505.393 1.546 1.203 4.622a2 2 0 1 0 3.868-1.018c-.77-2.926-1.044-4-1.184-4.551a41 41 0 0 0-.405-1.485c-.344-1.217-.931-2.469-1.724-3.462C31.873 16.056 30.648 15 29 15H19c-1.648 0-2.873 1.056-3.621 1.993c-.793.993-1.38 2.245-1.724 3.462c-.256.903-.26.92-.405 1.485c-.14.551-.414 1.625-1.184 4.551a2 2 0 1 0 3.868 1.018c.81-3.076 1.074-4.117 1.203-4.622c.046-.18.074-.292.104-.403c.049-.186.101-.37.24-.861l.022-.078c.228-.805.6-1.55.997-2.05zm0 21.388V38.57c1.41.21 2.714.341 3.988.398l-1.04 3.814a1.5 1.5 0 0 1-2.948-.394m8.053.394l-1.042-3.82a41 41 0 0 0 3.989-.405v3.83a1.5 1.5 0 0 1-2.947.395" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M18.5 21c0 2.53-2.336 11.045-3.191 14.078a.997.997 0 0 0 .81 1.258c5.986.9 9.78.871 15.767-.005a.996.996 0 0 0 .816-1.25c-.845-3.091-3.2-11.893-3.202-14.078v-1.508c.398.5.769 1.245.997 2.05l.022.077c.139.492.191.676.24.862c.03.111.058.223.104.403c.129.505.393 1.546 1.203 4.622a2 2 0 1 0 3.868-1.018c-.77-2.926-1.044-4-1.184-4.551a41 41 0 0 0-.405-1.485c-.344-1.217-.931-2.469-1.724-3.462C31.873 16.056 30.648 15 29 15H19c-1.648 0-2.873 1.056-3.621 1.993c-.793.993-1.38 2.245-1.724 3.462c-.256.903-.26.92-.405 1.485c-.14.551-.414 1.625-1.184 4.551a2 2 0 1 0 3.868 1.018c.81-3.076 1.074-4.117 1.203-4.622c.046-.18.074-.292.104-.403c.049-.186.101-.37.24-.861l.022-.078c.228-.805.6-1.55.997-2.05zm0 21.388V38.57c1.41.21 2.714.341 3.988.398l-1.04 3.814a1.5 1.5 0 0 1-2.948-.394m8.053.394l-1.042-3.82a41 41 0 0 0 3.989-.405v3.83a1.5 1.5 0 0 1-2.947.395" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28.5%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M18.5%2021c0%202.53-2.336%2011.045-3.191%2014.078a.997.997%200%200%200%20.81%201.258c5.986.9%209.78.871%2015.767-.005a.996.996%200%200%200%20.816-1.25c-.845-3.091-3.2-11.893-3.202-14.078v-1.508c.398.5.769%201.245.997%202.05l.022.077c.139.492.191.676.24.862c.03.111.058.223.104.403c.129.505.393%201.546%201.203%204.622a2%202%200%201%200%203.868-1.018c-.77-2.926-1.044-4-1.184-4.551a41%2041%200%200%200-.405-1.485c-.344-1.217-.931-2.469-1.724-3.462C31.873%2016.056%2030.648%2015%2029%2015H19c-1.648%200-2.873%201.056-3.621%201.993c-.793.993-1.38%202.245-1.724%203.462c-.256.903-.26.92-.405%201.485c-.14.551-.414%201.625-1.184%204.551a2%202%200%201%200%203.868%201.018c.81-3.076%201.074-4.117%201.203-4.622c.046-.18.074-.292.104-.403c.049-.186.101-.37.24-.861l.022-.078c.228-.805.6-1.55.997-2.05zm0%2021.388V38.57c1.41.21%202.714.341%203.988.398l-1.04%203.814a1.5%201.5%200%200%201-2.948-.394m8.053.394l-1.042-3.82a41%2041%200%200%200%203.989-.405v3.83a1.5%201.5%200%200%201-2.947.395%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28.5%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M18.5%2021c0%202.53-2.336%2011.045-3.191%2014.078a.997.997%200%200%200%20.81%201.258c5.986.9%209.78.871%2015.767-.005a.996.996%200%200%200%20.816-1.25c-.845-3.091-3.2-11.893-3.202-14.078v-1.508c.398.5.769%201.245.997%202.05l.022.077c.139.492.191.676.24.862c.03.111.058.223.104.403c.129.505.393%201.546%201.203%204.622a2%202%200%201%200%203.868-1.018c-.77-2.926-1.044-4-1.184-4.551a41%2041%200%200%200-.405-1.485c-.344-1.217-.931-2.469-1.724-3.462C31.873%2016.056%2030.648%2015%2029%2015H19c-1.648%200-2.873%201.056-3.621%201.993c-.793.993-1.38%202.245-1.724%203.462c-.256.903-.26.92-.405%201.485c-.14.551-.414%201.625-1.184%204.551a2%202%200%201%200%203.868%201.018c.81-3.076%201.074-4.117%201.203-4.622c.046-.18.074-.292.104-.403c.049-.186.101-.37.24-.861l.022-.078c.228-.805.6-1.55.997-2.05zm0%2021.388V38.57c1.41.21%202.714.341%203.988.398l-1.04%203.814a1.5%201.5%200%200%201-2.948-.394m8.053.394l-1.042-3.82a41%2041%200%200%200%203.989-.405v3.83a1.5%201.5%200%200%201-2.947.395%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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