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

Name
fetus-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
fetus2x-outline

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 48 48"><path fill="currentColor" fill-rule="evenodd" d="M16.4 40.317A18 18 0 1 1 31.6 7.683a18 18 0 0 1-15.2 32.634m.844-1.813a16 16 0 1 0-3.09-27.116q.21.283.433.577q.266.35.548.732c.454.617.917 1.282 1.261 1.95c.34.658.615 1.413.59 2.194c-.027.84-.397 1.597-1.128 2.199l-.748.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.163-.281 1.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.042.074l.311.796a3 3 0 0 1 1.93.856l-.301-.97a3 3 0 1 1 5.729-1.782l.544 1.748l.948-.254l.013-.004a4.5 4.5 0 1 1 3.36 1.4a3 3 0 0 1 .343 2.103c-.499 2.434-1.26 4.822-3.134 6.514c-1.904 1.72-4.403 2.236-7.112 2.38a3 3 0 0 1-2.956-1.908l-1.276-3.28l-1.452.518a3 3 0 0 1-2.018-5.65l3.417-1.221l-.132-.341a9 9 0 0 0-.163-.28a4 4 0 0 0-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57 2.57 0 0 1-.432-1.837c.102-.675.473-1.29 1.063-1.775l.747-.614c.314-.259.393-.489.4-.719c.01-.287-.095-.684-.368-1.214c-.269-.52-.652-1.08-1.094-1.68a75 75 0 0 0-.5-.668l-.373-.495a16 16 0 0 0-3.684 16.76a16 16 0 0 0 8.277 9.025M31.5 22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-7.93-.954a1 1 0 0 1 1.252.657l.83 2.666a1 1 0 0 0 1.213.668l1.877-.502A1 1 0 0 1 29.98 25.7c-.482 2.357-1.143 4.192-2.515 5.431c-1.38 1.248-3.3 1.73-5.878 1.867a1 1 0 0 1-.985-.636l-1.628-4.187a1 1 0 0 0-1.269-.58l-2.368.846a1 1 0 0 1-.673-1.883l4.2-1.5a1 1 0 0 1 1.269.58l1.787 4.596a1 1 0 0 0 1.07.628c1.516-.212 2.468-.613 3.135-1.215c.211-.191.407-.413.587-.676a1 1 0 0 0-1.081-1.533l-.105.027a1 1 0 0 1-1.214-.668l-1.4-4.5a1 1 0 0 1 .658-1.252" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFetusOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M16.4 40.317A18 18 0 1 1 31.6 7.683a18 18 0 0 1-15.2 32.634m.844-1.813a16 16 0 1 0-3.09-27.116q.21.283.433.577q.266.35.548.732c.454.617.917 1.282 1.261 1.95c.34.658.615 1.413.59 2.194c-.027.84-.397 1.597-1.128 2.199l-.748.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.163-.281 1.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.042.074l.311.796a3 3 0 0 1 1.93.856l-.301-.97a3 3 0 1 1 5.729-1.782l.544 1.748l.948-.254l.013-.004a4.5 4.5 0 1 1 3.36 1.4a3 3 0 0 1 .343 2.103c-.499 2.434-1.26 4.822-3.134 6.514c-1.904 1.72-4.403 2.236-7.112 2.38a3 3 0 0 1-2.956-1.908l-1.276-3.28l-1.452.518a3 3 0 0 1-2.018-5.65l3.417-1.221l-.132-.341a9 9 0 0 0-.163-.28a4 4 0 0 0-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57 2.57 0 0 1-.432-1.837c.102-.675.473-1.29 1.063-1.775l.747-.614c.314-.259.393-.489.4-.719c.01-.287-.095-.684-.368-1.214c-.269-.52-.652-1.08-1.094-1.68a75 75 0 0 0-.5-.668l-.373-.495a16 16 0 0 0-3.684 16.76a16 16 0 0 0 8.277 9.025M31.5 22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-7.93-.954a1 1 0 0 1 1.252.657l.83 2.666a1 1 0 0 0 1.213.668l1.877-.502A1 1 0 0 1 29.98 25.7c-.482 2.357-1.143 4.192-2.515 5.431c-1.38 1.248-3.3 1.73-5.878 1.867a1 1 0 0 1-.985-.636l-1.628-4.187a1 1 0 0 0-1.269-.58l-2.368.846a1 1 0 0 1-.673-1.883l4.2-1.5a1 1 0 0 1 1.269.58l1.787 4.596a1 1 0 0 0 1.07.628c1.516-.212 2.468-.613 3.135-1.215c.211-.191.407-.413.587-.676a1 1 0 0 0-1.081-1.533l-.105.027a1 1 0 0 1-1.214-.668l-1.4-4.5a1 1 0 0 1 .658-1.252" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M16.4 40.317A18 18 0 1 1 31.6 7.683a18 18 0 0 1-15.2 32.634m.844-1.813a16 16 0 1 0-3.09-27.116q.21.283.433.577q.266.35.548.732c.454.617.917 1.282 1.261 1.95c.34.658.615 1.413.59 2.194c-.027.84-.397 1.597-1.128 2.199l-.748.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.163-.281 1.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.042.074l.311.796a3 3 0 0 1 1.93.856l-.301-.97a3 3 0 1 1 5.729-1.782l.544 1.748l.948-.254l.013-.004a4.5 4.5 0 1 1 3.36 1.4a3 3 0 0 1 .343 2.103c-.499 2.434-1.26 4.822-3.134 6.514c-1.904 1.72-4.403 2.236-7.112 2.38a3 3 0 0 1-2.956-1.908l-1.276-3.28l-1.452.518a3 3 0 0 1-2.018-5.65l3.417-1.221l-.132-.341a9 9 0 0 0-.163-.28a4 4 0 0 0-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57 2.57 0 0 1-.432-1.837c.102-.675.473-1.29 1.063-1.775l.747-.614c.314-.259.393-.489.4-.719c.01-.287-.095-.684-.368-1.214c-.269-.52-.652-1.08-1.094-1.68a75 75 0 0 0-.5-.668l-.373-.495a16 16 0 0 0-3.684 16.76a16 16 0 0 0 8.277 9.025M31.5 22a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-7.93-.954a1 1 0 0 1 1.252.657l.83 2.666a1 1 0 0 0 1.213.668l1.877-.502A1 1 0 0 1 29.98 25.7c-.482 2.357-1.143 4.192-2.515 5.431c-1.38 1.248-3.3 1.73-5.878 1.867a1 1 0 0 1-.985-.636l-1.628-4.187a1 1 0 0 0-1.269-.58l-2.368.846a1 1 0 0 1-.673-1.883l4.2-1.5a1 1 0 0 1 1.269.58l1.787 4.596a1 1 0 0 0 1.07.628c1.516-.212 2.468-.613 3.135-1.215c.211-.191.407-.413.587-.676a1 1 0 0 0-1.081-1.533l-.105.027a1 1 0 0 1-1.214-.668l-1.4-4.5a1 1 0 0 1 .658-1.252" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-fetus-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.4%2040.317A18%2018%200%201%201%2031.6%207.683a18%2018%200%200%201-15.2%2032.634m.844-1.813a16%2016%200%201%200-3.09-27.116q.21.283.433.577q.266.35.548.732c.454.617.917%201.282%201.261%201.95c.34.658.615%201.413.59%202.194c-.027.84-.397%201.597-1.128%202.199l-.748.615c-.262.215-.337.407-.355.53a.57.57%200%200%200%20.106.41c.19.28.684.576%201.44.375c.5-.134%201.163-.281%201.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.042.074l.311.796a3%203%200%200%201%201.93.856l-.301-.97a3%203%200%201%201%205.729-1.782l.544%201.748l.948-.254l.013-.004a4.5%204.5%200%201%201%203.36%201.4a3%203%200%200%201%20.343%202.103c-.499%202.434-1.26%204.822-3.134%206.514c-1.904%201.72-4.403%202.236-7.112%202.38a3%203%200%200%201-2.956-1.908l-1.276-3.28l-1.452.518a3%203%200%200%201-2.018-5.65l3.417-1.221l-.132-.341a9%209%200%200%200-.163-.28a4%204%200%200%200-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57%202.57%200%200%201-.432-1.837c.102-.675.473-1.29%201.063-1.775l.747-.614c.314-.259.393-.489.4-.719c.01-.287-.095-.684-.368-1.214c-.269-.52-.652-1.08-1.094-1.68a75%2075%200%200%200-.5-.668l-.373-.495a16%2016%200%200%200-3.684%2016.76a16%2016%200%200%200%208.277%209.025M31.5%2022a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-7.93-.954a1%201%200%200%201%201.252.657l.83%202.666a1%201%200%200%200%201.213.668l1.877-.502A1%201%200%200%201%2029.98%2025.7c-.482%202.357-1.143%204.192-2.515%205.431c-1.38%201.248-3.3%201.73-5.878%201.867a1%201%200%200%201-.985-.636l-1.628-4.187a1%201%200%200%200-1.269-.58l-2.368.846a1%201%200%200%201-.673-1.883l4.2-1.5a1%201%200%200%201%201.269.58l1.787%204.596a1%201%200%200%200%201.07.628c1.516-.212%202.468-.613%203.135-1.215c.211-.191.407-.413.587-.676a1%201%200%200%200-1.081-1.533l-.105.027a1%201%200%200%201-1.214-.668l-1.4-4.5a1%201%200%200%201%20.658-1.252%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.4%2040.317A18%2018%200%201%201%2031.6%207.683a18%2018%200%200%201-15.2%2032.634m.844-1.813a16%2016%200%201%200-3.09-27.116q.21.283.433.577q.266.35.548.732c.454.617.917%201.282%201.261%201.95c.34.658.615%201.413.59%202.194c-.027.84-.397%201.597-1.128%202.199l-.748.615c-.262.215-.337.407-.355.53a.57.57%200%200%200%20.106.41c.19.28.684.576%201.44.375c.5-.134%201.163-.281%201.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.042.074l.311.796a3%203%200%200%201%201.93.856l-.301-.97a3%203%200%201%201%205.729-1.782l.544%201.748l.948-.254l.013-.004a4.5%204.5%200%201%201%203.36%201.4a3%203%200%200%201%20.343%202.103c-.499%202.434-1.26%204.822-3.134%206.514c-1.904%201.72-4.403%202.236-7.112%202.38a3%203%200%200%201-2.956-1.908l-1.276-3.28l-1.452.518a3%203%200%200%201-2.018-5.65l3.417-1.221l-.132-.341a9%209%200%200%200-.163-.28a4%204%200%200%200-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57%202.57%200%200%201-.432-1.837c.102-.675.473-1.29%201.063-1.775l.747-.614c.314-.259.393-.489.4-.719c.01-.287-.095-.684-.368-1.214c-.269-.52-.652-1.08-1.094-1.68a75%2075%200%200%200-.5-.668l-.373-.495a16%2016%200%200%200-3.684%2016.76a16%2016%200%200%200%208.277%209.025M31.5%2022a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-7.93-.954a1%201%200%200%201%201.252.657l.83%202.666a1%201%200%200%200%201.213.668l1.877-.502A1%201%200%200%201%2029.98%2025.7c-.482%202.357-1.143%204.192-2.515%205.431c-1.38%201.248-3.3%201.73-5.878%201.867a1%201%200%200%201-.985-.636l-1.628-4.187a1%201%200%200%200-1.269-.58l-2.368.846a1%201%200%200%201-.673-1.883l4.2-1.5a1%201%200%200%201%201.269.58l1.787%204.596a1%201%200%200%200%201.07.628c1.516-.212%202.468-.613%203.135-1.215c.211-.191.407-.413.587-.676a1%201%200%200%200-1.081-1.533l-.105.027a1%201%200%200%201-1.214-.668l-1.4-4.5a1%201%200%200%201%20.658-1.252%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/fetus-outline.svg?color=%231a73e8&size=48