pregnant-woman from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
pregnant-woman
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
pregnant-woman-outline, pregnant-woman-outline-sharp, pregnant-woman-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the pregnant woman icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.73 21.5V16H9V9.423Q9 8.577 9.577 8T11 7.423T12.423 8T13 9.423q.9.24 1.45 1.008t.55 1.723V16h-2.77v5.5zM9.8 5.278q-.491-.492-.491-1.201T9.8 2.876t1.2-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPregnantWoman(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.73 21.5V16H9V9.423Q9 8.577 9.577 8T11 7.423T12.423 8T13 9.423q.9.24 1.45 1.008t.55 1.723V16h-2.77v5.5zM9.8 5.278q-.491-.492-.491-1.201T9.8 2.876t1.2-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.73 21.5V16H9V9.423Q9 8.577 9.577 8T11 7.423T12.423 8T13 9.423q.9.24 1.45 1.008t.55 1.723V16h-2.77v5.5zM9.8 5.278q-.491-.492-.491-1.201T9.8 2.876t1.2-.491t1.201.491t.491 1.201t-.491 1.201q-.492.491-1.201.491t-1.201-.491"/></svg>
</template>

CSS

.icon-pregnant-woman {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.73%2021.5V16H9V9.423Q9%208.577%209.577%208T11%207.423T12.423%208T13%209.423q.9.24%201.45%201.008t.55%201.723V16h-2.77v5.5zM9.8%205.278q-.491-.492-.491-1.201T9.8%202.876t1.2-.491t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491t-1.201-.491%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.73%2021.5V16H9V9.423Q9%208.577%209.577%208T11%207.423T12.423%208T13%209.423q.9.24%201.45%201.008t.55%201.723V16h-2.77v5.5zM9.8%205.278q-.491-.492-.491-1.201T9.8%202.876t1.2-.491t1.201.491t.491%201.201t-.491%201.201q-.492.491-1.201.491t-1.201-.491%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pregnant-woman.svg?color=%231a73e8&size=48