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

Name
old-woman-24px
Set
Health Icons
Style
Filled 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 old woman icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M7 21v-2l2 .25V21a1 1 0 1 1-2 0m4-1.75V21a1 1 0 1 0 2 0v-2zm5.196-6.77a1 1 0 0 1-1.177-.784c-.17-.85-.629-1.227-1.23-1.442c-.437-.156-.93-.216-1.431-.24L15 17.5s-2.817.5-5 .5s-5-.5-5-.5l1.001-2.836A3.5 3.5 0 0 1 7.5 8H12v.002c.702.01 1.617.067 2.461.369c1.149.41 2.19 1.283 2.52 2.933a1 1 0 0 1-.785 1.177M7.647 10H7.5a1.5 1.5 0 0 0-.825 2.753zM17 14.4c0-.223.087-.365.213-.466a.9.9 0 0 1 .537-.184c.187 0 .392.067.537.184a.56.56 0 0 1 .213.466V21a.75.75 0 0 0 1.5 0v-6.6c0-.71-.32-1.269-.771-1.634a2.4 2.4 0 0 0-1.479-.516c-.5 0-1.045.166-1.479.516A2.06 2.06 0 0 0 15.5 14.4a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOldWoman24px(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" fillRule="evenodd" d="M12.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M7 21v-2l2 .25V21a1 1 0 1 1-2 0m4-1.75V21a1 1 0 1 0 2 0v-2zm5.196-6.77a1 1 0 0 1-1.177-.784c-.17-.85-.629-1.227-1.23-1.442c-.437-.156-.93-.216-1.431-.24L15 17.5s-2.817.5-5 .5s-5-.5-5-.5l1.001-2.836A3.5 3.5 0 0 1 7.5 8H12v.002c.702.01 1.617.067 2.461.369c1.149.41 2.19 1.283 2.52 2.933a1 1 0 0 1-.785 1.177M7.647 10H7.5a1.5 1.5 0 0 0-.825 2.753zM17 14.4c0-.223.087-.365.213-.466a.9.9 0 0 1 .537-.184c.187 0 .392.067.537.184a.56.56 0 0 1 .213.466V21a.75.75 0 0 0 1.5 0v-6.6c0-.71-.32-1.269-.771-1.634a2.4 2.4 0 0 0-1.479-.516c-.5 0-1.045.166-1.479.516A2.06 2.06 0 0 0 15.5 14.4a.75.75 0 0 0 1.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M7 21v-2l2 .25V21a1 1 0 1 1-2 0m4-1.75V21a1 1 0 1 0 2 0v-2zm5.196-6.77a1 1 0 0 1-1.177-.784c-.17-.85-.629-1.227-1.23-1.442c-.437-.156-.93-.216-1.431-.24L15 17.5s-2.817.5-5 .5s-5-.5-5-.5l1.001-2.836A3.5 3.5 0 0 1 7.5 8H12v.002c.702.01 1.617.067 2.461.369c1.149.41 2.19 1.283 2.52 2.933a1 1 0 0 1-.785 1.177M7.647 10H7.5a1.5 1.5 0 0 0-.825 2.753zM17 14.4c0-.223.087-.365.213-.466a.9.9 0 0 1 .537-.184c.187 0 .392.067.537.184a.56.56 0 0 1 .213.466V21a.75.75 0 0 0 1.5 0v-6.6c0-.71-.32-1.269-.771-1.634a2.4 2.4 0 0 0-1.479-.516c-.5 0-1.045.166-1.479.516A2.06 2.06 0 0 0 15.5 14.4a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-old-woman-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M7%2021v-2l2%20.25V21a1%201%200%201%201-2%200m4-1.75V21a1%201%200%201%200%202%200v-2zm5.196-6.77a1%201%200%200%201-1.177-.784c-.17-.85-.629-1.227-1.23-1.442c-.437-.156-.93-.216-1.431-.24L15%2017.5s-2.817.5-5%20.5s-5-.5-5-.5l1.001-2.836A3.5%203.5%200%200%201%207.5%208H12v.002c.702.01%201.617.067%202.461.369c1.149.41%202.19%201.283%202.52%202.933a1%201%200%200%201-.785%201.177M7.647%2010H7.5a1.5%201.5%200%200%200-.825%202.753zM17%2014.4c0-.223.087-.365.213-.466a.9.9%200%200%201%20.537-.184c.187%200%20.392.067.537.184a.56.56%200%200%201%20.213.466V21a.75.75%200%200%200%201.5%200v-6.6c0-.71-.32-1.269-.771-1.634a2.4%202.4%200%200%200-1.479-.516c-.5%200-1.045.166-1.479.516A2.06%202.06%200%200%200%2015.5%2014.4a.75.75%200%200%200%201.5%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M7%2021v-2l2%20.25V21a1%201%200%201%201-2%200m4-1.75V21a1%201%200%201%200%202%200v-2zm5.196-6.77a1%201%200%200%201-1.177-.784c-.17-.85-.629-1.227-1.23-1.442c-.437-.156-.93-.216-1.431-.24L15%2017.5s-2.817.5-5%20.5s-5-.5-5-.5l1.001-2.836A3.5%203.5%200%200%201%207.5%208H12v.002c.702.01%201.617.067%202.461.369c1.149.41%202.19%201.283%202.52%202.933a1%201%200%200%201-.785%201.177M7.647%2010H7.5a1.5%201.5%200%200%200-.825%202.753zM17%2014.4c0-.223.087-.365.213-.466a.9.9%200%200%201%20.537-.184c.187%200%20.392.067.537.184a.56.56%200%200%201%20.213.466V21a.75.75%200%200%200%201.5%200v-6.6c0-.71-.32-1.269-.771-1.634a2.4%202.4%200%200%200-1.479-.516c-.5%200-1.045.166-1.479.516A2.06%202.06%200%200%200%2015.5%2014.4a.75.75%200%200%200%201.5%200%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/old-woman-24px.svg?color=%231a73e8&size=48