pregnant women icon

pregnant-women from IconPark Outline by ByteDance · Outline · Health · Apache-2.0 Free for personal and commercial use.

Name
pregnant-women
Set
IconPark Outline
Style
Outline
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark Outline

Use the pregnant women icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M33 4v7.519q10.968 6.291 9.906 16.742T33 44M13.772 4q-3.207.555-4.616 3.758C7.746 10.96 5 21.964 5 23.726s3.568 6.509 12.052 13.71c3.931 3.336 6.255 3.166 7.513.928s-.407-3.674-2.515-5.327c-3.863-3.029-8.948-7.822-8.948-9.926q0-2.104 3.95-12.824"/><path d="M8.201 28.94a95 95 0 0 0 2.8 15M33 19.944q2.32 1.542 3 4.012q.68 2.472.396 4.506"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlinePregnantWomen(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="currentColor" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" d="M33 4v7.519q10.968 6.291 9.906 16.742T33 44M13.772 4q-3.207.555-4.616 3.758C7.746 10.96 5 21.964 5 23.726s3.568 6.509 12.052 13.71c3.931 3.336 6.255 3.166 7.513.928s-.407-3.674-2.515-5.327c-3.863-3.029-8.948-7.822-8.948-9.926q0-2.104 3.95-12.824"/><path d="M8.201 28.94a95 95 0 0 0 2.8 15M33 19.944q2.32 1.542 3 4.012q.68 2.472.396 4.506"/></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="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M33 4v7.519q10.968 6.291 9.906 16.742T33 44M13.772 4q-3.207.555-4.616 3.758C7.746 10.96 5 21.964 5 23.726s3.568 6.509 12.052 13.71c3.931 3.336 6.255 3.166 7.513.928s-.407-3.674-2.515-5.327c-3.863-3.029-8.948-7.822-8.948-9.926q0-2.104 3.95-12.824"/><path d="M8.201 28.94a95 95 0 0 0 2.8 15M33 19.944q2.32 1.542 3 4.012q.68 2.472.396 4.506"/></g></svg>
</template>

CSS

.icon-pregnant-women {
  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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M33%204v7.519q10.968%206.291%209.906%2016.742T33%2044M13.772%204q-3.207.555-4.616%203.758C7.746%2010.96%205%2021.964%205%2023.726s3.568%206.509%2012.052%2013.71c3.931%203.336%206.255%203.166%207.513.928s-.407-3.674-2.515-5.327c-3.863-3.029-8.948-7.822-8.948-9.926q0-2.104%203.95-12.824%22%2F%3E%3Cpath%20d%3D%22M8.201%2028.94a95%2095%200%200%200%202.8%2015M33%2019.944q2.32%201.542%203%204.012q.68%202.472.396%204.506%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M33%204v7.519q10.968%206.291%209.906%2016.742T33%2044M13.772%204q-3.207.555-4.616%203.758C7.746%2010.96%205%2021.964%205%2023.726s3.568%206.509%2012.052%2013.71c3.931%203.336%206.255%203.166%207.513.928s-.407-3.674-2.515-5.327c-3.863-3.029-8.948-7.822-8.948-9.926q0-2.104%203.95-12.824%22%2F%3E%3Cpath%20d%3D%22M8.201%2028.94a95%2095%200%200%200%202.8%2015M33%2019.944q2.32%201.542%203%204.012q.68%202.472.396%204.506%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-outline/pregnant-women.svg?color=%231a73e8&size=48