person pregnant icon

person-pregnant from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
person-pregnant
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person pregnant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96m-72 383c-13.8-3.6-24-16.1-24-31v-55.1l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1h16c1.4 0 2.8.1 4.1.3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32h-56v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-97z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonPregnant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96m-72 383c-13.8-3.6-24-16.1-24-31v-55.1l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1h16c1.4 0 2.8.1 4.1.3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32h-56v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-97z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 0a48 48 0 1 1 0 96a48 48 0 1 1 0-96m-72 383c-13.8-3.6-24-16.1-24-31v-55.1l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1h16c1.4 0 2.8.1 4.1.3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32h-56v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-97z"/></svg>
</template>

CSS

.icon-person-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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m-72%20383c-13.8-3.6-24-16.1-24-31v-55.1l-4.6%207.6c-9.1%2015.1-28.8%2020-43.9%2010.9s-20-28.8-10.9-43.9l58.3-97c15-24.9%2040.3-41.5%2068.7-45.6c4.1-.6%208.2-1%2012.5-1h16c1.4%200%202.8.1%204.1.3c35.7%202.9%2065.4%2029.3%2072.1%2065l6.1%2032.5c44.3%208.6%2077.7%2047.5%2077.7%2094.3v32c0%2017.7-14.3%2032-32%2032h-56v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96h-16v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-97z%22%2F%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%200a48%2048%200%201%201%200%2096a48%2048%200%201%201%200-96m-72%20383c-13.8-3.6-24-16.1-24-31v-55.1l-4.6%207.6c-9.1%2015.1-28.8%2020-43.9%2010.9s-20-28.8-10.9-43.9l58.3-97c15-24.9%2040.3-41.5%2068.7-45.6c4.1-.6%208.2-1%2012.5-1h16c1.4%200%202.8.1%204.1.3c35.7%202.9%2065.4%2029.3%2072.1%2065l6.1%2032.5c44.3%208.6%2077.7%2047.5%2077.7%2094.3v32c0%2017.7-14.3%2032-32%2032h-56v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96h-16v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-97z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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