female from IconPark by ByteDance · Color · Base · Apache-2.0 Free for personal and commercial use.

Name
female
Set
IconPark
Style
Color
Category
Base
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More base icons from IconPark

Use the female icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M38.3785 9.85132C32.9112 4.38398 24.0468 4.38398 18.5795 9.85132C15.8458 12.585 14.479 16.1679 14.479 19.7508C14.479 23.3337 15.8458 26.9166 18.5795 29.6503C24.0468 35.1176 32.9112 35.1176 38.3785 29.6503C43.8458 24.183 43.8458 15.3187 38.3785 9.85132Z"/><path stroke-linecap="round" d="M18.4642 29.5353L5.73633 42.2632"/><path stroke-linecap="round" d="M19.1714 41.5562L6.44346 28.8282"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkFemale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M38.3785 9.85132C32.9112 4.38398 24.0468 4.38398 18.5795 9.85132C15.8458 12.585 14.479 16.1679 14.479 19.7508C14.479 23.3337 15.8458 26.9166 18.5795 29.6503C24.0468 35.1176 32.9112 35.1176 38.3785 29.6503C43.8458 24.183 43.8458 15.3187 38.3785 9.85132Z"/><path strokeLinecap="round" d="M18.4642 29.5353L5.73633 42.2632"/><path strokeLinecap="round" d="M19.1714 41.5562L6.44346 28.8282"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M38.3785 9.85132C32.9112 4.38398 24.0468 4.38398 18.5795 9.85132C15.8458 12.585 14.479 16.1679 14.479 19.7508C14.479 23.3337 15.8458 26.9166 18.5795 29.6503C24.0468 35.1176 32.9112 35.1176 38.3785 29.6503C43.8458 24.183 43.8458 15.3187 38.3785 9.85132Z"/><path stroke-linecap="round" d="M18.4642 29.5353L5.73633 42.2632"/><path stroke-linecap="round" d="M19.1714 41.5562L6.44346 28.8282"/></g></svg>
</template>

CSS

.icon-female {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.3785%209.85132C32.9112%204.38398%2024.0468%204.38398%2018.5795%209.85132C15.8458%2012.585%2014.479%2016.1679%2014.479%2019.7508C14.479%2023.3337%2015.8458%2026.9166%2018.5795%2029.6503C24.0468%2035.1176%2032.9112%2035.1176%2038.3785%2029.6503C43.8458%2024.183%2043.8458%2015.3187%2038.3785%209.85132Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.4642%2029.5353L5.73633%2042.2632%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.1714%2041.5562L6.44346%2028.8282%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.3785%209.85132C32.9112%204.38398%2024.0468%204.38398%2018.5795%209.85132C15.8458%2012.585%2014.479%2016.1679%2014.479%2019.7508C14.479%2023.3337%2015.8458%2026.9166%2018.5795%2029.6503C24.0468%2035.1176%2032.9112%2035.1176%2038.3785%2029.6503C43.8458%2024.183%2043.8458%2015.3187%2038.3785%209.85132Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.4642%2029.5353L5.73633%2042.2632%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.1714%2041.5562L6.44346%2028.8282%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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