female reproductive system icon
female-reproductive-system-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- female-reproductive-system-24px
- Set
- Health Icons
- Style
- Filled 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 d="M4.397 8.66a.8.8 0 0 0-.513.223a.77.77 0 0 0-.206.393c-.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-.932"/><path d="M2.38 8.449a2.2 2.2 0 0 1 .443-.626c.354-.354.76-.538 1.163-.618a2.1 2.1 0 0 1-.197-.623c-.039-.32.061-.442.167-.518c.16-.114.528-.24 1.174-.151c.594.081 1.346.338 2.193.845c-.104.598-.041 1.205.075 1.738c.214.984.667 1.991 1.02 2.767l.04.087c.167.369.307.677.41.94c.099.253.124.371.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-.388l.141-.112l.141.112c.135.104.421.317.796.389c.484.092.94-.074 1.278-.42c.248-.253.357-.584.41-.766c.066-.226.115-.485.153-.746c.078-.527.127-1.172.158-1.823c.064-1.303.064-2.73.064-3.495v-.007q0 .006.002-.005c.006-.029.031-.147.13-.4c.103-.263.243-.571.41-.94l.04-.087c.353-.776.806-1.783 1.02-2.767c.118-.541.18-1.158.07-1.765c.828-.489 1.564-.738 2.148-.818c.645-.089 1.014.037 1.174.15c.106.077.205.2.166.52a2.1 2.1 0 0 1-.196.622c.402.08.81.264 1.163.618c.195.195.34.407.442.626c.315-.552.512-1.097.577-1.625c.117-.96-.22-1.838-.99-2.388c-.716-.51-1.66-.635-2.608-.505c-.892.123-1.875.479-2.882 1.072c-.829-.685-2.073-.98-3.666-.98c-1.606 0-2.858.3-3.686.997c-1.018-.603-2.011-.965-2.912-1.089c-.949-.13-1.893-.006-2.608.505c-.77.55-1.107 1.427-.99 2.388c.065.528.262 1.073.577 1.625"/><path d="M19.552 8.66a.82.82 0 0 1 .514.223a.77.77 0 0 1 .206.393c.12.562-.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.961-.932"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsFemaleReproductiveSystem24px(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 d="M4.397 8.66a.8.8 0 0 0-.513.223a.77.77 0 0 0-.206.393c-.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-.932"/><path d="M2.38 8.449a2.2 2.2 0 0 1 .443-.626c.354-.354.76-.538 1.163-.618a2.1 2.1 0 0 1-.197-.623c-.039-.32.061-.442.167-.518c.16-.114.528-.24 1.174-.151c.594.081 1.346.338 2.193.845c-.104.598-.041 1.205.075 1.738c.214.984.667 1.991 1.02 2.767l.04.087c.167.369.307.677.41.94c.099.253.124.371.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-.388l.141-.112l.141.112c.135.104.421.317.796.389c.484.092.94-.074 1.278-.42c.248-.253.357-.584.41-.766c.066-.226.115-.485.153-.746c.078-.527.127-1.172.158-1.823c.064-1.303.064-2.73.064-3.495v-.007q0 .006.002-.005c.006-.029.031-.147.13-.4c.103-.263.243-.571.41-.94l.04-.087c.353-.776.806-1.783 1.02-2.767c.118-.541.18-1.158.07-1.765c.828-.489 1.564-.738 2.148-.818c.645-.089 1.014.037 1.174.15c.106.077.205.2.166.52a2.1 2.1 0 0 1-.196.622c.402.08.81.264 1.163.618c.195.195.34.407.442.626c.315-.552.512-1.097.577-1.625c.117-.96-.22-1.838-.99-2.388c-.716-.51-1.66-.635-2.608-.505c-.892.123-1.875.479-2.882 1.072c-.829-.685-2.073-.98-3.666-.98c-1.606 0-2.858.3-3.686.997c-1.018-.603-2.011-.965-2.912-1.089c-.949-.13-1.893-.006-2.608.505c-.77.55-1.107 1.427-.99 2.388c.065.528.262 1.073.577 1.625"/><path d="M19.552 8.66a.82.82 0 0 1 .514.223a.77.77 0 0 1 .206.393c.12.562-.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.961-.932"/></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 d="M4.397 8.66a.8.8 0 0 0-.513.223a.77.77 0 0 0-.206.393c-.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-.932"/><path d="M2.38 8.449a2.2 2.2 0 0 1 .443-.626c.354-.354.76-.538 1.163-.618a2.1 2.1 0 0 1-.197-.623c-.039-.32.061-.442.167-.518c.16-.114.528-.24 1.174-.151c.594.081 1.346.338 2.193.845c-.104.598-.041 1.205.075 1.738c.214.984.667 1.991 1.02 2.767l.04.087c.167.369.307.677.41.94c.099.253.124.371.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-.388l.141-.112l.141.112c.135.104.421.317.796.389c.484.092.94-.074 1.278-.42c.248-.253.357-.584.41-.766c.066-.226.115-.485.153-.746c.078-.527.127-1.172.158-1.823c.064-1.303.064-2.73.064-3.495v-.007q0 .006.002-.005c.006-.029.031-.147.13-.4c.103-.263.243-.571.41-.94l.04-.087c.353-.776.806-1.783 1.02-2.767c.118-.541.18-1.158.07-1.765c.828-.489 1.564-.738 2.148-.818c.645-.089 1.014.037 1.174.15c.106.077.205.2.166.52a2.1 2.1 0 0 1-.196.622c.402.08.81.264 1.163.618c.195.195.34.407.442.626c.315-.552.512-1.097.577-1.625c.117-.96-.22-1.838-.99-2.388c-.716-.51-1.66-.635-2.608-.505c-.892.123-1.875.479-2.882 1.072c-.829-.685-2.073-.98-3.666-.98c-1.606 0-2.858.3-3.686.997c-1.018-.603-2.011-.965-2.912-1.089c-.949-.13-1.893-.006-2.608.505c-.77.55-1.107 1.427-.99 2.388c.065.528.262 1.073.577 1.625"/><path d="M19.552 8.66a.82.82 0 0 1 .514.223a.77.77 0 0 1 .206.393c.12.562-.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.961-.932"/></g></svg> </template>
CSS
.icon-female-reproductive-system-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%20d%3D%22M4.397%208.66a.8.8%200%200%200-.513.223a.77.77%200%200%200-.206.393c-.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-.932%22%2F%3E%3Cpath%20d%3D%22M2.38%208.449a2.2%202.2%200%200%201%20.443-.626c.354-.354.76-.538%201.163-.618a2.1%202.1%200%200%201-.197-.623c-.039-.32.061-.442.167-.518c.16-.114.528-.24%201.174-.151c.594.081%201.346.338%202.193.845c-.104.598-.041%201.205.075%201.738c.214.984.667%201.991%201.02%202.767l.04.087c.167.369.307.677.41.94c.099.253.124.371.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%201.278.418c.375-.071.66-.284.796-.388l.141-.112l.141.112c.135.104.421.317.796.389c.484.092.94-.074%201.278-.42c.248-.253.357-.584.41-.766c.066-.226.115-.485.153-.746c.078-.527.127-1.172.158-1.823c.064-1.303.064-2.73.064-3.495v-.007q0%20.006.002-.005c.006-.029.031-.147.13-.4c.103-.263.243-.571.41-.94l.04-.087c.353-.776.806-1.783%201.02-2.767c.118-.541.18-1.158.07-1.765c.828-.489%201.564-.738%202.148-.818c.645-.089%201.014.037%201.174.15c.106.077.205.2.166.52a2.1%202.1%200%200%201-.196.622c.402.08.81.264%201.163.618c.195.195.34.407.442.626c.315-.552.512-1.097.577-1.625c.117-.96-.22-1.838-.99-2.388c-.716-.51-1.66-.635-2.608-.505c-.892.123-1.875.479-2.882%201.072c-.829-.685-2.073-.98-3.666-.98c-1.606%200-2.858.3-3.686.997c-1.018-.603-2.011-.965-2.912-1.089c-.949-.13-1.893-.006-2.608.505c-.77.55-1.107%201.427-.99%202.388c.065.528.262%201.073.577%201.625%22%2F%3E%3Cpath%20d%3D%22M19.552%208.66a.82.82%200%200%201%20.514.223a.77.77%200%200%201%20.206.393c.12.562-.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.961-.932%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%20d%3D%22M4.397%208.66a.8.8%200%200%200-.513.223a.77.77%200%200%200-.206.393c-.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-.932%22%2F%3E%3Cpath%20d%3D%22M2.38%208.449a2.2%202.2%200%200%201%20.443-.626c.354-.354.76-.538%201.163-.618a2.1%202.1%200%200%201-.197-.623c-.039-.32.061-.442.167-.518c.16-.114.528-.24%201.174-.151c.594.081%201.346.338%202.193.845c-.104.598-.041%201.205.075%201.738c.214.984.667%201.991%201.02%202.767l.04.087c.167.369.307.677.41.94c.099.253.124.371.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%201.278.418c.375-.071.66-.284.796-.388l.141-.112l.141.112c.135.104.421.317.796.389c.484.092.94-.074%201.278-.42c.248-.253.357-.584.41-.766c.066-.226.115-.485.153-.746c.078-.527.127-1.172.158-1.823c.064-1.303.064-2.73.064-3.495v-.007q0%20.006.002-.005c.006-.029.031-.147.13-.4c.103-.263.243-.571.41-.94l.04-.087c.353-.776.806-1.783%201.02-2.767c.118-.541.18-1.158.07-1.765c.828-.489%201.564-.738%202.148-.818c.645-.089%201.014.037%201.174.15c.106.077.205.2.166.52a2.1%202.1%200%200%201-.196.622c.402.08.81.264%201.163.618c.195.195.34.407.442.626c.315-.552.512-1.097.577-1.625c.117-.96-.22-1.838-.99-2.388c-.716-.51-1.66-.635-2.608-.505c-.892.123-1.875.479-2.882%201.072c-.829-.685-2.073-.98-3.666-.98c-1.606%200-2.858.3-3.686.997c-1.018-.603-2.011-.965-2.912-1.089c-.949-.13-1.893-.006-2.608.505c-.77.55-1.107%201.427-.99%202.388c.065.528.262%201.073.577%201.625%22%2F%3E%3Cpath%20d%3D%22M19.552%208.66a.82.82%200%200%201%20.514.223a.77.77%200%200%201%20.206.393c.12.562-.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.961-.932%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-24px.svg?color=%231a73e8&size=48