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

Name
fetus-outline-24px
Set
Health Icons
Style
Outline 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.096.707 1.866c.272.815-.202 1.435-.623 1.795s-1.002.66-1.485.906l-.121.061c-.475.24-.86.436-1.126.633a1.3 1.3 0 0 0-.145.122a.5.5 0 0 0 .052.098a1 1 0 0 0 .136.02c.119.01.39.037.637.152c.34.157.586.435.747.817c.14.334.415.963.714 1.641q.121.141.2.318l1.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-.435a78 78 0 0 1-.36-.832l-.102-.013l-.089-.01a1.64 1.64 0 0 1-.797-.28c-.313-.224-.514-.559-.646-.966a1.27 1.27 0 0 1 .12-1.053c.155-.27.387-.476.598-.632c.375-.277.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 20M6.771 9.889l.003.003z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFetusOutline24px(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.096.707 1.866c.272.815-.202 1.435-.623 1.795s-1.002.66-1.485.906l-.121.061c-.475.24-.86.436-1.126.633a1.3 1.3 0 0 0-.145.122a.5.5 0 0 0 .052.098a1 1 0 0 0 .136.02c.119.01.39.037.637.152c.34.157.586.435.747.817c.14.334.415.963.714 1.641q.121.141.2.318l1.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-.435a78 78 0 0 1-.36-.832l-.102-.013l-.089-.01a1.64 1.64 0 0 1-.797-.28c-.313-.224-.514-.559-.646-.966a1.27 1.27 0 0 1 .12-1.053c.155-.27.387-.476.598-.632c.375-.277.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 20M6.771 9.889l.003.003z" 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.096.707 1.866c.272.815-.202 1.435-.623 1.795s-1.002.66-1.485.906l-.121.061c-.475.24-.86.436-1.126.633a1.3 1.3 0 0 0-.145.122a.5.5 0 0 0 .052.098a1 1 0 0 0 .136.02c.119.01.39.037.637.152c.34.157.586.435.747.817c.14.334.415.963.714 1.641q.121.141.2.318l1.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-.435a78 78 0 0 1-.36-.832l-.102-.013l-.089-.01a1.64 1.64 0 0 1-.797-.28c-.313-.224-.514-.559-.646-.966a1.27 1.27 0 0 1 .12-1.053c.155-.27.387-.476.598-.632c.375-.277.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 20M6.771 9.889l.003.003z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-fetus-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%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.096.707%201.866c.272.815-.202%201.435-.623%201.795s-1.002.66-1.485.906l-.121.061c-.475.24-.86.436-1.126.633a1.3%201.3%200%200%200-.145.122a.5.5%200%200%200%20.052.098a1%201%200%200%200%20.136.02c.119.01.39.037.637.152c.34.157.586.435.747.817c.14.334.415.963.714%201.641q.121.141.2.318l1.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-.435a78%2078%200%200%201-.36-.832l-.102-.013l-.089-.01a1.64%201.64%200%200%201-.797-.28c-.313-.224-.514-.559-.646-.966a1.27%201.27%200%200%201%20.12-1.053c.155-.27.387-.476.598-.632c.375-.277.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%2020M6.771%209.889l.003.003z%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.096.707%201.866c.272.815-.202%201.435-.623%201.795s-1.002.66-1.485.906l-.121.061c-.475.24-.86.436-1.126.633a1.3%201.3%200%200%200-.145.122a.5.5%200%200%200%20.052.098a1%201%200%200%200%20.136.02c.119.01.39.037.637.152c.34.157.586.435.747.817c.14.334.415.963.714%201.641q.121.141.2.318l1.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-.435a78%2078%200%200%201-.36-.832l-.102-.013l-.089-.01a1.64%201.64%200%200%201-.797-.28c-.313-.224-.514-.559-.646-.966a1.27%201.27%200%200%201%20.12-1.053c.155-.27.387-.476.598-.632c.375-.277.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%2020M6.771%209.889l.003.003z%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-outline-24px.svg?color=%231a73e8&size=48