female-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
female-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
female-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the female icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 18.5H10q-.213 0-.356-.144t-.144-.357t.144-.356T10 17.5h1.5v-3.023q-1.917-.215-3.209-1.637Q7 11.417 7 9.489q0-2.083 1.459-3.536Q9.917 4.5 12 4.5t3.541 1.453T17 9.489q0 1.928-1.291 3.35q-1.292 1.423-3.209 1.638V17.5H14q.213 0 .356.144t.144.357t-.144.356T14 18.5h-1.5V20q0 .213-.144.356t-.357.144t-.356-.144T11.5 20zm3.33-6.172Q16 11.155 16 9.497t-1.172-2.828T11.997 5.5T9.169 6.672T8 9.503t1.172 2.828q1.173 1.169 2.831 1.169q1.659 0 2.828-1.172"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFemaleRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 18.5H10q-.213 0-.356-.144t-.144-.357t.144-.356T10 17.5h1.5v-3.023q-1.917-.215-3.209-1.637Q7 11.417 7 9.489q0-2.083 1.459-3.536Q9.917 4.5 12 4.5t3.541 1.453T17 9.489q0 1.928-1.291 3.35q-1.292 1.423-3.209 1.638V17.5H14q.213 0 .356.144t.144.357t-.144.356T14 18.5h-1.5V20q0 .213-.144.356t-.357.144t-.356-.144T11.5 20zm3.33-6.172Q16 11.155 16 9.497t-1.172-2.828T11.997 5.5T9.169 6.672T8 9.503t1.172 2.828q1.173 1.169 2.831 1.169q1.659 0 2.828-1.172"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 18.5H10q-.213 0-.356-.144t-.144-.357t.144-.356T10 17.5h1.5v-3.023q-1.917-.215-3.209-1.637Q7 11.417 7 9.489q0-2.083 1.459-3.536Q9.917 4.5 12 4.5t3.541 1.453T17 9.489q0 1.928-1.291 3.35q-1.292 1.423-3.209 1.638V17.5H14q.213 0 .356.144t.144.357t-.144.356T14 18.5h-1.5V20q0 .213-.144.356t-.357.144t-.356-.144T11.5 20zm3.33-6.172Q16 11.155 16 9.497t-1.172-2.828T11.997 5.5T9.169 6.672T8 9.503t1.172 2.828q1.173 1.169 2.831 1.169q1.659 0 2.828-1.172"/></svg>
</template>

CSS

.icon-female-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2018.5H10q-.213%200-.356-.144t-.144-.357t.144-.356T10%2017.5h1.5v-3.023q-1.917-.215-3.209-1.637Q7%2011.417%207%209.489q0-2.083%201.459-3.536Q9.917%204.5%2012%204.5t3.541%201.453T17%209.489q0%201.928-1.291%203.35q-1.292%201.423-3.209%201.638V17.5H14q.213%200%20.356.144t.144.357t-.144.356T14%2018.5h-1.5V20q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2020zm3.33-6.172Q16%2011.155%2016%209.497t-1.172-2.828T11.997%205.5T9.169%206.672T8%209.503t1.172%202.828q1.173%201.169%202.831%201.169q1.659%200%202.828-1.172%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2018.5H10q-.213%200-.356-.144t-.144-.357t.144-.356T10%2017.5h1.5v-3.023q-1.917-.215-3.209-1.637Q7%2011.417%207%209.489q0-2.083%201.459-3.536Q9.917%204.5%2012%204.5t3.541%201.453T17%209.489q0%201.928-1.291%203.35q-1.292%201.423-3.209%201.638V17.5H14q.213%200%20.356.144t.144.357t-.144.356T14%2018.5h-1.5V20q0%20.213-.144.356t-.357.144t-.356-.144T11.5%2020zm3.33-6.172Q16%2011.155%2016%209.497t-1.172-2.828T11.997%205.5T9.169%206.672T8%209.503t1.172%202.828q1.173%201.169%202.831%201.169q1.659%200%202.828-1.172%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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