female reproductive system negative icon
female-reproductive-system-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- female-reproductive-system-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the female reproductive system 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(#healthiconsFemaleReproductiveSystemNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6.816 14.724c-.8.729-1.051 1.617-.56 2.404a15.3 15.3 0 0 0 1.622 2.139c-.55.074-1.035.285-1.405.642q-.194.188-.332.412a17 17 0 0 1-1.582-2.134c-1.202-1.926-.284-3.855.911-4.942c.608-.553 1.36-.973 2.125-1.152c.757-.176 1.663-.139 2.388.442c1.58 1.266 2.385 1.434 2.918 1.48q.15.013.342.014c.564.012 1.384.03 2.297.616l-1.08 1.683c-.409-.262-.602-.268-1.046-.282a12 12 0 0 1-.688-.038c-1.019-.09-2.188-.464-3.994-1.912c-.082-.066-.284-.148-.683-.055c-.39.091-.843.328-1.233.683m6.079 7.419c1.68 1.549 2.149 3.665 1.047 4.728s-3.358.668-5.039-.881s-2.149-3.666-1.047-4.728s3.358-.668 5.039.88m28.289-7.419c.8.729 1.051 1.617.56 2.404a15.4 15.4 0 0 1-1.674 2.196c.526.077.991.284 1.348.627q.216.21.36.463a17 17 0 0 0 1.663-2.227c1.202-1.926.283-3.855-.911-4.942c-.608-.553-1.36-.973-2.126-1.152c-.756-.176-1.663-.139-2.387.442c-1.58 1.266-2.385 1.434-2.918 1.48a6 6 0 0 1-.342.014c-.564.012-1.384.03-2.297.616l1.08 1.683c.408-.262.601-.268 1.046-.282a12 12 0 0 0 .687-.038c1.02-.09 2.189-.464 3.995-1.912c.081-.066.283-.148.683-.055c.39.091.843.328 1.233.683m-6.142 7.419c-1.68 1.549-2.149 3.665-1.046 4.728s3.358.668 5.038-.881s2.149-3.666 1.047-4.728s-3.358-.668-5.039.88M19.343 23.86C17.316 21.66 13.583 13 24.01 13s6.825 7.956 4.148 10.862c-1.558 1.69-1.557 5.31-1.556 8.9c0 2.58 0 5.144-.578 6.962c-.185.582-.596.135-1.043-.35c-.33-.36-.68-.74-.971-.74c-.28 0-.654.353-1.022.7c-.53.5-1.046.988-1.254.39c-.683-1.964-.823-4.943-.958-7.821c-.164-3.492-.321-6.835-1.433-8.041" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFemaleReproductiveSystemNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFemaleReproductiveSystemNegative(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(#healthiconsFemaleReproductiveSystemNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM6.816 14.724c-.8.729-1.051 1.617-.56 2.404a15.3 15.3 0 0 0 1.622 2.139c-.55.074-1.035.285-1.405.642q-.194.188-.332.412a17 17 0 0 1-1.582-2.134c-1.202-1.926-.284-3.855.911-4.942c.608-.553 1.36-.973 2.125-1.152c.757-.176 1.663-.139 2.388.442c1.58 1.266 2.385 1.434 2.918 1.48q.15.013.342.014c.564.012 1.384.03 2.297.616l-1.08 1.683c-.409-.262-.602-.268-1.046-.282a12 12 0 0 1-.688-.038c-1.019-.09-2.188-.464-3.994-1.912c-.082-.066-.284-.148-.683-.055c-.39.091-.843.328-1.233.683m6.079 7.419c1.68 1.549 2.149 3.665 1.047 4.728s-3.358.668-5.039-.881s-2.149-3.666-1.047-4.728s3.358-.668 5.039.88m28.289-7.419c.8.729 1.051 1.617.56 2.404a15.4 15.4 0 0 1-1.674 2.196c.526.077.991.284 1.348.627q.216.21.36.463a17 17 0 0 0 1.663-2.227c1.202-1.926.283-3.855-.911-4.942c-.608-.553-1.36-.973-2.126-1.152c-.756-.176-1.663-.139-2.387.442c-1.58 1.266-2.385 1.434-2.918 1.48a6 6 0 0 1-.342.014c-.564.012-1.384.03-2.297.616l1.08 1.683c.408-.262.601-.268 1.046-.282a12 12 0 0 0 .687-.038c1.02-.09 2.189-.464 3.995-1.912c.081-.066.283-.148.683-.055c.39.091.843.328 1.233.683m-6.142 7.419c-1.68 1.549-2.149 3.665-1.046 4.728s3.358.668 5.038-.881s2.149-3.666 1.047-4.728s-3.358-.668-5.039.88M19.343 23.86C17.316 21.66 13.583 13 24.01 13s6.825 7.956 4.148 10.862c-1.558 1.69-1.557 5.31-1.556 8.9c0 2.58 0 5.144-.578 6.962c-.185.582-.596.135-1.043-.35c-.33-.36-.68-.74-.971-.74c-.28 0-.654.353-1.022.7c-.53.5-1.046.988-1.254.39c-.683-1.964-.823-4.943-.958-7.821c-.164-3.492-.321-6.835-1.433-8.041" clipRule="evenodd"/></g><defs><clipPath id="healthiconsFemaleReproductiveSystemNegative"><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(#healthiconsFemaleReproductiveSystemNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6.816 14.724c-.8.729-1.051 1.617-.56 2.404a15.3 15.3 0 0 0 1.622 2.139c-.55.074-1.035.285-1.405.642q-.194.188-.332.412a17 17 0 0 1-1.582-2.134c-1.202-1.926-.284-3.855.911-4.942c.608-.553 1.36-.973 2.125-1.152c.757-.176 1.663-.139 2.388.442c1.58 1.266 2.385 1.434 2.918 1.48q.15.013.342.014c.564.012 1.384.03 2.297.616l-1.08 1.683c-.409-.262-.602-.268-1.046-.282a12 12 0 0 1-.688-.038c-1.019-.09-2.188-.464-3.994-1.912c-.082-.066-.284-.148-.683-.055c-.39.091-.843.328-1.233.683m6.079 7.419c1.68 1.549 2.149 3.665 1.047 4.728s-3.358.668-5.039-.881s-2.149-3.666-1.047-4.728s3.358-.668 5.039.88m28.289-7.419c.8.729 1.051 1.617.56 2.404a15.4 15.4 0 0 1-1.674 2.196c.526.077.991.284 1.348.627q.216.21.36.463a17 17 0 0 0 1.663-2.227c1.202-1.926.283-3.855-.911-4.942c-.608-.553-1.36-.973-2.126-1.152c-.756-.176-1.663-.139-2.387.442c-1.58 1.266-2.385 1.434-2.918 1.48a6 6 0 0 1-.342.014c-.564.012-1.384.03-2.297.616l1.08 1.683c.408-.262.601-.268 1.046-.282a12 12 0 0 0 .687-.038c1.02-.09 2.189-.464 3.995-1.912c.081-.066.283-.148.683-.055c.39.091.843.328 1.233.683m-6.142 7.419c-1.68 1.549-2.149 3.665-1.046 4.728s3.358.668 5.038-.881s2.149-3.666 1.047-4.728s-3.358-.668-5.039.88M19.343 23.86C17.316 21.66 13.583 13 24.01 13s6.825 7.956 4.148 10.862c-1.558 1.69-1.557 5.31-1.556 8.9c0 2.58 0 5.144-.578 6.962c-.185.582-.596.135-1.043-.35c-.33-.36-.68-.74-.971-.74c-.28 0-.654.353-1.022.7c-.53.5-1.046.988-1.254.39c-.683-1.964-.823-4.943-.958-7.821c-.164-3.492-.321-6.835-1.433-8.041" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsFemaleReproductiveSystemNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-female-reproductive-system-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(%23healthiconsFemaleReproductiveSystemNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6.816%2014.724c-.8.729-1.051%201.617-.56%202.404a15.3%2015.3%200%200%200%201.622%202.139c-.55.074-1.035.285-1.405.642q-.194.188-.332.412a17%2017%200%200%201-1.582-2.134c-1.202-1.926-.284-3.855.911-4.942c.608-.553%201.36-.973%202.125-1.152c.757-.176%201.663-.139%202.388.442c1.58%201.266%202.385%201.434%202.918%201.48q.15.013.342.014c.564.012%201.384.03%202.297.616l-1.08%201.683c-.409-.262-.602-.268-1.046-.282a12%2012%200%200%201-.688-.038c-1.019-.09-2.188-.464-3.994-1.912c-.082-.066-.284-.148-.683-.055c-.39.091-.843.328-1.233.683m6.079%207.419c1.68%201.549%202.149%203.665%201.047%204.728s-3.358.668-5.039-.881s-2.149-3.666-1.047-4.728s3.358-.668%205.039.88m28.289-7.419c.8.729%201.051%201.617.56%202.404a15.4%2015.4%200%200%201-1.674%202.196c.526.077.991.284%201.348.627q.216.21.36.463a17%2017%200%200%200%201.663-2.227c1.202-1.926.283-3.855-.911-4.942c-.608-.553-1.36-.973-2.126-1.152c-.756-.176-1.663-.139-2.387.442c-1.58%201.266-2.385%201.434-2.918%201.48a6%206%200%200%201-.342.014c-.564.012-1.384.03-2.297.616l1.08%201.683c.408-.262.601-.268%201.046-.282a12%2012%200%200%200%20.687-.038c1.02-.09%202.189-.464%203.995-1.912c.081-.066.283-.148.683-.055c.39.091.843.328%201.233.683m-6.142%207.419c-1.68%201.549-2.149%203.665-1.046%204.728s3.358.668%205.038-.881s2.149-3.666%201.047-4.728s-3.358-.668-5.039.88M19.343%2023.86C17.316%2021.66%2013.583%2013%2024.01%2013s6.825%207.956%204.148%2010.862c-1.558%201.69-1.557%205.31-1.556%208.9c0%202.58%200%205.144-.578%206.962c-.185.582-.596.135-1.043-.35c-.33-.36-.68-.74-.971-.74c-.28%200-.654.353-1.022.7c-.53.5-1.046.988-1.254.39c-.683-1.964-.823-4.943-.958-7.821c-.164-3.492-.321-6.835-1.433-8.041%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFemaleReproductiveSystemNegative%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(%23healthiconsFemaleReproductiveSystemNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6.816%2014.724c-.8.729-1.051%201.617-.56%202.404a15.3%2015.3%200%200%200%201.622%202.139c-.55.074-1.035.285-1.405.642q-.194.188-.332.412a17%2017%200%200%201-1.582-2.134c-1.202-1.926-.284-3.855.911-4.942c.608-.553%201.36-.973%202.125-1.152c.757-.176%201.663-.139%202.388.442c1.58%201.266%202.385%201.434%202.918%201.48q.15.013.342.014c.564.012%201.384.03%202.297.616l-1.08%201.683c-.409-.262-.602-.268-1.046-.282a12%2012%200%200%201-.688-.038c-1.019-.09-2.188-.464-3.994-1.912c-.082-.066-.284-.148-.683-.055c-.39.091-.843.328-1.233.683m6.079%207.419c1.68%201.549%202.149%203.665%201.047%204.728s-3.358.668-5.039-.881s-2.149-3.666-1.047-4.728s3.358-.668%205.039.88m28.289-7.419c.8.729%201.051%201.617.56%202.404a15.4%2015.4%200%200%201-1.674%202.196c.526.077.991.284%201.348.627q.216.21.36.463a17%2017%200%200%200%201.663-2.227c1.202-1.926.283-3.855-.911-4.942c-.608-.553-1.36-.973-2.126-1.152c-.756-.176-1.663-.139-2.387.442c-1.58%201.266-2.385%201.434-2.918%201.48a6%206%200%200%201-.342.014c-.564.012-1.384.03-2.297.616l1.08%201.683c.408-.262.601-.268%201.046-.282a12%2012%200%200%200%20.687-.038c1.02-.09%202.189-.464%203.995-1.912c.081-.066.283-.148.683-.055c.39.091.843.328%201.233.683m-6.142%207.419c-1.68%201.549-2.149%203.665-1.046%204.728s3.358.668%205.038-.881s2.149-3.666%201.047-4.728s-3.358-.668-5.039.88M19.343%2023.86C17.316%2021.66%2013.583%2013%2024.01%2013s6.825%207.956%204.148%2010.862c-1.558%201.69-1.557%205.31-1.556%208.9c0%202.58%200%205.144-.578%206.962c-.185.582-.596.135-1.043-.35c-.33-.36-.68-.74-.971-.74c-.28%200-.654.353-1.022.7c-.53.5-1.046.988-1.254.39c-.683-1.964-.823-4.943-.958-7.821c-.164-3.492-.321-6.835-1.433-8.041%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsFemaleReproductiveSystemNegative%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/female-reproductive-system-negative.svg?color=%231a73e8&size=48