uterus from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.

Name
uterus
Set
IconPark
Style
Color
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark

Use the uterus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M32.0002 18C31.0772 24 29.0002 29.5 24.5002 29.5C20.0002 29.5 18.5002 24.5 17.0002 18C15.5002 11.5 17.0002 6 24.5002 6C32.0002 6 32.9233 12 32.0002 18Z"/><path stroke-linecap="round" d="M32.5 12.5C34.25 10.8682 36.0328 10.3296 38.8405 10.5043C43.052 10.7664 44 13.648 44 17.9564M44 17.9564C44 22.2648 42.3485 26.1825 39.0589 25.2961C35.7692 24.4097 36.2292 20.9096 37.7678 19.2686C39.3064 17.6276 41.9973 16.9589 44 17.9564Z"/><path stroke-linecap="round" d="M16.5 12C14.7309 10.456 12.6403 10.3301 10.0869 10.5048C6.25675 10.7668 3.99999 13.6924 3.99999 18.0008M3.99999 18.0008C3.99999 22.3092 6.89652 26.1829 9.88829 25.2965C12.8801 24.4101 12.4618 20.9101 11.0625 19.2691C9.66321 17.6281 5.82131 17.0033 3.99999 18.0008Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 27V43"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 27V43"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkUterus(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" stroke="#000" strokeWidth="4"><path fill="#2F88FF" d="M32.0002 18C31.0772 24 29.0002 29.5 24.5002 29.5C20.0002 29.5 18.5002 24.5 17.0002 18C15.5002 11.5 17.0002 6 24.5002 6C32.0002 6 32.9233 12 32.0002 18Z"/><path strokeLinecap="round" d="M32.5 12.5C34.25 10.8682 36.0328 10.3296 38.8405 10.5043C43.052 10.7664 44 13.648 44 17.9564M44 17.9564C44 22.2648 42.3485 26.1825 39.0589 25.2961C35.7692 24.4097 36.2292 20.9096 37.7678 19.2686C39.3064 17.6276 41.9973 16.9589 44 17.9564Z"/><path strokeLinecap="round" d="M16.5 12C14.7309 10.456 12.6403 10.3301 10.0869 10.5048C6.25675 10.7668 3.99999 13.6924 3.99999 18.0008M3.99999 18.0008C3.99999 22.3092 6.89652 26.1829 9.88829 25.2965C12.8801 24.4101 12.4618 20.9101 11.0625 19.2691C9.66321 17.6281 5.82131 17.0033 3.99999 18.0008Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M20 27V43"/><path strokeLinecap="round" strokeLinejoin="round" d="M29 27V43"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M32.0002 18C31.0772 24 29.0002 29.5 24.5002 29.5C20.0002 29.5 18.5002 24.5 17.0002 18C15.5002 11.5 17.0002 6 24.5002 6C32.0002 6 32.9233 12 32.0002 18Z"/><path stroke-linecap="round" d="M32.5 12.5C34.25 10.8682 36.0328 10.3296 38.8405 10.5043C43.052 10.7664 44 13.648 44 17.9564M44 17.9564C44 22.2648 42.3485 26.1825 39.0589 25.2961C35.7692 24.4097 36.2292 20.9096 37.7678 19.2686C39.3064 17.6276 41.9973 16.9589 44 17.9564Z"/><path stroke-linecap="round" d="M16.5 12C14.7309 10.456 12.6403 10.3301 10.0869 10.5048C6.25675 10.7668 3.99999 13.6924 3.99999 18.0008M3.99999 18.0008C3.99999 22.3092 6.89652 26.1829 9.88829 25.2965C12.8801 24.4101 12.4618 20.9101 11.0625 19.2691C9.66321 17.6281 5.82131 17.0033 3.99999 18.0008Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 27V43"/><path stroke-linecap="round" stroke-linejoin="round" d="M29 27V43"/></g></svg>
</template>

CSS

.icon-uterus {
  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%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M32.0002%2018C31.0772%2024%2029.0002%2029.5%2024.5002%2029.5C20.0002%2029.5%2018.5002%2024.5%2017.0002%2018C15.5002%2011.5%2017.0002%206%2024.5002%206C32.0002%206%2032.9233%2012%2032.0002%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32.5%2012.5C34.25%2010.8682%2036.0328%2010.3296%2038.8405%2010.5043C43.052%2010.7664%2044%2013.648%2044%2017.9564M44%2017.9564C44%2022.2648%2042.3485%2026.1825%2039.0589%2025.2961C35.7692%2024.4097%2036.2292%2020.9096%2037.7678%2019.2686C39.3064%2017.6276%2041.9973%2016.9589%2044%2017.9564Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2012C14.7309%2010.456%2012.6403%2010.3301%2010.0869%2010.5048C6.25675%2010.7668%203.99999%2013.6924%203.99999%2018.0008M3.99999%2018.0008C3.99999%2022.3092%206.89652%2026.1829%209.88829%2025.2965C12.8801%2024.4101%2012.4618%2020.9101%2011.0625%2019.2691C9.66321%2017.6281%205.82131%2017.0033%203.99999%2018.0008Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2027V43%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2027V43%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M32.0002%2018C31.0772%2024%2029.0002%2029.5%2024.5002%2029.5C20.0002%2029.5%2018.5002%2024.5%2017.0002%2018C15.5002%2011.5%2017.0002%206%2024.5002%206C32.0002%206%2032.9233%2012%2032.0002%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32.5%2012.5C34.25%2010.8682%2036.0328%2010.3296%2038.8405%2010.5043C43.052%2010.7664%2044%2013.648%2044%2017.9564M44%2017.9564C44%2022.2648%2042.3485%2026.1825%2039.0589%2025.2961C35.7692%2024.4097%2036.2292%2020.9096%2037.7678%2019.2686C39.3064%2017.6276%2041.9973%2016.9589%2044%2017.9564Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%2012C14.7309%2010.456%2012.6403%2010.3301%2010.0869%2010.5048C6.25675%2010.7668%203.99999%2013.6924%203.99999%2018.0008M3.99999%2018.0008C3.99999%2022.3092%206.89652%2026.1829%209.88829%2025.2965C12.8801%2024.4101%2012.4618%2020.9101%2011.0625%2019.2691C9.66321%2017.6281%205.82131%2017.0033%203.99999%2018.0008Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2027V43%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29%2027V43%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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