pregnant icon
pregnant from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- pregnant
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the pregnant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M29 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill-rule="evenodd" d="M21.651 27.47a2 2 0 0 1-.827-.352l-5.5-4a2 2 0 0 1-.511-2.692L16.5 21.5l-1.687-1.074l.001-.002l.003-.004l.01-.015l.032-.051a34 34 0 0 1 .559-.84c.365-.536.874-1.258 1.437-1.987c.554-.717 1.203-1.496 1.848-2.113c.321-.307.69-.621 1.087-.87c.355-.224.962-.544 1.71-.544h2a2 2 0 0 1 1.176.383L23.5 16l1.177-1.617h.001l.002.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33 33 0 0 1 2.247 2.048c1.7 1.7 3.795 4.177 4.943 7.046c.665 1.662.681 3.22.148 4.593c-.513 1.319-1.452 2.255-2.329 2.892c-.88.641-1.807 1.06-2.484 1.316c-.282.107-.53.189-.73.25L26 41v1a2 2 0 1 1-4 0v-1c0-5.855-.003-9.657-.349-13.53m-.658-5.175a105 105 0 0 0-.514-2.899q-.228.278-.459.577c-.276.357-.54.715-.777 1.049z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPregnant(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M29 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fillRule="evenodd" d="M21.651 27.47a2 2 0 0 1-.827-.352l-5.5-4a2 2 0 0 1-.511-2.692L16.5 21.5l-1.687-1.074l.001-.002l.003-.004l.01-.015l.032-.051a34 34 0 0 1 .559-.84c.365-.536.874-1.258 1.437-1.987c.554-.717 1.203-1.496 1.848-2.113c.321-.307.69-.621 1.087-.87c.355-.224.962-.544 1.71-.544h2a2 2 0 0 1 1.176.383L23.5 16l1.177-1.617h.001l.002.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33 33 0 0 1 2.247 2.048c1.7 1.7 3.795 4.177 4.943 7.046c.665 1.662.681 3.22.148 4.593c-.513 1.319-1.452 2.255-2.329 2.892c-.88.641-1.807 1.06-2.484 1.316c-.282.107-.53.189-.73.25L26 41v1a2 2 0 1 1-4 0v-1c0-5.855-.003-9.657-.349-13.53m-.658-5.175a105 105 0 0 0-.514-2.899q-.228.278-.459.577c-.276.357-.54.715-.777 1.049z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M29 8a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill-rule="evenodd" d="M21.651 27.47a2 2 0 0 1-.827-.352l-5.5-4a2 2 0 0 1-.511-2.692L16.5 21.5l-1.687-1.074l.001-.002l.003-.004l.01-.015l.032-.051a34 34 0 0 1 .559-.84c.365-.536.874-1.258 1.437-1.987c.554-.717 1.203-1.496 1.848-2.113c.321-.307.69-.621 1.087-.87c.355-.224.962-.544 1.71-.544h2a2 2 0 0 1 1.176.383L23.5 16l1.177-1.617h.001l.002.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33 33 0 0 1 2.247 2.048c1.7 1.7 3.795 4.177 4.943 7.046c.665 1.662.681 3.22.148 4.593c-.513 1.319-1.452 2.255-2.329 2.892c-.88.641-1.807 1.06-2.484 1.316c-.282.107-.53.189-.73.25L26 41v1a2 2 0 1 1-4 0v-1c0-5.855-.003-9.657-.349-13.53m-.658-5.175a105 105 0 0 0-.514-2.899q-.228.278-.459.577c-.276.357-.54.715-.777 1.049z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-pregnant {
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%22currentColor%22%3E%3Cpath%20d%3D%22M29%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.651%2027.47a2%202%200%200%201-.827-.352l-5.5-4a2%202%200%200%201-.511-2.692L16.5%2021.5l-1.687-1.074l.001-.002l.003-.004l.01-.015l.032-.051a34%2034%200%200%201%20.559-.84c.365-.536.874-1.258%201.437-1.987c.554-.717%201.203-1.496%201.848-2.113c.321-.307.69-.621%201.087-.87c.355-.224.962-.544%201.71-.544h2a2%202%200%200%201%201.176.383L23.5%2016l1.177-1.617h.001l.002.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33%2033%200%200%201%202.247%202.048c1.7%201.7%203.795%204.177%204.943%207.046c.665%201.662.681%203.22.148%204.593c-.513%201.319-1.452%202.255-2.329%202.892c-.88.641-1.807%201.06-2.484%201.316c-.282.107-.53.189-.73.25L26%2041v1a2%202%200%201%201-4%200v-1c0-5.855-.003-9.657-.349-13.53m-.658-5.175a105%20105%200%200%200-.514-2.899q-.228.278-.459.577c-.276.357-.54.715-.777%201.049z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M29%208a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.651%2027.47a2%202%200%200%201-.827-.352l-5.5-4a2%202%200%200%201-.511-2.692L16.5%2021.5l-1.687-1.074l.001-.002l.003-.004l.01-.015l.032-.051a34%2034%200%200%201%20.559-.84c.365-.536.874-1.258%201.437-1.987c.554-.717%201.203-1.496%201.848-2.113c.321-.307.69-.621%201.087-.87c.355-.224.962-.544%201.71-.544h2a2%202%200%200%201%201.176.383L23.5%2016l1.177-1.617h.001l.002.002l.006.004l.017.013l.058.043l.202.154c.17.131.411.322.704.564a33%2033%200%200%201%202.247%202.048c1.7%201.7%203.795%204.177%204.943%207.046c.665%201.662.681%203.22.148%204.593c-.513%201.319-1.452%202.255-2.329%202.892c-.88.641-1.807%201.06-2.484%201.316c-.282.107-.53.189-.73.25L26%2041v1a2%202%200%201%201-4%200v-1c0-5.855-.003-9.657-.349-13.53m-.658-5.175a105%20105%200%200%200-.514-2.899q-.228.278-.459.577c-.276.357-.54.715-.777%201.049z%22%20clip-rule%3D%22evenodd%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/pregnant.svg?color=%231a73e8&size=48