pregnant 32w negative icon

pregnant-32w-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
pregnant-32w-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the pregnant 32w negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPregnant32wNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25.2 37.25c0-.065-.03-.163-.154-.264a.92.92 0 0 0-.579-.186h-1.021c-.416 0-.653.215-.712.352a.8.8 0 1 1-1.468-.637c.362-.834 1.26-1.315 2.18-1.315h1.021c1.128 0 2.333.773 2.333 2.05c0 .499-.184.921-.475 1.25c.291.329.475.751.475 1.25c0 1.277-1.205 2.05-2.333 2.05h-1.021c-.92 0-1.818-.48-2.18-1.315a.8.8 0 1 1 1.468-.636c.06.136.296.351.711.351h1.022a.92.92 0 0 0 .579-.186c.124-.102.154-.2.154-.264c0-.065-.03-.163-.154-.264a.92.92 0 0 0-.579-.186h-1.021a.8.8 0 0 1 0-1.6h1.021a.92.92 0 0 0 .579-.186c.124-.102.154-.2.154-.264m6.848-.27c.12.1.152.198.152.27c0 .076-.038.186-.178.29l-.024.019l-3.5 2.818A.8.8 0 0 0 29 41.8h4a.8.8 0 0 0 0-1.6h-1.73l1.722-1.387c.466-.353.808-.905.808-1.563c0-1.263-1.172-2.05-2.3-2.05h-1c-.915 0-1.798.489-2.151 1.321a.8.8 0 1 0 1.473.625c.059-.14.287-.346.678-.346h1a.86.86 0 0 1 .548.18m3.163-.848a.8.8 0 1 1 1.578-.264l.464 2.785l.552-.967a.8.8 0 0 1 1.39 0l.552.967l.464-2.785a.8.8 0 0 1 1.578.264l-.833 5a.8.8 0 0 1-1.484.265l-.972-1.701l-.972 1.7a.8.8 0 0 1-1.484-.264zm-7.106-14.14a2 2 0 0 1 2.133 1.193c.423.991.344 2.066.076 2.956c-.277.92-.806 1.826-1.541 2.61c-1.5 1.598-3.878 2.726-6.955 2.572a2 2 0 0 1-1.733-1.198l-1.502-3.443l-1.732.567a2 2 0 0 1-1.244-3.802l3.244-1.061l-.574-1.272a9 9 0 0 0-.163-.28q-.102.017-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57 2.57 0 0 1-.432-1.837c.102-.675.473-1.29 1.063-1.775l.747-.614c.362-.299.435-.523.45-.68c.019-.197-.04-.487-.268-.922c-.227-.43-.566-.903-.985-1.448l-.335-.432q-.203-.26-.413-.533A16 16 0 0 0 8.015 23.31a16 16 0 0 0 9.23 15.195a1 1 0 1 1-.845 1.813A18 18 0 1 1 40.317 31.6a1 1 0 1 1-1.813-.844a16 16 0 0 0-22.827-20.421l.322.414q.184.235.37.478c.424.55.857 1.14 1.17 1.736c.311.592.56 1.291.49 2.041c-.076.792-.488 1.474-1.171 2.036l-.748.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.163-.281 1.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.02.035l.022.039l.018.041l1.332 2.952q.06.103.109.214l1.687 3.867c.944-.126 1.66-.46 2.179-.85a2 2 0 0 1-2.042-1.375l-1.25-3.831a2 2 0 0 1 3.803-1.24l.726 2.224zm1.682-.575a3.819 3.819 0 1 0 3.547-6.763a3.819 3.819 0 0 0-3.547 6.764" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPregnant32wNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPregnant32wNegative(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"><g clipPath="url(#healthiconsPregnant32wNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM25.2 37.25c0-.065-.03-.163-.154-.264a.92.92 0 0 0-.579-.186h-1.021c-.416 0-.653.215-.712.352a.8.8 0 1 1-1.468-.637c.362-.834 1.26-1.315 2.18-1.315h1.021c1.128 0 2.333.773 2.333 2.05c0 .499-.184.921-.475 1.25c.291.329.475.751.475 1.25c0 1.277-1.205 2.05-2.333 2.05h-1.021c-.92 0-1.818-.48-2.18-1.315a.8.8 0 1 1 1.468-.636c.06.136.296.351.711.351h1.022a.92.92 0 0 0 .579-.186c.124-.102.154-.2.154-.264c0-.065-.03-.163-.154-.264a.92.92 0 0 0-.579-.186h-1.021a.8.8 0 0 1 0-1.6h1.021a.92.92 0 0 0 .579-.186c.124-.102.154-.2.154-.264m6.848-.27c.12.1.152.198.152.27c0 .076-.038.186-.178.29l-.024.019l-3.5 2.818A.8.8 0 0 0 29 41.8h4a.8.8 0 0 0 0-1.6h-1.73l1.722-1.387c.466-.353.808-.905.808-1.563c0-1.263-1.172-2.05-2.3-2.05h-1c-.915 0-1.798.489-2.151 1.321a.8.8 0 1 0 1.473.625c.059-.14.287-.346.678-.346h1a.86.86 0 0 1 .548.18m3.163-.848a.8.8 0 1 1 1.578-.264l.464 2.785l.552-.967a.8.8 0 0 1 1.39 0l.552.967l.464-2.785a.8.8 0 0 1 1.578.264l-.833 5a.8.8 0 0 1-1.484.265l-.972-1.701l-.972 1.7a.8.8 0 0 1-1.484-.264zm-7.106-14.14a2 2 0 0 1 2.133 1.193c.423.991.344 2.066.076 2.956c-.277.92-.806 1.826-1.541 2.61c-1.5 1.598-3.878 2.726-6.955 2.572a2 2 0 0 1-1.733-1.198l-1.502-3.443l-1.732.567a2 2 0 0 1-1.244-3.802l3.244-1.061l-.574-1.272a9 9 0 0 0-.163-.28q-.102.017-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57 2.57 0 0 1-.432-1.837c.102-.675.473-1.29 1.063-1.775l.747-.614c.362-.299.435-.523.45-.68c.019-.197-.04-.487-.268-.922c-.227-.43-.566-.903-.985-1.448l-.335-.432q-.203-.26-.413-.533A16 16 0 0 0 8.015 23.31a16 16 0 0 0 9.23 15.195a1 1 0 1 1-.845 1.813A18 18 0 1 1 40.317 31.6a1 1 0 1 1-1.813-.844a16 16 0 0 0-22.827-20.421l.322.414q.184.235.37.478c.424.55.857 1.14 1.17 1.736c.311.592.56 1.291.49 2.041c-.076.792-.488 1.474-1.171 2.036l-.748.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.163-.281 1.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.02.035l.022.039l.018.041l1.332 2.952q.06.103.109.214l1.687 3.867c.944-.126 1.66-.46 2.179-.85a2 2 0 0 1-2.042-1.375l-1.25-3.831a2 2 0 0 1 3.803-1.24l.726 2.224zm1.682-.575a3.819 3.819 0 1 0 3.547-6.763a3.819 3.819 0 0 0-3.547 6.764" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPregnant32wNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPregnant32wNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM25.2 37.25c0-.065-.03-.163-.154-.264a.92.92 0 0 0-.579-.186h-1.021c-.416 0-.653.215-.712.352a.8.8 0 1 1-1.468-.637c.362-.834 1.26-1.315 2.18-1.315h1.021c1.128 0 2.333.773 2.333 2.05c0 .499-.184.921-.475 1.25c.291.329.475.751.475 1.25c0 1.277-1.205 2.05-2.333 2.05h-1.021c-.92 0-1.818-.48-2.18-1.315a.8.8 0 1 1 1.468-.636c.06.136.296.351.711.351h1.022a.92.92 0 0 0 .579-.186c.124-.102.154-.2.154-.264c0-.065-.03-.163-.154-.264a.92.92 0 0 0-.579-.186h-1.021a.8.8 0 0 1 0-1.6h1.021a.92.92 0 0 0 .579-.186c.124-.102.154-.2.154-.264m6.848-.27c.12.1.152.198.152.27c0 .076-.038.186-.178.29l-.024.019l-3.5 2.818A.8.8 0 0 0 29 41.8h4a.8.8 0 0 0 0-1.6h-1.73l1.722-1.387c.466-.353.808-.905.808-1.563c0-1.263-1.172-2.05-2.3-2.05h-1c-.915 0-1.798.489-2.151 1.321a.8.8 0 1 0 1.473.625c.059-.14.287-.346.678-.346h1a.86.86 0 0 1 .548.18m3.163-.848a.8.8 0 1 1 1.578-.264l.464 2.785l.552-.967a.8.8 0 0 1 1.39 0l.552.967l.464-2.785a.8.8 0 0 1 1.578.264l-.833 5a.8.8 0 0 1-1.484.265l-.972-1.701l-.972 1.7a.8.8 0 0 1-1.484-.264zm-7.106-14.14a2 2 0 0 1 2.133 1.193c.423.991.344 2.066.076 2.956c-.277.92-.806 1.826-1.541 2.61c-1.5 1.598-3.878 2.726-6.955 2.572a2 2 0 0 1-1.733-1.198l-1.502-3.443l-1.732.567a2 2 0 0 1-1.244-3.802l3.244-1.061l-.574-1.272a9 9 0 0 0-.163-.28q-.102.017-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57 2.57 0 0 1-.432-1.837c.102-.675.473-1.29 1.063-1.775l.747-.614c.362-.299.435-.523.45-.68c.019-.197-.04-.487-.268-.922c-.227-.43-.566-.903-.985-1.448l-.335-.432q-.203-.26-.413-.533A16 16 0 0 0 8.015 23.31a16 16 0 0 0 9.23 15.195a1 1 0 1 1-.845 1.813A18 18 0 1 1 40.317 31.6a1 1 0 1 1-1.813-.844a16 16 0 0 0-22.827-20.421l.322.414q.184.235.37.478c.424.55.857 1.14 1.17 1.736c.311.592.56 1.291.49 2.041c-.076.792-.488 1.474-1.171 2.036l-.748.615c-.262.215-.337.407-.355.53a.57.57 0 0 0 .106.41c.19.28.684.576 1.44.375c.5-.134 1.163-.281 1.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.02.035l.022.039l.018.041l1.332 2.952q.06.103.109.214l1.687 3.867c.944-.126 1.66-.46 2.179-.85a2 2 0 0 1-2.042-1.375l-1.25-3.831a2 2 0 0 1 3.803-1.24l.726 2.224zm1.682-.575a3.819 3.819 0 1 0 3.547-6.763a3.819 3.819 0 0 0-3.547 6.764" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPregnant32wNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-pregnant-32w-negative {
  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%3E%3Cg%20clip-path%3D%22url(%23healthiconsPregnant32wNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25.2%2037.25c0-.065-.03-.163-.154-.264a.92.92%200%200%200-.579-.186h-1.021c-.416%200-.653.215-.712.352a.8.8%200%201%201-1.468-.637c.362-.834%201.26-1.315%202.18-1.315h1.021c1.128%200%202.333.773%202.333%202.05c0%20.499-.184.921-.475%201.25c.291.329.475.751.475%201.25c0%201.277-1.205%202.05-2.333%202.05h-1.021c-.92%200-1.818-.48-2.18-1.315a.8.8%200%201%201%201.468-.636c.06.136.296.351.711.351h1.022a.92.92%200%200%200%20.579-.186c.124-.102.154-.2.154-.264c0-.065-.03-.163-.154-.264a.92.92%200%200%200-.579-.186h-1.021a.8.8%200%200%201%200-1.6h1.021a.92.92%200%200%200%20.579-.186c.124-.102.154-.2.154-.264m6.848-.27c.12.1.152.198.152.27c0%20.076-.038.186-.178.29l-.024.019l-3.5%202.818A.8.8%200%200%200%2029%2041.8h4a.8.8%200%200%200%200-1.6h-1.73l1.722-1.387c.466-.353.808-.905.808-1.563c0-1.263-1.172-2.05-2.3-2.05h-1c-.915%200-1.798.489-2.151%201.321a.8.8%200%201%200%201.473.625c.059-.14.287-.346.678-.346h1a.86.86%200%200%201%20.548.18m3.163-.848a.8.8%200%201%201%201.578-.264l.464%202.785l.552-.967a.8.8%200%200%201%201.39%200l.552.967l.464-2.785a.8.8%200%200%201%201.578.264l-.833%205a.8.8%200%200%201-1.484.265l-.972-1.701l-.972%201.7a.8.8%200%200%201-1.484-.264zm-7.106-14.14a2%202%200%200%201%202.133%201.193c.423.991.344%202.066.076%202.956c-.277.92-.806%201.826-1.541%202.61c-1.5%201.598-3.878%202.726-6.955%202.572a2%202%200%200%201-1.733-1.198l-1.502-3.443l-1.732.567a2%202%200%200%201-1.244-3.802l3.244-1.061l-.574-1.272a9%209%200%200%200-.163-.28q-.102.017-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57%202.57%200%200%201-.432-1.837c.102-.675.473-1.29%201.063-1.775l.747-.614c.362-.299.435-.523.45-.68c.019-.197-.04-.487-.268-.922c-.227-.43-.566-.903-.985-1.448l-.335-.432q-.203-.26-.413-.533A16%2016%200%200%200%208.015%2023.31a16%2016%200%200%200%209.23%2015.195a1%201%200%201%201-.845%201.813A18%2018%200%201%201%2040.317%2031.6a1%201%200%201%201-1.813-.844a16%2016%200%200%200-22.827-20.421l.322.414q.184.235.37.478c.424.55.857%201.14%201.17%201.736c.311.592.56%201.291.49%202.041c-.076.792-.488%201.474-1.171%202.036l-.748.615c-.262.215-.337.407-.355.53a.57.57%200%200%200%20.106.41c.19.28.684.576%201.44.375c.5-.134%201.163-.281%201.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.02.035l.022.039l.018.041l1.332%202.952q.06.103.109.214l1.687%203.867c.944-.126%201.66-.46%202.179-.85a2%202%200%200%201-2.042-1.375l-1.25-3.831a2%202%200%200%201%203.803-1.24l.726%202.224zm1.682-.575a3.819%203.819%200%201%200%203.547-6.763a3.819%203.819%200%200%200-3.547%206.764%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPregnant32wNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3E%3Cg%20clip-path%3D%22url(%23healthiconsPregnant32wNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM25.2%2037.25c0-.065-.03-.163-.154-.264a.92.92%200%200%200-.579-.186h-1.021c-.416%200-.653.215-.712.352a.8.8%200%201%201-1.468-.637c.362-.834%201.26-1.315%202.18-1.315h1.021c1.128%200%202.333.773%202.333%202.05c0%20.499-.184.921-.475%201.25c.291.329.475.751.475%201.25c0%201.277-1.205%202.05-2.333%202.05h-1.021c-.92%200-1.818-.48-2.18-1.315a.8.8%200%201%201%201.468-.636c.06.136.296.351.711.351h1.022a.92.92%200%200%200%20.579-.186c.124-.102.154-.2.154-.264c0-.065-.03-.163-.154-.264a.92.92%200%200%200-.579-.186h-1.021a.8.8%200%200%201%200-1.6h1.021a.92.92%200%200%200%20.579-.186c.124-.102.154-.2.154-.264m6.848-.27c.12.1.152.198.152.27c0%20.076-.038.186-.178.29l-.024.019l-3.5%202.818A.8.8%200%200%200%2029%2041.8h4a.8.8%200%200%200%200-1.6h-1.73l1.722-1.387c.466-.353.808-.905.808-1.563c0-1.263-1.172-2.05-2.3-2.05h-1c-.915%200-1.798.489-2.151%201.321a.8.8%200%201%200%201.473.625c.059-.14.287-.346.678-.346h1a.86.86%200%200%201%20.548.18m3.163-.848a.8.8%200%201%201%201.578-.264l.464%202.785l.552-.967a.8.8%200%200%201%201.39%200l.552.967l.464-2.785a.8.8%200%200%201%201.578.264l-.833%205a.8.8%200%200%201-1.484.265l-.972-1.701l-.972%201.7a.8.8%200%200%201-1.484-.264zm-7.106-14.14a2%202%200%200%201%202.133%201.193c.423.991.344%202.066.076%202.956c-.277.92-.806%201.826-1.541%202.61c-1.5%201.598-3.878%202.726-6.955%202.572a2%202%200%200%201-1.733-1.198l-1.502-3.443l-1.732.567a2%202%200%200%201-1.244-3.802l3.244-1.061l-.574-1.272a9%209%200%200%200-.163-.28q-.102.017-.298.068c-1.494.398-2.893-.132-3.607-1.18a2.57%202.57%200%200%201-.432-1.837c.102-.675.473-1.29%201.063-1.775l.747-.614c.362-.299.435-.523.45-.68c.019-.197-.04-.487-.268-.922c-.227-.43-.566-.903-.985-1.448l-.335-.432q-.203-.26-.413-.533A16%2016%200%200%200%208.015%2023.31a16%2016%200%200%200%209.23%2015.195a1%201%200%201%201-.845%201.813A18%2018%200%201%201%2040.317%2031.6a1%201%200%201%201-1.813-.844a16%2016%200%200%200-22.827-20.421l.322.414q.184.235.37.478c.424.55.857%201.14%201.17%201.736c.311.592.56%201.291.49%202.041c-.076.792-.488%201.474-1.171%202.036l-.748.615c-.262.215-.337.407-.355.53a.57.57%200%200%200%20.106.41c.19.28.684.576%201.44.375c.5-.134%201.163-.281%201.765.045c.298.162.493.391.627.58c.118.167.23.366.328.54l.02.035l.022.039l.018.041l1.332%202.952q.06.103.109.214l1.687%203.867c.944-.126%201.66-.46%202.179-.85a2%202%200%200%201-2.042-1.375l-1.25-3.831a2%202%200%200%201%203.803-1.24l.726%202.224zm1.682-.575a3.819%203.819%200%201%200%203.547-6.763a3.819%203.819%200%200%200-3.547%206.764%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPregnant32wNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pregnant-32w-negative.svg?color=%231a73e8&size=48