gynecology negative icon
gynecology-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- gynecology-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the gynecology 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(#healthiconsGynecologyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm4.15 8.466c-.28-.492-.145-1.066.34-1.551c.235-.236.493-.376.684-.425a.4.4 0 0 1 .153-.019c1.253 1.101 2.112 1.426 2.904 1.502c.264.025.432.03.55.034c.229.007.266.008.459.144l1.152-1.635c-.723-.51-1.424-.521-1.795-.527a2 2 0 0 1-.175-.007c-.262-.025-.745-.105-1.79-1.025c-.601-.53-1.358-.557-1.954-.405c-.597.153-1.16.505-1.603.95c-.875.874-1.538 2.41-.664 3.951a13.3 13.3 0 0 0 1.496 2.111c.025-.418.163-.792.421-1.073c.237-.258.548-.41.9-.462a11 11 0 0 1-1.078-1.563m1.191-1.99l-.01-.004zm4.765 9.35c.865-.857.497-2.566-.82-3.816c-1.319-1.25-3.088-1.57-3.952-.712c-.865.858-.497 2.567.82 3.818c1.319 1.25 3.088 1.569 3.952.71m21.249-7.335c.278-.523.13-1.124-.316-1.6c-.218-.235-.448-.363-.601-.405l-.067-.014c-1.16 1.084-1.974 1.421-2.744 1.5a7 7 0 0 1-.538.036c-.185.005-.196.005-.353.123l-1.205-1.596c.704-.531 1.407-.542 1.745-.547q.093 0 .147-.005c.209-.022.642-.085 1.615-1.003c.586-.553 1.338-.585 1.928-.423c.582.159 1.119.523 1.535.969c.825.883 1.421 2.393.621 3.902c-.47.886-1 1.627-1.466 2.195c-.015-.442-.144-.838-.396-1.132a1.37 1.37 0 0 0-.888-.468c.327-.43.672-.945.983-1.532m-1.013-2.02l.009-.001zm-5.012 9.356c-.864-.858-.496-2.567.822-3.817c1.317-1.25 3.087-1.57 3.951-.712c.865.858.497 2.567-.82 3.818c-1.319 1.25-3.088 1.569-3.953.71M24.11 14c-10.834 0-6.771 8.043-4.063 8.043c1.279 0 1.428 2.887 1.586 5.936c.12 2.31.244 4.711.867 6.021c.198.416.608.278 1.019.139c.206-.07.412-.139.591-.139c.189 0 .382.077.566.15c.34.134.645.255.824-.15c.571-1.294.65-3.656.728-5.94c.104-3.079.204-6.017 1.493-6.017c2.71 0 7.223-8.043-3.61-8.043" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGynecologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGynecologyNegative(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(#healthiconsGynecologyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm4.15 8.466c-.28-.492-.145-1.066.34-1.551c.235-.236.493-.376.684-.425a.4.4 0 0 1 .153-.019c1.253 1.101 2.112 1.426 2.904 1.502c.264.025.432.03.55.034c.229.007.266.008.459.144l1.152-1.635c-.723-.51-1.424-.521-1.795-.527a2 2 0 0 1-.175-.007c-.262-.025-.745-.105-1.79-1.025c-.601-.53-1.358-.557-1.954-.405c-.597.153-1.16.505-1.603.95c-.875.874-1.538 2.41-.664 3.951a13.3 13.3 0 0 0 1.496 2.111c.025-.418.163-.792.421-1.073c.237-.258.548-.41.9-.462a11 11 0 0 1-1.078-1.563m1.191-1.99l-.01-.004zm4.765 9.35c.865-.857.497-2.566-.82-3.816c-1.319-1.25-3.088-1.57-3.952-.712c-.865.858-.497 2.567.82 3.818c1.319 1.25 3.088 1.569 3.952.71m21.249-7.335c.278-.523.13-1.124-.316-1.6c-.218-.235-.448-.363-.601-.405l-.067-.014c-1.16 1.084-1.974 1.421-2.744 1.5a7 7 0 0 1-.538.036c-.185.005-.196.005-.353.123l-1.205-1.596c.704-.531 1.407-.542 1.745-.547q.093 0 .147-.005c.209-.022.642-.085 1.615-1.003c.586-.553 1.338-.585 1.928-.423c.582.159 1.119.523 1.535.969c.825.883 1.421 2.393.621 3.902c-.47.886-1 1.627-1.466 2.195c-.015-.442-.144-.838-.396-1.132a1.37 1.37 0 0 0-.888-.468c.327-.43.672-.945.983-1.532m-1.013-2.02l.009-.001zm-5.012 9.356c-.864-.858-.496-2.567.822-3.817c1.317-1.25 3.087-1.57 3.951-.712c.865.858.497 2.567-.82 3.818c-1.319 1.25-3.088 1.569-3.953.71M24.11 14c-10.834 0-6.771 8.043-4.063 8.043c1.279 0 1.428 2.887 1.586 5.936c.12 2.31.244 4.711.867 6.021c.198.416.608.278 1.019.139c.206-.07.412-.139.591-.139c.189 0 .382.077.566.15c.34.134.645.255.824-.15c.571-1.294.65-3.656.728-5.94c.104-3.079.204-6.017 1.493-6.017c2.71 0 7.223-8.043-3.61-8.043" clipRule="evenodd"/></g><defs><clipPath id="healthiconsGynecologyNegative"><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(#healthiconsGynecologyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm4.15 8.466c-.28-.492-.145-1.066.34-1.551c.235-.236.493-.376.684-.425a.4.4 0 0 1 .153-.019c1.253 1.101 2.112 1.426 2.904 1.502c.264.025.432.03.55.034c.229.007.266.008.459.144l1.152-1.635c-.723-.51-1.424-.521-1.795-.527a2 2 0 0 1-.175-.007c-.262-.025-.745-.105-1.79-1.025c-.601-.53-1.358-.557-1.954-.405c-.597.153-1.16.505-1.603.95c-.875.874-1.538 2.41-.664 3.951a13.3 13.3 0 0 0 1.496 2.111c.025-.418.163-.792.421-1.073c.237-.258.548-.41.9-.462a11 11 0 0 1-1.078-1.563m1.191-1.99l-.01-.004zm4.765 9.35c.865-.857.497-2.566-.82-3.816c-1.319-1.25-3.088-1.57-3.952-.712c-.865.858-.497 2.567.82 3.818c1.319 1.25 3.088 1.569 3.952.71m21.249-7.335c.278-.523.13-1.124-.316-1.6c-.218-.235-.448-.363-.601-.405l-.067-.014c-1.16 1.084-1.974 1.421-2.744 1.5a7 7 0 0 1-.538.036c-.185.005-.196.005-.353.123l-1.205-1.596c.704-.531 1.407-.542 1.745-.547q.093 0 .147-.005c.209-.022.642-.085 1.615-1.003c.586-.553 1.338-.585 1.928-.423c.582.159 1.119.523 1.535.969c.825.883 1.421 2.393.621 3.902c-.47.886-1 1.627-1.466 2.195c-.015-.442-.144-.838-.396-1.132a1.37 1.37 0 0 0-.888-.468c.327-.43.672-.945.983-1.532m-1.013-2.02l.009-.001zm-5.012 9.356c-.864-.858-.496-2.567.822-3.817c1.317-1.25 3.087-1.57 3.951-.712c.865.858.497 2.567-.82 3.818c-1.319 1.25-3.088 1.569-3.953.71M24.11 14c-10.834 0-6.771 8.043-4.063 8.043c1.279 0 1.428 2.887 1.586 5.936c.12 2.31.244 4.711.867 6.021c.198.416.608.278 1.019.139c.206-.07.412-.139.591-.139c.189 0 .382.077.566.15c.34.134.645.255.824-.15c.571-1.294.65-3.656.728-5.94c.104-3.079.204-6.017 1.493-6.017c2.71 0 7.223-8.043-3.61-8.043" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGynecologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-gynecology-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(%23healthiconsGynecologyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm4.15%208.466c-.28-.492-.145-1.066.34-1.551c.235-.236.493-.376.684-.425a.4.4%200%200%201%20.153-.019c1.253%201.101%202.112%201.426%202.904%201.502c.264.025.432.03.55.034c.229.007.266.008.459.144l1.152-1.635c-.723-.51-1.424-.521-1.795-.527a2%202%200%200%201-.175-.007c-.262-.025-.745-.105-1.79-1.025c-.601-.53-1.358-.557-1.954-.405c-.597.153-1.16.505-1.603.95c-.875.874-1.538%202.41-.664%203.951a13.3%2013.3%200%200%200%201.496%202.111c.025-.418.163-.792.421-1.073c.237-.258.548-.41.9-.462a11%2011%200%200%201-1.078-1.563m1.191-1.99l-.01-.004zm4.765%209.35c.865-.857.497-2.566-.82-3.816c-1.319-1.25-3.088-1.57-3.952-.712c-.865.858-.497%202.567.82%203.818c1.319%201.25%203.088%201.569%203.952.71m21.249-7.335c.278-.523.13-1.124-.316-1.6c-.218-.235-.448-.363-.601-.405l-.067-.014c-1.16%201.084-1.974%201.421-2.744%201.5a7%207%200%200%201-.538.036c-.185.005-.196.005-.353.123l-1.205-1.596c.704-.531%201.407-.542%201.745-.547q.093%200%20.147-.005c.209-.022.642-.085%201.615-1.003c.586-.553%201.338-.585%201.928-.423c.582.159%201.119.523%201.535.969c.825.883%201.421%202.393.621%203.902c-.47.886-1%201.627-1.466%202.195c-.015-.442-.144-.838-.396-1.132a1.37%201.37%200%200%200-.888-.468c.327-.43.672-.945.983-1.532m-1.013-2.02l.009-.001zm-5.012%209.356c-.864-.858-.496-2.567.822-3.817c1.317-1.25%203.087-1.57%203.951-.712c.865.858.497%202.567-.82%203.818c-1.319%201.25-3.088%201.569-3.953.71M24.11%2014c-10.834%200-6.771%208.043-4.063%208.043c1.279%200%201.428%202.887%201.586%205.936c.12%202.31.244%204.711.867%206.021c.198.416.608.278%201.019.139c.206-.07.412-.139.591-.139c.189%200%20.382.077.566.15c.34.134.645.255.824-.15c.571-1.294.65-3.656.728-5.94c.104-3.079.204-6.017%201.493-6.017c2.71%200%207.223-8.043-3.61-8.043%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGynecologyNegative%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(%23healthiconsGynecologyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm4.15%208.466c-.28-.492-.145-1.066.34-1.551c.235-.236.493-.376.684-.425a.4.4%200%200%201%20.153-.019c1.253%201.101%202.112%201.426%202.904%201.502c.264.025.432.03.55.034c.229.007.266.008.459.144l1.152-1.635c-.723-.51-1.424-.521-1.795-.527a2%202%200%200%201-.175-.007c-.262-.025-.745-.105-1.79-1.025c-.601-.53-1.358-.557-1.954-.405c-.597.153-1.16.505-1.603.95c-.875.874-1.538%202.41-.664%203.951a13.3%2013.3%200%200%200%201.496%202.111c.025-.418.163-.792.421-1.073c.237-.258.548-.41.9-.462a11%2011%200%200%201-1.078-1.563m1.191-1.99l-.01-.004zm4.765%209.35c.865-.857.497-2.566-.82-3.816c-1.319-1.25-3.088-1.57-3.952-.712c-.865.858-.497%202.567.82%203.818c1.319%201.25%203.088%201.569%203.952.71m21.249-7.335c.278-.523.13-1.124-.316-1.6c-.218-.235-.448-.363-.601-.405l-.067-.014c-1.16%201.084-1.974%201.421-2.744%201.5a7%207%200%200%201-.538.036c-.185.005-.196.005-.353.123l-1.205-1.596c.704-.531%201.407-.542%201.745-.547q.093%200%20.147-.005c.209-.022.642-.085%201.615-1.003c.586-.553%201.338-.585%201.928-.423c.582.159%201.119.523%201.535.969c.825.883%201.421%202.393.621%203.902c-.47.886-1%201.627-1.466%202.195c-.015-.442-.144-.838-.396-1.132a1.37%201.37%200%200%200-.888-.468c.327-.43.672-.945.983-1.532m-1.013-2.02l.009-.001zm-5.012%209.356c-.864-.858-.496-2.567.822-3.817c1.317-1.25%203.087-1.57%203.951-.712c.865.858.497%202.567-.82%203.818c-1.319%201.25-3.088%201.569-3.953.71M24.11%2014c-10.834%200-6.771%208.043-4.063%208.043c1.279%200%201.428%202.887%201.586%205.936c.12%202.31.244%204.711.867%206.021c.198.416.608.278%201.019.139c.206-.07.412-.139.591-.139c.189%200%20.382.077.566.15c.34.134.645.255.824-.15c.571-1.294.65-3.656.728-5.94c.104-3.079.204-6.017%201.493-6.017c2.71%200%207.223-8.043-3.61-8.043%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGynecologyNegative%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/gynecology-negative.svg?color=%231a73e8&size=48