woman-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · People · MIT Free for personal and commercial use.

Name
woman-outline-24px
Set
Health Icons
Style
Outline 24px
Category
People
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M8.385 9.998a.3.3 0 0 0-.076.053c-.11.095-.266.294-.44.65c-.348.709-.642 1.764-.888 2.995a1 1 0 1 1-1.962-.392c.254-1.27.588-2.534 1.054-3.484c.233-.474.53-.939.928-1.282c.405-.35.932-.585 1.548-.534h2.95q.131 0 .25.032q.121-.03.25-.031h2.952c.616-.052 1.143.183 1.548.533c.397.343.695.808.928 1.282c.466.95.8 2.215 1.053 3.484a1 1 0 0 1-1.96.392c-.247-1.23-.54-2.286-.889-2.995c-.174-.356-.33-.555-.44-.65a.3.3 0 0 0-.076-.053l-.057.007h-.2l1.8 7.562c-1.691.554-3.12.816-4.55.814c-1.47-.002-2.981-.284-4.825-.865l1.43-7.511h-.271zM7 19h.003zm1.609.44l-.107 1.489a1 1 0 0 0 1.995.142l.092-1.278a17 17 0 0 1-1.98-.352m4.804.377l.09 1.253a1 1 0 0 0 1.994-.142l-.103-1.446c-.675.159-1.33.27-1.981.335"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWomanOutline24px(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="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M8.385 9.998a.3.3 0 0 0-.076.053c-.11.095-.266.294-.44.65c-.348.709-.642 1.764-.888 2.995a1 1 0 1 1-1.962-.392c.254-1.27.588-2.534 1.054-3.484c.233-.474.53-.939.928-1.282c.405-.35.932-.585 1.548-.534h2.95q.131 0 .25.032q.121-.03.25-.031h2.952c.616-.052 1.143.183 1.548.533c.397.343.695.808.928 1.282c.466.95.8 2.215 1.053 3.484a1 1 0 0 1-1.96.392c-.247-1.23-.54-2.286-.889-2.995c-.174-.356-.33-.555-.44-.65a.3.3 0 0 0-.076-.053l-.057.007h-.2l1.8 7.562c-1.691.554-3.12.816-4.55.814c-1.47-.002-2.981-.284-4.825-.865l1.43-7.511h-.271zM7 19h.003zm1.609.44l-.107 1.489a1 1 0 0 0 1.995.142l.092-1.278a17 17 0 0 1-1.98-.352m4.804.377l.09 1.253a1 1 0 0 0 1.994-.142l-.103-1.446c-.675.159-1.33.27-1.981.335"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M8.385 9.998a.3.3 0 0 0-.076.053c-.11.095-.266.294-.44.65c-.348.709-.642 1.764-.888 2.995a1 1 0 1 1-1.962-.392c.254-1.27.588-2.534 1.054-3.484c.233-.474.53-.939.928-1.282c.405-.35.932-.585 1.548-.534h2.95q.131 0 .25.032q.121-.03.25-.031h2.952c.616-.052 1.143.183 1.548.533c.397.343.695.808.928 1.282c.466.95.8 2.215 1.053 3.484a1 1 0 0 1-1.96.392c-.247-1.23-.54-2.286-.889-2.995c-.174-.356-.33-.555-.44-.65a.3.3 0 0 0-.076-.053l-.057.007h-.2l1.8 7.562c-1.691.554-3.12.816-4.55.814c-1.47-.002-2.981-.284-4.825-.865l1.43-7.511h-.271zM7 19h.003zm1.609.44l-.107 1.489a1 1 0 0 0 1.995.142l.092-1.278a17 17 0 0 1-1.98-.352m4.804.377l.09 1.253a1 1 0 0 0 1.994-.142l-.103-1.446c-.675.159-1.33.27-1.981.335"/></svg>
</template>

CSS

.icon-woman-outline-24px {
  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%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M8.385%209.998a.3.3%200%200%200-.076.053c-.11.095-.266.294-.44.65c-.348.709-.642%201.764-.888%202.995a1%201%200%201%201-1.962-.392c.254-1.27.588-2.534%201.054-3.484c.233-.474.53-.939.928-1.282c.405-.35.932-.585%201.548-.534h2.95q.131%200%20.25.032q.121-.03.25-.031h2.952c.616-.052%201.143.183%201.548.533c.397.343.695.808.928%201.282c.466.95.8%202.215%201.053%203.484a1%201%200%200%201-1.96.392c-.247-1.23-.54-2.286-.889-2.995c-.174-.356-.33-.555-.44-.65a.3.3%200%200%200-.076-.053l-.057.007h-.2l1.8%207.562c-1.691.554-3.12.816-4.55.814c-1.47-.002-2.981-.284-4.825-.865l1.43-7.511h-.271zM7%2019h.003zm1.609.44l-.107%201.489a1%201%200%200%200%201.995.142l.092-1.278a17%2017%200%200%201-1.98-.352m4.804.377l.09%201.253a1%201%200%200%200%201.994-.142l-.103-1.446c-.675.159-1.33.27-1.981.335%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%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M8.385%209.998a.3.3%200%200%200-.076.053c-.11.095-.266.294-.44.65c-.348.709-.642%201.764-.888%202.995a1%201%200%201%201-1.962-.392c.254-1.27.588-2.534%201.054-3.484c.233-.474.53-.939.928-1.282c.405-.35.932-.585%201.548-.534h2.95q.131%200%20.25.032q.121-.03.25-.031h2.952c.616-.052%201.143.183%201.548.533c.397.343.695.808.928%201.282c.466.95.8%202.215%201.053%203.484a1%201%200%200%201-1.96.392c-.247-1.23-.54-2.286-.889-2.995c-.174-.356-.33-.555-.44-.65a.3.3%200%200%200-.076-.053l-.057.007h-.2l1.8%207.562c-1.691.554-3.12.816-4.55.814c-1.47-.002-2.981-.284-4.825-.865l1.43-7.511h-.271zM7%2019h.003zm1.609.44l-.107%201.489a1%201%200%200%200%201.995.142l.092-1.278a17%2017%200%200%201-1.98-.352m4.804.377l.09%201.253a1%201%200%200%200%201.994-.142l-.103-1.446c-.675.159-1.33.27-1.981.335%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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