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

Name
fetus-24px
Set
Health Icons
Style
Filled 24px
Category
People
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More people icons from Health Icons

Use the fetus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.395 9.565c0 1.416-1.163 2.565-2.598 2.565S13.2 10.98 13.2 9.565C13.2 8.148 14.363 7 15.797 7c1.435 0 2.598 1.148 2.598 2.565"/><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m0-2A8 8 0 1 0 9.504 4.397c.194.453.45 1.095.707 1.866c.272.815-.202 1.435-.623 1.795s-1.002.66-1.485.906l-.121.06c-.475.241-.86.437-1.126.633a1.3 1.3 0 0 0-.145.122a.5.5 0 0 0 .052.099a1 1 0 0 0 .136.019c.119.012.39.038.637.152c.34.157.586.436.747.818c.14.334.415.963.714 1.642q.121.14.2.317l1.14 2.577c.716-.089 1.242-.353 1.605-.654l-.03.005a1.3 1.3 0 0 1-1.425-.871l-.835-2.527a1.28 1.28 0 0 1 .832-1.617a1.303 1.303 0 0 1 1.637.821l.495 1.498l1.021-.15a1.3 1.3 0 0 1 1.385.765c.278.644.227 1.344.05 1.925a4.4 4.4 0 0 1-1.022 1.707c-.994 1.047-2.573 1.787-4.618 1.686a1.3 1.3 0 0 1-1.126-.768L7.288 14.92l-.585.19a1.303 1.303 0 0 1-1.638-.819a1.28 1.28 0 0 1 .83-1.618l1.345-.436a79 79 0 0 1-.36-.83l-.001-.001c-.033-.006-.059-.008-.102-.013l-.089-.01a1.64 1.64 0 0 1-.797-.28c-.313-.224-.514-.56-.646-.966a1.27 1.27 0 0 1 .12-1.054c.155-.268.387-.475.598-.631c.375-.278.88-.532 1.318-.754l.143-.072c.516-.262.928-.484 1.188-.707a.7.7 0 0 0 .174-.19a23 23 0 0 0-.657-1.732A8 8 0 0 0 12 20" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFetus24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.395 9.565c0 1.416-1.163 2.565-2.598 2.565S13.2 10.98 13.2 9.565C13.2 8.148 14.363 7 15.797 7c1.435 0 2.598 1.148 2.598 2.565"/><path fillRule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m0-2A8 8 0 1 0 9.504 4.397c.194.453.45 1.095.707 1.866c.272.815-.202 1.435-.623 1.795s-1.002.66-1.485.906l-.121.06c-.475.241-.86.437-1.126.633a1.3 1.3 0 0 0-.145.122a.5.5 0 0 0 .052.099a1 1 0 0 0 .136.019c.119.012.39.038.637.152c.34.157.586.436.747.818c.14.334.415.963.714 1.642q.121.14.2.317l1.14 2.577c.716-.089 1.242-.353 1.605-.654l-.03.005a1.3 1.3 0 0 1-1.425-.871l-.835-2.527a1.28 1.28 0 0 1 .832-1.617a1.303 1.303 0 0 1 1.637.821l.495 1.498l1.021-.15a1.3 1.3 0 0 1 1.385.765c.278.644.227 1.344.05 1.925a4.4 4.4 0 0 1-1.022 1.707c-.994 1.047-2.573 1.787-4.618 1.686a1.3 1.3 0 0 1-1.126-.768L7.288 14.92l-.585.19a1.303 1.303 0 0 1-1.638-.819a1.28 1.28 0 0 1 .83-1.618l1.345-.436a79 79 0 0 1-.36-.83l-.001-.001c-.033-.006-.059-.008-.102-.013l-.089-.01a1.64 1.64 0 0 1-.797-.28c-.313-.224-.514-.56-.646-.966a1.27 1.27 0 0 1 .12-1.054c.155-.268.387-.475.598-.631c.375-.278.88-.532 1.318-.754l.143-.072c.516-.262.928-.484 1.188-.707a.7.7 0 0 0 .174-.19a23 23 0 0 0-.657-1.732A8 8 0 0 0 12 20" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.395 9.565c0 1.416-1.163 2.565-2.598 2.565S13.2 10.98 13.2 9.565C13.2 8.148 14.363 7 15.797 7c1.435 0 2.598 1.148 2.598 2.565"/><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m0-2A8 8 0 1 0 9.504 4.397c.194.453.45 1.095.707 1.866c.272.815-.202 1.435-.623 1.795s-1.002.66-1.485.906l-.121.06c-.475.241-.86.437-1.126.633a1.3 1.3 0 0 0-.145.122a.5.5 0 0 0 .052.099a1 1 0 0 0 .136.019c.119.012.39.038.637.152c.34.157.586.436.747.818c.14.334.415.963.714 1.642q.121.14.2.317l1.14 2.577c.716-.089 1.242-.353 1.605-.654l-.03.005a1.3 1.3 0 0 1-1.425-.871l-.835-2.527a1.28 1.28 0 0 1 .832-1.617a1.303 1.303 0 0 1 1.637.821l.495 1.498l1.021-.15a1.3 1.3 0 0 1 1.385.765c.278.644.227 1.344.05 1.925a4.4 4.4 0 0 1-1.022 1.707c-.994 1.047-2.573 1.787-4.618 1.686a1.3 1.3 0 0 1-1.126-.768L7.288 14.92l-.585.19a1.303 1.303 0 0 1-1.638-.819a1.28 1.28 0 0 1 .83-1.618l1.345-.436a79 79 0 0 1-.36-.83l-.001-.001c-.033-.006-.059-.008-.102-.013l-.089-.01a1.64 1.64 0 0 1-.797-.28c-.313-.224-.514-.56-.646-.966a1.27 1.27 0 0 1 .12-1.054c.155-.268.387-.475.598-.631c.375-.278.88-.532 1.318-.754l.143-.072c.516-.262.928-.484 1.188-.707a.7.7 0 0 0 .174-.19a23 23 0 0 0-.657-1.732A8 8 0 0 0 12 20" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-fetus-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.395%209.565c0%201.416-1.163%202.565-2.598%202.565S13.2%2010.98%2013.2%209.565C13.2%208.148%2014.363%207%2015.797%207c1.435%200%202.598%201.148%202.598%202.565%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m0-2A8%208%200%201%200%209.504%204.397c.194.453.45%201.095.707%201.866c.272.815-.202%201.435-.623%201.795s-1.002.66-1.485.906l-.121.06c-.475.241-.86.437-1.126.633a1.3%201.3%200%200%200-.145.122a.5.5%200%200%200%20.052.099a1%201%200%200%200%20.136.019c.119.012.39.038.637.152c.34.157.586.436.747.818c.14.334.415.963.714%201.642q.121.14.2.317l1.14%202.577c.716-.089%201.242-.353%201.605-.654l-.03.005a1.3%201.3%200%200%201-1.425-.871l-.835-2.527a1.28%201.28%200%200%201%20.832-1.617a1.303%201.303%200%200%201%201.637.821l.495%201.498l1.021-.15a1.3%201.3%200%200%201%201.385.765c.278.644.227%201.344.05%201.925a4.4%204.4%200%200%201-1.022%201.707c-.994%201.047-2.573%201.787-4.618%201.686a1.3%201.3%200%200%201-1.126-.768L7.288%2014.92l-.585.19a1.303%201.303%200%200%201-1.638-.819a1.28%201.28%200%200%201%20.83-1.618l1.345-.436a79%2079%200%200%201-.36-.83l-.001-.001c-.033-.006-.059-.008-.102-.013l-.089-.01a1.64%201.64%200%200%201-.797-.28c-.313-.224-.514-.56-.646-.966a1.27%201.27%200%200%201%20.12-1.054c.155-.268.387-.475.598-.631c.375-.278.88-.532%201.318-.754l.143-.072c.516-.262.928-.484%201.188-.707a.7.7%200%200%200%20.174-.19a23%2023%200%200%200-.657-1.732A8%208%200%200%200%2012%2020%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.395%209.565c0%201.416-1.163%202.565-2.598%202.565S13.2%2010.98%2013.2%209.565C13.2%208.148%2014.363%207%2015.797%207c1.435%200%202.598%201.148%202.598%202.565%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m0-2A8%208%200%201%200%209.504%204.397c.194.453.45%201.095.707%201.866c.272.815-.202%201.435-.623%201.795s-1.002.66-1.485.906l-.121.06c-.475.241-.86.437-1.126.633a1.3%201.3%200%200%200-.145.122a.5.5%200%200%200%20.052.099a1%201%200%200%200%20.136.019c.119.012.39.038.637.152c.34.157.586.436.747.818c.14.334.415.963.714%201.642q.121.14.2.317l1.14%202.577c.716-.089%201.242-.353%201.605-.654l-.03.005a1.3%201.3%200%200%201-1.425-.871l-.835-2.527a1.28%201.28%200%200%201%20.832-1.617a1.303%201.303%200%200%201%201.637.821l.495%201.498l1.021-.15a1.3%201.3%200%200%201%201.385.765c.278.644.227%201.344.05%201.925a4.4%204.4%200%200%201-1.022%201.707c-.994%201.047-2.573%201.787-4.618%201.686a1.3%201.3%200%200%201-1.126-.768L7.288%2014.92l-.585.19a1.303%201.303%200%200%201-1.638-.819a1.28%201.28%200%200%201%20.83-1.618l1.345-.436a79%2079%200%200%201-.36-.83l-.001-.001c-.033-.006-.059-.008-.102-.013l-.089-.01a1.64%201.64%200%200%201-.797-.28c-.313-.224-.514-.56-.646-.966a1.27%201.27%200%200%201%20.12-1.054c.155-.268.387-.475.598-.631c.375-.278.88-.532%201.318-.754l.143-.072c.516-.262.928-.484%201.188-.707a.7.7%200%200%200%20.174-.19a23%2023%200%200%200-.657-1.732A8%208%200%200%200%2012%2020%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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