female reproductive system icon
female-reproductive-system-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.
- Name
- female-reproductive-system-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Body
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the female reproductive system icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M19.964 7.205a2.1 2.1 0 0 0 .196-.623c.04-.32-.06-.442-.166-.518c-.16-.114-.528-.24-1.174-.151c-.584.08-1.32.33-2.148.818c.11.607.048 1.224-.07 1.765c-.214.984-.667 1.991-1.02 2.767l-.04.087a21 21 0 0 0-.41.94a2.6 2.6 0 0 0-.13.4q-.002.01-.002.005v.007c0 .766 0 2.192-.064 3.495c-.031.65-.08 1.296-.158 1.823c-.038.261-.087.52-.153.746c-.053.182-.162.513-.41.767c-.338.345-.794.511-1.278.418c-.375-.071-.66-.284-.796-.388L12 19.451l-.141.112c-.135.104-.421.317-.796.389c-.484.092-.94-.074-1.278-.42c-.248-.253-.357-.584-.41-.766a6 6 0 0 1-.153-.746a20 20 0 0 1-.158-1.823C9 14.894 9 13.467 9 12.702v-.007q0 .006-.002-.005a2.5 2.5 0 0 0-.13-.4c-.103-.263-.243-.571-.41-.94l-.04-.087c-.353-.776-.806-1.783-1.02-2.767c-.116-.533-.179-1.14-.075-1.738c-.847-.507-1.599-.764-2.193-.845c-.646-.089-1.014.037-1.174.15c-.106.077-.206.2-.167.52c.02.163.08.372.197.622c-.403.08-.81.264-1.163.618a2.2 2.2 0 0 0-.442.626c-.315-.552-.512-1.097-.577-1.625c-.117-.96.22-1.838.99-2.388c.715-.51 1.66-.635 2.608-.505c.9.124 1.894.486 2.912 1.09c.828-.698 2.08-.998 3.686-.998c1.593 0 2.837.295 3.665.98c1.008-.593 1.99-.95 2.883-1.072c.949-.13 1.893-.006 2.608.505c.77.55 1.107 1.427.99 2.388c-.065.528-.262 1.073-.577 1.625a2.2 2.2 0 0 0-.442-.626a2.23 2.23 0 0 0-1.163-.618M9.492 6.658c.227-.263.85-.635 2.508-.635s2.281.372 2.508.635c.206.24.304.657.14 1.414c-.161.742-.52 1.557-.887 2.364l-.045.1c-.16.352-.323.71-.446 1.025c-.122.313-.27.735-.27 1.134c0 .77 0 2.154-.061 3.404a20 20 0 0 1-.118 1.472a1.6 1.6 0 0 0-.821-.249c-.352 0-.637.136-.821.249c-.052-.41-.09-.918-.118-1.472A73 73 0 0 1 11 12.695c0-.4-.148-.821-.27-1.134a22 22 0 0 0-.446-1.025l-.045-.1c-.367-.807-.726-1.622-.887-2.364c-.164-.757-.066-1.173.14-1.414m3.192 11.613l-.005.01l.002-.005z" clip-rule="evenodd"/><path d="M20.272 9.276c.12.561-.223 1.393-.913 2.083c-.879.878-1.987 1.195-2.475.707s-.172-1.597.707-2.475c.642-.642 1.406-.984 1.962-.931q.038.003.075.01a.8.8 0 0 1 .438.214a.77.77 0 0 1 .206.392M4.397 8.66q-.038.003-.075.01a.8.8 0 0 0-.438.214a.77.77 0 0 0-.206.392c-.12.562.223 1.393.913 2.083c.879.878 1.987 1.195 2.475.707s.171-1.597-.707-2.475c-.642-.642-1.406-.984-1.962-.931"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFemaleReproductiveSystemOutline24px(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 fillRule="evenodd" d="M19.964 7.205a2.1 2.1 0 0 0 .196-.623c.04-.32-.06-.442-.166-.518c-.16-.114-.528-.24-1.174-.151c-.584.08-1.32.33-2.148.818c.11.607.048 1.224-.07 1.765c-.214.984-.667 1.991-1.02 2.767l-.04.087a21 21 0 0 0-.41.94a2.6 2.6 0 0 0-.13.4q-.002.01-.002.005v.007c0 .766 0 2.192-.064 3.495c-.031.65-.08 1.296-.158 1.823c-.038.261-.087.52-.153.746c-.053.182-.162.513-.41.767c-.338.345-.794.511-1.278.418c-.375-.071-.66-.284-.796-.388L12 19.451l-.141.112c-.135.104-.421.317-.796.389c-.484.092-.94-.074-1.278-.42c-.248-.253-.357-.584-.41-.766a6 6 0 0 1-.153-.746a20 20 0 0 1-.158-1.823C9 14.894 9 13.467 9 12.702v-.007q0 .006-.002-.005a2.5 2.5 0 0 0-.13-.4c-.103-.263-.243-.571-.41-.94l-.04-.087c-.353-.776-.806-1.783-1.02-2.767c-.116-.533-.179-1.14-.075-1.738c-.847-.507-1.599-.764-2.193-.845c-.646-.089-1.014.037-1.174.15c-.106.077-.206.2-.167.52c.02.163.08.372.197.622c-.403.08-.81.264-1.163.618a2.2 2.2 0 0 0-.442.626c-.315-.552-.512-1.097-.577-1.625c-.117-.96.22-1.838.99-2.388c.715-.51 1.66-.635 2.608-.505c.9.124 1.894.486 2.912 1.09c.828-.698 2.08-.998 3.686-.998c1.593 0 2.837.295 3.665.98c1.008-.593 1.99-.95 2.883-1.072c.949-.13 1.893-.006 2.608.505c.77.55 1.107 1.427.99 2.388c-.065.528-.262 1.073-.577 1.625a2.2 2.2 0 0 0-.442-.626a2.23 2.23 0 0 0-1.163-.618M9.492 6.658c.227-.263.85-.635 2.508-.635s2.281.372 2.508.635c.206.24.304.657.14 1.414c-.161.742-.52 1.557-.887 2.364l-.045.1c-.16.352-.323.71-.446 1.025c-.122.313-.27.735-.27 1.134c0 .77 0 2.154-.061 3.404a20 20 0 0 1-.118 1.472a1.6 1.6 0 0 0-.821-.249c-.352 0-.637.136-.821.249c-.052-.41-.09-.918-.118-1.472A73 73 0 0 1 11 12.695c0-.4-.148-.821-.27-1.134a22 22 0 0 0-.446-1.025l-.045-.1c-.367-.807-.726-1.622-.887-2.364c-.164-.757-.066-1.173.14-1.414m3.192 11.613l-.005.01l.002-.005z" clipRule="evenodd"/><path d="M20.272 9.276c.12.561-.223 1.393-.913 2.083c-.879.878-1.987 1.195-2.475.707s-.172-1.597.707-2.475c.642-.642 1.406-.984 1.962-.931q.038.003.075.01a.8.8 0 0 1 .438.214a.77.77 0 0 1 .206.392M4.397 8.66q-.038.003-.075.01a.8.8 0 0 0-.438.214a.77.77 0 0 0-.206.392c-.12.562.223 1.393.913 2.083c.879.878 1.987 1.195 2.475.707s.171-1.597-.707-2.475c-.642-.642-1.406-.984-1.962-.931"/></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 fill-rule="evenodd" d="M19.964 7.205a2.1 2.1 0 0 0 .196-.623c.04-.32-.06-.442-.166-.518c-.16-.114-.528-.24-1.174-.151c-.584.08-1.32.33-2.148.818c.11.607.048 1.224-.07 1.765c-.214.984-.667 1.991-1.02 2.767l-.04.087a21 21 0 0 0-.41.94a2.6 2.6 0 0 0-.13.4q-.002.01-.002.005v.007c0 .766 0 2.192-.064 3.495c-.031.65-.08 1.296-.158 1.823c-.038.261-.087.52-.153.746c-.053.182-.162.513-.41.767c-.338.345-.794.511-1.278.418c-.375-.071-.66-.284-.796-.388L12 19.451l-.141.112c-.135.104-.421.317-.796.389c-.484.092-.94-.074-1.278-.42c-.248-.253-.357-.584-.41-.766a6 6 0 0 1-.153-.746a20 20 0 0 1-.158-1.823C9 14.894 9 13.467 9 12.702v-.007q0 .006-.002-.005a2.5 2.5 0 0 0-.13-.4c-.103-.263-.243-.571-.41-.94l-.04-.087c-.353-.776-.806-1.783-1.02-2.767c-.116-.533-.179-1.14-.075-1.738c-.847-.507-1.599-.764-2.193-.845c-.646-.089-1.014.037-1.174.15c-.106.077-.206.2-.167.52c.02.163.08.372.197.622c-.403.08-.81.264-1.163.618a2.2 2.2 0 0 0-.442.626c-.315-.552-.512-1.097-.577-1.625c-.117-.96.22-1.838.99-2.388c.715-.51 1.66-.635 2.608-.505c.9.124 1.894.486 2.912 1.09c.828-.698 2.08-.998 3.686-.998c1.593 0 2.837.295 3.665.98c1.008-.593 1.99-.95 2.883-1.072c.949-.13 1.893-.006 2.608.505c.77.55 1.107 1.427.99 2.388c-.065.528-.262 1.073-.577 1.625a2.2 2.2 0 0 0-.442-.626a2.23 2.23 0 0 0-1.163-.618M9.492 6.658c.227-.263.85-.635 2.508-.635s2.281.372 2.508.635c.206.24.304.657.14 1.414c-.161.742-.52 1.557-.887 2.364l-.045.1c-.16.352-.323.71-.446 1.025c-.122.313-.27.735-.27 1.134c0 .77 0 2.154-.061 3.404a20 20 0 0 1-.118 1.472a1.6 1.6 0 0 0-.821-.249c-.352 0-.637.136-.821.249c-.052-.41-.09-.918-.118-1.472A73 73 0 0 1 11 12.695c0-.4-.148-.821-.27-1.134a22 22 0 0 0-.446-1.025l-.045-.1c-.367-.807-.726-1.622-.887-2.364c-.164-.757-.066-1.173.14-1.414m3.192 11.613l-.005.01l.002-.005z" clip-rule="evenodd"/><path d="M20.272 9.276c.12.561-.223 1.393-.913 2.083c-.879.878-1.987 1.195-2.475.707s-.172-1.597.707-2.475c.642-.642 1.406-.984 1.962-.931q.038.003.075.01a.8.8 0 0 1 .438.214a.77.77 0 0 1 .206.392M4.397 8.66q-.038.003-.075.01a.8.8 0 0 0-.438.214a.77.77 0 0 0-.206.392c-.12.562.223 1.393.913 2.083c.879.878 1.987 1.195 2.475.707s.171-1.597-.707-2.475c-.642-.642-1.406-.984-1.962-.931"/></g></svg> </template>
CSS
.icon-female-reproductive-system-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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.964%207.205a2.1%202.1%200%200%200%20.196-.623c.04-.32-.06-.442-.166-.518c-.16-.114-.528-.24-1.174-.151c-.584.08-1.32.33-2.148.818c.11.607.048%201.224-.07%201.765c-.214.984-.667%201.991-1.02%202.767l-.04.087a21%2021%200%200%200-.41.94a2.6%202.6%200%200%200-.13.4q-.002.01-.002.005v.007c0%20.766%200%202.192-.064%203.495c-.031.65-.08%201.296-.158%201.823c-.038.261-.087.52-.153.746c-.053.182-.162.513-.41.767c-.338.345-.794.511-1.278.418c-.375-.071-.66-.284-.796-.388L12%2019.451l-.141.112c-.135.104-.421.317-.796.389c-.484.092-.94-.074-1.278-.42c-.248-.253-.357-.584-.41-.766a6%206%200%200%201-.153-.746a20%2020%200%200%201-.158-1.823C9%2014.894%209%2013.467%209%2012.702v-.007q0%20.006-.002-.005a2.5%202.5%200%200%200-.13-.4c-.103-.263-.243-.571-.41-.94l-.04-.087c-.353-.776-.806-1.783-1.02-2.767c-.116-.533-.179-1.14-.075-1.738c-.847-.507-1.599-.764-2.193-.845c-.646-.089-1.014.037-1.174.15c-.106.077-.206.2-.167.52c.02.163.08.372.197.622c-.403.08-.81.264-1.163.618a2.2%202.2%200%200%200-.442.626c-.315-.552-.512-1.097-.577-1.625c-.117-.96.22-1.838.99-2.388c.715-.51%201.66-.635%202.608-.505c.9.124%201.894.486%202.912%201.09c.828-.698%202.08-.998%203.686-.998c1.593%200%202.837.295%203.665.98c1.008-.593%201.99-.95%202.883-1.072c.949-.13%201.893-.006%202.608.505c.77.55%201.107%201.427.99%202.388c-.065.528-.262%201.073-.577%201.625a2.2%202.2%200%200%200-.442-.626a2.23%202.23%200%200%200-1.163-.618M9.492%206.658c.227-.263.85-.635%202.508-.635s2.281.372%202.508.635c.206.24.304.657.14%201.414c-.161.742-.52%201.557-.887%202.364l-.045.1c-.16.352-.323.71-.446%201.025c-.122.313-.27.735-.27%201.134c0%20.77%200%202.154-.061%203.404a20%2020%200%200%201-.118%201.472a1.6%201.6%200%200%200-.821-.249c-.352%200-.637.136-.821.249c-.052-.41-.09-.918-.118-1.472A73%2073%200%200%201%2011%2012.695c0-.4-.148-.821-.27-1.134a22%2022%200%200%200-.446-1.025l-.045-.1c-.367-.807-.726-1.622-.887-2.364c-.164-.757-.066-1.173.14-1.414m3.192%2011.613l-.005.01l.002-.005z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.272%209.276c.12.561-.223%201.393-.913%202.083c-.879.878-1.987%201.195-2.475.707s-.172-1.597.707-2.475c.642-.642%201.406-.984%201.962-.931q.038.003.075.01a.8.8%200%200%201%20.438.214a.77.77%200%200%201%20.206.392M4.397%208.66q-.038.003-.075.01a.8.8%200%200%200-.438.214a.77.77%200%200%200-.206.392c-.12.562.223%201.393.913%202.083c.879.878%201.987%201.195%202.475.707s.171-1.597-.707-2.475c-.642-.642-1.406-.984-1.962-.931%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.964%207.205a2.1%202.1%200%200%200%20.196-.623c.04-.32-.06-.442-.166-.518c-.16-.114-.528-.24-1.174-.151c-.584.08-1.32.33-2.148.818c.11.607.048%201.224-.07%201.765c-.214.984-.667%201.991-1.02%202.767l-.04.087a21%2021%200%200%200-.41.94a2.6%202.6%200%200%200-.13.4q-.002.01-.002.005v.007c0%20.766%200%202.192-.064%203.495c-.031.65-.08%201.296-.158%201.823c-.038.261-.087.52-.153.746c-.053.182-.162.513-.41.767c-.338.345-.794.511-1.278.418c-.375-.071-.66-.284-.796-.388L12%2019.451l-.141.112c-.135.104-.421.317-.796.389c-.484.092-.94-.074-1.278-.42c-.248-.253-.357-.584-.41-.766a6%206%200%200%201-.153-.746a20%2020%200%200%201-.158-1.823C9%2014.894%209%2013.467%209%2012.702v-.007q0%20.006-.002-.005a2.5%202.5%200%200%200-.13-.4c-.103-.263-.243-.571-.41-.94l-.04-.087c-.353-.776-.806-1.783-1.02-2.767c-.116-.533-.179-1.14-.075-1.738c-.847-.507-1.599-.764-2.193-.845c-.646-.089-1.014.037-1.174.15c-.106.077-.206.2-.167.52c.02.163.08.372.197.622c-.403.08-.81.264-1.163.618a2.2%202.2%200%200%200-.442.626c-.315-.552-.512-1.097-.577-1.625c-.117-.96.22-1.838.99-2.388c.715-.51%201.66-.635%202.608-.505c.9.124%201.894.486%202.912%201.09c.828-.698%202.08-.998%203.686-.998c1.593%200%202.837.295%203.665.98c1.008-.593%201.99-.95%202.883-1.072c.949-.13%201.893-.006%202.608.505c.77.55%201.107%201.427.99%202.388c-.065.528-.262%201.073-.577%201.625a2.2%202.2%200%200%200-.442-.626a2.23%202.23%200%200%200-1.163-.618M9.492%206.658c.227-.263.85-.635%202.508-.635s2.281.372%202.508.635c.206.24.304.657.14%201.414c-.161.742-.52%201.557-.887%202.364l-.045.1c-.16.352-.323.71-.446%201.025c-.122.313-.27.735-.27%201.134c0%20.77%200%202.154-.061%203.404a20%2020%200%200%201-.118%201.472a1.6%201.6%200%200%200-.821-.249c-.352%200-.637.136-.821.249c-.052-.41-.09-.918-.118-1.472A73%2073%200%200%201%2011%2012.695c0-.4-.148-.821-.27-1.134a22%2022%200%200%200-.446-1.025l-.045-.1c-.367-.807-.726-1.622-.887-2.364c-.164-.757-.066-1.173.14-1.414m3.192%2011.613l-.005.01l.002-.005z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.272%209.276c.12.561-.223%201.393-.913%202.083c-.879.878-1.987%201.195-2.475.707s-.172-1.597.707-2.475c.642-.642%201.406-.984%201.962-.931q.038.003.075.01a.8.8%200%200%201%20.438.214a.77.77%200%200%201%20.206.392M4.397%208.66q-.038.003-.075.01a.8.8%200%200%200-.438.214a.77.77%200%200%200-.206.392c-.12.562.223%201.393.913%202.083c.879.878%201.987%201.195%202.475.707s.171-1.597-.707-2.475c-.642-.642-1.406-.984-1.962-.931%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/female-reproductive-system-outline-24px.svg?color=%231a73e8&size=48