fetus negative icon

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

Name
fetus-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the fetus negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFetusNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm28.758 25.612a2.25 2.25 0 0 1 2.399 1.342c.482 1.13.393 2.357.086 3.377c-.318 1.056-.925 2.095-1.77 2.996c-1.721 1.836-4.456 3.135-8 2.957a2.25 2.25 0 0 1-1.95-1.347l-1.762-4.04l-2.061.674a2.25 2.25 0 0 1-1.4-4.277l2.973-.973l-.996-2.207a9 9 0 0 0-.163-.28c-.07.012-.166.033-.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.213c-.269-.52-.652-1.08-1.094-1.68c-.158-.214-.328-.44-.5-.669l-.332-.44A16 16 0 0 0 8.967 29.48a16 16 0 1 0 4.12-17.18q.242.327.5.666q.265.35.548.732c.454.617.916 1.282 1.261 1.95c.34.658.615 1.413.59 2.194c-.027.84-.397 1.597-1.129 2.199l-.747.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.162-.281 1.765.045c.298.162.493.392.626.58c.119.167.23.366.33.54l.019.035l.022.039l.018.041l1.19 2.637a2.25 2.25 0 0 1 1.796 1.335l1.973 4.522c1.242-.156 2.153-.62 2.783-1.148l-.053.008a2.25 2.25 0 0 1-2.469-1.528l-1.446-4.434a2.25 2.25 0 0 1 4.278-1.396l.857 2.628zM32.5 26a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M16.822 39.41l-.422.907A18 18 0 1 1 31.6 7.683a18 18 0 0 1-15.2 32.634z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFetusNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsFetusNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsFetusNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm28.758 25.612a2.25 2.25 0 0 1 2.399 1.342c.482 1.13.393 2.357.086 3.377c-.318 1.056-.925 2.095-1.77 2.996c-1.721 1.836-4.456 3.135-8 2.957a2.25 2.25 0 0 1-1.95-1.347l-1.762-4.04l-2.061.674a2.25 2.25 0 0 1-1.4-4.277l2.973-.973l-.996-2.207a9 9 0 0 0-.163-.28c-.07.012-.166.033-.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.213c-.269-.52-.652-1.08-1.094-1.68c-.158-.214-.328-.44-.5-.669l-.332-.44A16 16 0 0 0 8.967 29.48a16 16 0 1 0 4.12-17.18q.242.327.5.666q.265.35.548.732c.454.617.916 1.282 1.261 1.95c.34.658.615 1.413.59 2.194c-.027.84-.397 1.597-1.129 2.199l-.747.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.162-.281 1.765.045c.298.162.493.392.626.58c.119.167.23.366.33.54l.019.035l.022.039l.018.041l1.19 2.637a2.25 2.25 0 0 1 1.796 1.335l1.973 4.522c1.242-.156 2.153-.62 2.783-1.148l-.053.008a2.25 2.25 0 0 1-2.469-1.528l-1.446-4.434a2.25 2.25 0 0 1 4.278-1.396l.857 2.628zM32.5 26a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M16.822 39.41l-.422.907A18 18 0 1 1 31.6 7.683a18 18 0 0 1-15.2 32.634z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsFetusNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsFetusNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm28.758 25.612a2.25 2.25 0 0 1 2.399 1.342c.482 1.13.393 2.357.086 3.377c-.318 1.056-.925 2.095-1.77 2.996c-1.721 1.836-4.456 3.135-8 2.957a2.25 2.25 0 0 1-1.95-1.347l-1.762-4.04l-2.061.674a2.25 2.25 0 0 1-1.4-4.277l2.973-.973l-.996-2.207a9 9 0 0 0-.163-.28c-.07.012-.166.033-.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.213c-.269-.52-.652-1.08-1.094-1.68c-.158-.214-.328-.44-.5-.669l-.332-.44A16 16 0 0 0 8.967 29.48a16 16 0 1 0 4.12-17.18q.242.327.5.666q.265.35.548.732c.454.617.916 1.282 1.261 1.95c.34.658.615 1.413.59 2.194c-.027.84-.397 1.597-1.129 2.199l-.747.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.162-.281 1.765.045c.298.162.493.392.626.58c.119.167.23.366.33.54l.019.035l.022.039l.018.041l1.19 2.637a2.25 2.25 0 0 1 1.796 1.335l1.973 4.522c1.242-.156 2.153-.62 2.783-1.148l-.053.008a2.25 2.25 0 0 1-2.469-1.528l-1.446-4.434a2.25 2.25 0 0 1 4.278-1.396l.857 2.628zM32.5 26a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M16.822 39.41l-.422.907A18 18 0 1 1 31.6 7.683a18 18 0 0 1-15.2 32.634z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFetusNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-fetus-negative {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFetusNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm28.758%2025.612a2.25%202.25%200%200%201%202.399%201.342c.482%201.13.393%202.357.086%203.377c-.318%201.056-.925%202.095-1.77%202.996c-1.721%201.836-4.456%203.135-8%202.957a2.25%202.25%200%200%201-1.95-1.347l-1.762-4.04l-2.061.674a2.25%202.25%200%200%201-1.4-4.277l2.973-.973l-.996-2.207a9%209%200%200%200-.163-.28c-.07.012-.166.033-.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.213c-.269-.52-.652-1.08-1.094-1.68c-.158-.214-.328-.44-.5-.669l-.332-.44A16%2016%200%200%200%208.967%2029.48a16%2016%200%201%200%204.12-17.18q.242.327.5.666q.265.35.548.732c.454.617.916%201.282%201.261%201.95c.34.658.615%201.413.59%202.194c-.027.84-.397%201.597-1.129%202.199l-.747.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.162-.281%201.765.045c.298.162.493.392.626.58c.119.167.23.366.33.54l.019.035l.022.039l.018.041l1.19%202.637a2.25%202.25%200%200%201%201.796%201.335l1.973%204.522c1.242-.156%202.153-.62%202.783-1.148l-.053.008a2.25%202.25%200%200%201-2.469-1.528l-1.446-4.434a2.25%202.25%200%200%201%204.278-1.396l.857%202.628zM32.5%2026a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209M16.822%2039.41l-.422.907A18%2018%200%201%201%2031.6%207.683a18%2018%200%200%201-15.2%2032.634z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFetusNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsFetusNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm28.758%2025.612a2.25%202.25%200%200%201%202.399%201.342c.482%201.13.393%202.357.086%203.377c-.318%201.056-.925%202.095-1.77%202.996c-1.721%201.836-4.456%203.135-8%202.957a2.25%202.25%200%200%201-1.95-1.347l-1.762-4.04l-2.061.674a2.25%202.25%200%200%201-1.4-4.277l2.973-.973l-.996-2.207a9%209%200%200%200-.163-.28c-.07.012-.166.033-.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.213c-.269-.52-.652-1.08-1.094-1.68c-.158-.214-.328-.44-.5-.669l-.332-.44A16%2016%200%200%200%208.967%2029.48a16%2016%200%201%200%204.12-17.18q.242.327.5.666q.265.35.548.732c.454.617.916%201.282%201.261%201.95c.34.658.615%201.413.59%202.194c-.027.84-.397%201.597-1.129%202.199l-.747.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.162-.281%201.765.045c.298.162.493.392.626.58c.119.167.23.366.33.54l.019.035l.022.039l.018.041l1.19%202.637a2.25%202.25%200%200%201%201.796%201.335l1.973%204.522c1.242-.156%202.153-.62%202.783-1.148l-.053.008a2.25%202.25%200%200%201-2.469-1.528l-1.446-4.434a2.25%202.25%200%200%201%204.278-1.396l.857%202.628zM32.5%2026a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209M16.822%2039.41l-.422.907A18%2018%200%201%201%2031.6%207.683a18%2018%200%200%201-15.2%2032.634z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFetusNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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