pregnant icon
pregnant-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- pregnant-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- pregnant2x-outline
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"><path fill="currentColor" fill-rule="evenodd" d="M24.574 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-4.42 2.307c.273-.12.779-.307 1.42-.307h2c.571 0 1.027.164 1.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347 1.004.568a20 20 0 0 1 2.468 1.864c1.778 1.564 3.884 3.932 5.116 7.013c.784 1.958.728 3.847 0 5.492c-.682 1.538-1.836 2.603-2.818 3.297c-3.05 2.154-3.193 3.554-3.969 7.434A3 3 0 0 1 21.074 41c0-5.133-.002-8.187-.234-11.075a3 3 0 0 1-4.136-.586a46 46 0 0 1-1.516-2.17a27 27 0 0 1-.88-1.412a9 9 0 0 1-.377-.729c-.057-.127-.13-.3-.192-.499a3.4 3.4 0 0 1-.165-1.029c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34 34 0 0 1 1.636-2.06c.6-.7 1.279-1.437 1.914-2.024c.311-.288.678-.6 1.065-.86c.194-.131.45-.287.754-.42M21.574 17c-.735 0-1.375.586-1.882 1.055c-.555.513-1.177 1.186-1.752 1.857a32 32 0 0 0-1.535 1.93c-.252.348-.514.704-.694 1.095a1.35 1.35 0 0 0-.137.563c0 .457.254.883.472 1.267c.223.391.516.854.811 1.3a45 45 0 0 0 1.427 2.046a1 1 0 0 0 1.58-1.226a44 44 0 0 1-1.88-2.77l-.346-.569l.391-.539a30 30 0 0 1 1.797-2.217l1.338-1.504l.39 1.974c1.512 7.646 1.52 10.161 1.52 19.738a1 1 0 0 0 1 1c.621 0 1-.521 1-1.099c.816-4.08 1.295-6.375 4.813-8.86c.815-.575 1.66-1.385 2.143-2.474c.498-1.124.567-2.452-.028-3.938c-1.077-2.694-2.946-4.817-4.58-6.255a18 18 0 0 0-2.213-1.673c-.365-.23-.745-.46-1.152-.607a1.4 1.4 0 0 0-.483-.094z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPregnantOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M24.574 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-4.42 2.307c.273-.12.779-.307 1.42-.307h2c.571 0 1.027.164 1.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347 1.004.568a20 20 0 0 1 2.468 1.864c1.778 1.564 3.884 3.932 5.116 7.013c.784 1.958.728 3.847 0 5.492c-.682 1.538-1.836 2.603-2.818 3.297c-3.05 2.154-3.193 3.554-3.969 7.434A3 3 0 0 1 21.074 41c0-5.133-.002-8.187-.234-11.075a3 3 0 0 1-4.136-.586a46 46 0 0 1-1.516-2.17a27 27 0 0 1-.88-1.412a9 9 0 0 1-.377-.729c-.057-.127-.13-.3-.192-.499a3.4 3.4 0 0 1-.165-1.029c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34 34 0 0 1 1.636-2.06c.6-.7 1.279-1.437 1.914-2.024c.311-.288.678-.6 1.065-.86c.194-.131.45-.287.754-.42M21.574 17c-.735 0-1.375.586-1.882 1.055c-.555.513-1.177 1.186-1.752 1.857a32 32 0 0 0-1.535 1.93c-.252.348-.514.704-.694 1.095a1.35 1.35 0 0 0-.137.563c0 .457.254.883.472 1.267c.223.391.516.854.811 1.3a45 45 0 0 0 1.427 2.046a1 1 0 0 0 1.58-1.226a44 44 0 0 1-1.88-2.77l-.346-.569l.391-.539a30 30 0 0 1 1.797-2.217l1.338-1.504l.39 1.974c1.512 7.646 1.52 10.161 1.52 19.738a1 1 0 0 0 1 1c.621 0 1-.521 1-1.099c.816-4.08 1.295-6.375 4.813-8.86c.815-.575 1.66-1.385 2.143-2.474c.498-1.124.567-2.452-.028-3.938c-1.077-2.694-2.946-4.817-4.58-6.255a18 18 0 0 0-2.213-1.673c-.365-.23-.745-.46-1.152-.607a1.4 1.4 0 0 0-.483-.094z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24.574 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m-4.42 2.307c.273-.12.779-.307 1.42-.307h2c.571 0 1.027.164 1.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347 1.004.568a20 20 0 0 1 2.468 1.864c1.778 1.564 3.884 3.932 5.116 7.013c.784 1.958.728 3.847 0 5.492c-.682 1.538-1.836 2.603-2.818 3.297c-3.05 2.154-3.193 3.554-3.969 7.434A3 3 0 0 1 21.074 41c0-5.133-.002-8.187-.234-11.075a3 3 0 0 1-4.136-.586a46 46 0 0 1-1.516-2.17a27 27 0 0 1-.88-1.412a9 9 0 0 1-.377-.729c-.057-.127-.13-.3-.192-.499a3.4 3.4 0 0 1-.165-1.029c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34 34 0 0 1 1.636-2.06c.6-.7 1.279-1.437 1.914-2.024c.311-.288.678-.6 1.065-.86c.194-.131.45-.287.754-.42M21.574 17c-.735 0-1.375.586-1.882 1.055c-.555.513-1.177 1.186-1.752 1.857a32 32 0 0 0-1.535 1.93c-.252.348-.514.704-.694 1.095a1.35 1.35 0 0 0-.137.563c0 .457.254.883.472 1.267c.223.391.516.854.811 1.3a45 45 0 0 0 1.427 2.046a1 1 0 0 0 1.58-1.226a44 44 0 0 1-1.88-2.77l-.346-.569l.391-.539a30 30 0 0 1 1.797-2.217l1.338-1.504l.39 1.974c1.512 7.646 1.52 10.161 1.52 19.738a1 1 0 0 0 1 1c.621 0 1-.521 1-1.099c.816-4.08 1.295-6.375 4.813-8.86c.815-.575 1.66-1.385 2.143-2.474c.498-1.124.567-2.452-.028-3.938c-1.077-2.694-2.946-4.817-4.58-6.255a18 18 0 0 0-2.213-1.673c-.365-.23-.745-.46-1.152-.607a1.4 1.4 0 0 0-.483-.094z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pregnant-outline {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.574%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-4.42%202.307c.273-.12.779-.307%201.42-.307h2c.571%200%201.027.164%201.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347%201.004.568a20%2020%200%200%201%202.468%201.864c1.778%201.564%203.884%203.932%205.116%207.013c.784%201.958.728%203.847%200%205.492c-.682%201.538-1.836%202.603-2.818%203.297c-3.05%202.154-3.193%203.554-3.969%207.434A3%203%200%200%201%2021.074%2041c0-5.133-.002-8.187-.234-11.075a3%203%200%200%201-4.136-.586a46%2046%200%200%201-1.516-2.17a27%2027%200%200%201-.88-1.412a9%209%200%200%201-.377-.729c-.057-.127-.13-.3-.192-.499a3.4%203.4%200%200%201-.165-1.029c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34%2034%200%200%201%201.636-2.06c.6-.7%201.279-1.437%201.914-2.024c.311-.288.678-.6%201.065-.86c.194-.131.45-.287.754-.42M21.574%2017c-.735%200-1.375.586-1.882%201.055c-.555.513-1.177%201.186-1.752%201.857a32%2032%200%200%200-1.535%201.93c-.252.348-.514.704-.694%201.095a1.35%201.35%200%200%200-.137.563c0%20.457.254.883.472%201.267c.223.391.516.854.811%201.3a45%2045%200%200%200%201.427%202.046a1%201%200%200%200%201.58-1.226a44%2044%200%200%201-1.88-2.77l-.346-.569l.391-.539a30%2030%200%200%201%201.797-2.217l1.338-1.504l.39%201.974c1.512%207.646%201.52%2010.161%201.52%2019.738a1%201%200%200%200%201%201c.621%200%201-.521%201-1.099c.816-4.08%201.295-6.375%204.813-8.86c.815-.575%201.66-1.385%202.143-2.474c.498-1.124.567-2.452-.028-3.938c-1.077-2.694-2.946-4.817-4.58-6.255a18%2018%200%200%200-2.213-1.673c-.365-.23-.745-.46-1.152-.607a1.4%201.4%200%200%200-.483-.094z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.574%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m-4.42%202.307c.273-.12.779-.307%201.42-.307h2c.571%200%201.027.164%201.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347%201.004.568a20%2020%200%200%201%202.468%201.864c1.778%201.564%203.884%203.932%205.116%207.013c.784%201.958.728%203.847%200%205.492c-.682%201.538-1.836%202.603-2.818%203.297c-3.05%202.154-3.193%203.554-3.969%207.434A3%203%200%200%201%2021.074%2041c0-5.133-.002-8.187-.234-11.075a3%203%200%200%201-4.136-.586a46%2046%200%200%201-1.516-2.17a27%2027%200%200%201-.88-1.412a9%209%200%200%201-.377-.729c-.057-.127-.13-.3-.192-.499a3.4%203.4%200%200%201-.165-1.029c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34%2034%200%200%201%201.636-2.06c.6-.7%201.279-1.437%201.914-2.024c.311-.288.678-.6%201.065-.86c.194-.131.45-.287.754-.42M21.574%2017c-.735%200-1.375.586-1.882%201.055c-.555.513-1.177%201.186-1.752%201.857a32%2032%200%200%200-1.535%201.93c-.252.348-.514.704-.694%201.095a1.35%201.35%200%200%200-.137.563c0%20.457.254.883.472%201.267c.223.391.516.854.811%201.3a45%2045%200%200%200%201.427%202.046a1%201%200%200%200%201.58-1.226a44%2044%200%200%201-1.88-2.77l-.346-.569l.391-.539a30%2030%200%200%201%201.797-2.217l1.338-1.504l.39%201.974c1.512%207.646%201.52%2010.161%201.52%2019.738a1%201%200%200%200%201%201c.621%200%201-.521%201-1.099c.816-4.08%201.295-6.375%204.813-8.86c.815-.575%201.66-1.385%202.143-2.474c.498-1.124.567-2.452-.028-3.938c-1.077-2.694-2.946-4.817-4.58-6.255a18%2018%200%200%200-2.213-1.673c-.365-.23-.745-.46-1.152-.607a1.4%201.4%200%200%200-.483-.094z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pregnant-outline.svg?color=%231a73e8&size=48