breast pump icon

breast-pump-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.

Name
breast-pump-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
breast-pump2x-outline

1 other variant in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the breast pump icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 32c1.12 0 2-.943 2-2.143C26 28.743 24 26 24 26s-2 2.657-2 3.857S22.88 32 24 32"/><path fill-rule="evenodd" d="M10.649 21.35q-.136-.01-.268-.045c-1.867-.5-2.338-4.798-1.052-9.6c1.287-4.8 3.843-8.287 5.71-7.787q.132.036.255.096q.114.003.229.034l1.704.456l.042.013c1.342.422 1.903 1.706 2.202 3.179c.21 1.039.332 2.384.417 4.052l1.254.336a3 3 0 0 1 1.862-1.915c.063-2.735.921-4.607 2.437-5.55c1.549-.963 3.432-.73 4.973-.03c1.554.707 2.986 1.98 3.757 3.486c.79 1.543.913 3.421-.39 5.05c-.88 1.099-1.185 2.1-1.18 2.962c.007.87.332 1.699.886 2.438C34.633 20.051 36.598 21 38 21a1 1 0 1 1 0 2c-2.098 0-4.632-1.301-6.113-3.275c-.758-1.01-1.276-2.245-1.285-3.624c-.01-1.389.497-2.825 1.617-4.226c.697-.871.695-1.868.172-2.888c-.54-1.056-1.61-2.033-2.805-2.577c-1.21-.55-2.326-.567-3.09-.092c-.704.438-1.43 1.5-1.492 3.854A3 3 0 0 1 27 13v4.803A6 6 0 0 1 30 23v.68l1.352 1.07v6.875l1.477 6.938c.657 2.143-.584 5.437-3.693 5.437H18.864c-3.11 0-4.35-3.294-3.693-5.437l1.477-6.938V24.75L18 23.68V23q0-.511.083-1A6 6 0 0 1 21 17.803v-.58l-2.287-.613c-1.002 1.564-1.848 2.782-2.606 3.64c-.995 1.125-2.123 1.957-3.497 1.651l-.042-.01l-1.704-.456a1 1 0 0 1-.215-.086m3.51-8.35c-.596 2.223-1.466 4.053-2.318 5.217c-.354.482-.661.79-.893.97c-.11-.271-.223-.693-.287-1.287c-.157-1.433.004-3.453.6-5.677s1.466-4.053 2.319-5.216c.353-.482.66-.79.892-.97c.11.27.223.692.288 1.286c.157 1.434-.005 3.454-.601 5.677m-1.136 6.943l.037.01c.219.042.645-.006 1.548-1.028c.863-.977 1.918-2.567 3.371-4.901c-.091-2.75-.21-4.654-.468-5.931c-.271-1.336-.617-1.591-.827-1.664l-.037-.01c.339 1.8.176 4.368-.556 7.099s-1.875 5.036-3.068 6.425M25 17h-2v-4a1 1 0 1 1 2 0zm-4.874 5a4.002 4.002 0 0 1 7.748 0zm-1.478 3.718L20.82 24h6.36l2.172 1.718v6.118l.79 3.71a10 10 0 0 0-1.338-.37c-1.516-.308-3.61-.346-5.41 1.03c-1.146.874-2.552.912-3.799.658a8.6 8.6 0 0 1-1.885-.626l.938-4.402zm-1.363 12.517l-.177.83l-.025.083c-.16.52-.098 1.314.263 1.953c.316.558.786.899 1.518.899h10.272c.732 0 1.203-.341 1.518-.899c.36-.639.422-1.433.263-1.953l-.026-.083l-.287-1.35l-.088.16l-.002-.001l-.024-.013l-.11-.055a8.6 8.6 0 0 0-1.975-.67c-1.247-.254-2.652-.216-3.798.659c-1.8 1.375-3.894 1.337-5.41 1.029c-.77-.157-1.43-.39-1.899-.583z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBreastPumpOutline(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="M24 32c1.12 0 2-.943 2-2.143C26 28.743 24 26 24 26s-2 2.657-2 3.857S22.88 32 24 32"/><path fillRule="evenodd" d="M10.649 21.35q-.136-.01-.268-.045c-1.867-.5-2.338-4.798-1.052-9.6c1.287-4.8 3.843-8.287 5.71-7.787q.132.036.255.096q.114.003.229.034l1.704.456l.042.013c1.342.422 1.903 1.706 2.202 3.179c.21 1.039.332 2.384.417 4.052l1.254.336a3 3 0 0 1 1.862-1.915c.063-2.735.921-4.607 2.437-5.55c1.549-.963 3.432-.73 4.973-.03c1.554.707 2.986 1.98 3.757 3.486c.79 1.543.913 3.421-.39 5.05c-.88 1.099-1.185 2.1-1.18 2.962c.007.87.332 1.699.886 2.438C34.633 20.051 36.598 21 38 21a1 1 0 1 1 0 2c-2.098 0-4.632-1.301-6.113-3.275c-.758-1.01-1.276-2.245-1.285-3.624c-.01-1.389.497-2.825 1.617-4.226c.697-.871.695-1.868.172-2.888c-.54-1.056-1.61-2.033-2.805-2.577c-1.21-.55-2.326-.567-3.09-.092c-.704.438-1.43 1.5-1.492 3.854A3 3 0 0 1 27 13v4.803A6 6 0 0 1 30 23v.68l1.352 1.07v6.875l1.477 6.938c.657 2.143-.584 5.437-3.693 5.437H18.864c-3.11 0-4.35-3.294-3.693-5.437l1.477-6.938V24.75L18 23.68V23q0-.511.083-1A6 6 0 0 1 21 17.803v-.58l-2.287-.613c-1.002 1.564-1.848 2.782-2.606 3.64c-.995 1.125-2.123 1.957-3.497 1.651l-.042-.01l-1.704-.456a1 1 0 0 1-.215-.086m3.51-8.35c-.596 2.223-1.466 4.053-2.318 5.217c-.354.482-.661.79-.893.97c-.11-.271-.223-.693-.287-1.287c-.157-1.433.004-3.453.6-5.677s1.466-4.053 2.319-5.216c.353-.482.66-.79.892-.97c.11.27.223.692.288 1.286c.157 1.434-.005 3.454-.601 5.677m-1.136 6.943l.037.01c.219.042.645-.006 1.548-1.028c.863-.977 1.918-2.567 3.371-4.901c-.091-2.75-.21-4.654-.468-5.931c-.271-1.336-.617-1.591-.827-1.664l-.037-.01c.339 1.8.176 4.368-.556 7.099s-1.875 5.036-3.068 6.425M25 17h-2v-4a1 1 0 1 1 2 0zm-4.874 5a4.002 4.002 0 0 1 7.748 0zm-1.478 3.718L20.82 24h6.36l2.172 1.718v6.118l.79 3.71a10 10 0 0 0-1.338-.37c-1.516-.308-3.61-.346-5.41 1.03c-1.146.874-2.552.912-3.799.658a8.6 8.6 0 0 1-1.885-.626l.938-4.402zm-1.363 12.517l-.177.83l-.025.083c-.16.52-.098 1.314.263 1.953c.316.558.786.899 1.518.899h10.272c.732 0 1.203-.341 1.518-.899c.36-.639.422-1.433.263-1.953l-.026-.083l-.287-1.35l-.088.16l-.002-.001l-.024-.013l-.11-.055a8.6 8.6 0 0 0-1.975-.67c-1.247-.254-2.652-.216-3.798.659c-1.8 1.375-3.894 1.337-5.41 1.029c-.77-.157-1.43-.39-1.899-.583z" 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="M24 32c1.12 0 2-.943 2-2.143C26 28.743 24 26 24 26s-2 2.657-2 3.857S22.88 32 24 32"/><path fill-rule="evenodd" d="M10.649 21.35q-.136-.01-.268-.045c-1.867-.5-2.338-4.798-1.052-9.6c1.287-4.8 3.843-8.287 5.71-7.787q.132.036.255.096q.114.003.229.034l1.704.456l.042.013c1.342.422 1.903 1.706 2.202 3.179c.21 1.039.332 2.384.417 4.052l1.254.336a3 3 0 0 1 1.862-1.915c.063-2.735.921-4.607 2.437-5.55c1.549-.963 3.432-.73 4.973-.03c1.554.707 2.986 1.98 3.757 3.486c.79 1.543.913 3.421-.39 5.05c-.88 1.099-1.185 2.1-1.18 2.962c.007.87.332 1.699.886 2.438C34.633 20.051 36.598 21 38 21a1 1 0 1 1 0 2c-2.098 0-4.632-1.301-6.113-3.275c-.758-1.01-1.276-2.245-1.285-3.624c-.01-1.389.497-2.825 1.617-4.226c.697-.871.695-1.868.172-2.888c-.54-1.056-1.61-2.033-2.805-2.577c-1.21-.55-2.326-.567-3.09-.092c-.704.438-1.43 1.5-1.492 3.854A3 3 0 0 1 27 13v4.803A6 6 0 0 1 30 23v.68l1.352 1.07v6.875l1.477 6.938c.657 2.143-.584 5.437-3.693 5.437H18.864c-3.11 0-4.35-3.294-3.693-5.437l1.477-6.938V24.75L18 23.68V23q0-.511.083-1A6 6 0 0 1 21 17.803v-.58l-2.287-.613c-1.002 1.564-1.848 2.782-2.606 3.64c-.995 1.125-2.123 1.957-3.497 1.651l-.042-.01l-1.704-.456a1 1 0 0 1-.215-.086m3.51-8.35c-.596 2.223-1.466 4.053-2.318 5.217c-.354.482-.661.79-.893.97c-.11-.271-.223-.693-.287-1.287c-.157-1.433.004-3.453.6-5.677s1.466-4.053 2.319-5.216c.353-.482.66-.79.892-.97c.11.27.223.692.288 1.286c.157 1.434-.005 3.454-.601 5.677m-1.136 6.943l.037.01c.219.042.645-.006 1.548-1.028c.863-.977 1.918-2.567 3.371-4.901c-.091-2.75-.21-4.654-.468-5.931c-.271-1.336-.617-1.591-.827-1.664l-.037-.01c.339 1.8.176 4.368-.556 7.099s-1.875 5.036-3.068 6.425M25 17h-2v-4a1 1 0 1 1 2 0zm-4.874 5a4.002 4.002 0 0 1 7.748 0zm-1.478 3.718L20.82 24h6.36l2.172 1.718v6.118l.79 3.71a10 10 0 0 0-1.338-.37c-1.516-.308-3.61-.346-5.41 1.03c-1.146.874-2.552.912-3.799.658a8.6 8.6 0 0 1-1.885-.626l.938-4.402zm-1.363 12.517l-.177.83l-.025.083c-.16.52-.098 1.314.263 1.953c.316.558.786.899 1.518.899h10.272c.732 0 1.203-.341 1.518-.899c.36-.639.422-1.433.263-1.953l-.026-.083l-.287-1.35l-.088.16l-.002-.001l-.024-.013l-.11-.055a8.6 8.6 0 0 0-1.975-.67c-1.247-.254-2.652-.216-3.798.659c-1.8 1.375-3.894 1.337-5.41 1.029c-.77-.157-1.43-.39-1.899-.583z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-breast-pump-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2032c1.12%200%202-.943%202-2.143C26%2028.743%2024%2026%2024%2026s-2%202.657-2%203.857S22.88%2032%2024%2032%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.649%2021.35q-.136-.01-.268-.045c-1.867-.5-2.338-4.798-1.052-9.6c1.287-4.8%203.843-8.287%205.71-7.787q.132.036.255.096q.114.003.229.034l1.704.456l.042.013c1.342.422%201.903%201.706%202.202%203.179c.21%201.039.332%202.384.417%204.052l1.254.336a3%203%200%200%201%201.862-1.915c.063-2.735.921-4.607%202.437-5.55c1.549-.963%203.432-.73%204.973-.03c1.554.707%202.986%201.98%203.757%203.486c.79%201.543.913%203.421-.39%205.05c-.88%201.099-1.185%202.1-1.18%202.962c.007.87.332%201.699.886%202.438C34.633%2020.051%2036.598%2021%2038%2021a1%201%200%201%201%200%202c-2.098%200-4.632-1.301-6.113-3.275c-.758-1.01-1.276-2.245-1.285-3.624c-.01-1.389.497-2.825%201.617-4.226c.697-.871.695-1.868.172-2.888c-.54-1.056-1.61-2.033-2.805-2.577c-1.21-.55-2.326-.567-3.09-.092c-.704.438-1.43%201.5-1.492%203.854A3%203%200%200%201%2027%2013v4.803A6%206%200%200%201%2030%2023v.68l1.352%201.07v6.875l1.477%206.938c.657%202.143-.584%205.437-3.693%205.437H18.864c-3.11%200-4.35-3.294-3.693-5.437l1.477-6.938V24.75L18%2023.68V23q0-.511.083-1A6%206%200%200%201%2021%2017.803v-.58l-2.287-.613c-1.002%201.564-1.848%202.782-2.606%203.64c-.995%201.125-2.123%201.957-3.497%201.651l-.042-.01l-1.704-.456a1%201%200%200%201-.215-.086m3.51-8.35c-.596%202.223-1.466%204.053-2.318%205.217c-.354.482-.661.79-.893.97c-.11-.271-.223-.693-.287-1.287c-.157-1.433.004-3.453.6-5.677s1.466-4.053%202.319-5.216c.353-.482.66-.79.892-.97c.11.27.223.692.288%201.286c.157%201.434-.005%203.454-.601%205.677m-1.136%206.943l.037.01c.219.042.645-.006%201.548-1.028c.863-.977%201.918-2.567%203.371-4.901c-.091-2.75-.21-4.654-.468-5.931c-.271-1.336-.617-1.591-.827-1.664l-.037-.01c.339%201.8.176%204.368-.556%207.099s-1.875%205.036-3.068%206.425M25%2017h-2v-4a1%201%200%201%201%202%200zm-4.874%205a4.002%204.002%200%200%201%207.748%200zm-1.478%203.718L20.82%2024h6.36l2.172%201.718v6.118l.79%203.71a10%2010%200%200%200-1.338-.37c-1.516-.308-3.61-.346-5.41%201.03c-1.146.874-2.552.912-3.799.658a8.6%208.6%200%200%201-1.885-.626l.938-4.402zm-1.363%2012.517l-.177.83l-.025.083c-.16.52-.098%201.314.263%201.953c.316.558.786.899%201.518.899h10.272c.732%200%201.203-.341%201.518-.899c.36-.639.422-1.433.263-1.953l-.026-.083l-.287-1.35l-.088.16l-.002-.001l-.024-.013l-.11-.055a8.6%208.6%200%200%200-1.975-.67c-1.247-.254-2.652-.216-3.798.659c-1.8%201.375-3.894%201.337-5.41%201.029c-.77-.157-1.43-.39-1.899-.583z%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%22M24%2032c1.12%200%202-.943%202-2.143C26%2028.743%2024%2026%2024%2026s-2%202.657-2%203.857S22.88%2032%2024%2032%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.649%2021.35q-.136-.01-.268-.045c-1.867-.5-2.338-4.798-1.052-9.6c1.287-4.8%203.843-8.287%205.71-7.787q.132.036.255.096q.114.003.229.034l1.704.456l.042.013c1.342.422%201.903%201.706%202.202%203.179c.21%201.039.332%202.384.417%204.052l1.254.336a3%203%200%200%201%201.862-1.915c.063-2.735.921-4.607%202.437-5.55c1.549-.963%203.432-.73%204.973-.03c1.554.707%202.986%201.98%203.757%203.486c.79%201.543.913%203.421-.39%205.05c-.88%201.099-1.185%202.1-1.18%202.962c.007.87.332%201.699.886%202.438C34.633%2020.051%2036.598%2021%2038%2021a1%201%200%201%201%200%202c-2.098%200-4.632-1.301-6.113-3.275c-.758-1.01-1.276-2.245-1.285-3.624c-.01-1.389.497-2.825%201.617-4.226c.697-.871.695-1.868.172-2.888c-.54-1.056-1.61-2.033-2.805-2.577c-1.21-.55-2.326-.567-3.09-.092c-.704.438-1.43%201.5-1.492%203.854A3%203%200%200%201%2027%2013v4.803A6%206%200%200%201%2030%2023v.68l1.352%201.07v6.875l1.477%206.938c.657%202.143-.584%205.437-3.693%205.437H18.864c-3.11%200-4.35-3.294-3.693-5.437l1.477-6.938V24.75L18%2023.68V23q0-.511.083-1A6%206%200%200%201%2021%2017.803v-.58l-2.287-.613c-1.002%201.564-1.848%202.782-2.606%203.64c-.995%201.125-2.123%201.957-3.497%201.651l-.042-.01l-1.704-.456a1%201%200%200%201-.215-.086m3.51-8.35c-.596%202.223-1.466%204.053-2.318%205.217c-.354.482-.661.79-.893.97c-.11-.271-.223-.693-.287-1.287c-.157-1.433.004-3.453.6-5.677s1.466-4.053%202.319-5.216c.353-.482.66-.79.892-.97c.11.27.223.692.288%201.286c.157%201.434-.005%203.454-.601%205.677m-1.136%206.943l.037.01c.219.042.645-.006%201.548-1.028c.863-.977%201.918-2.567%203.371-4.901c-.091-2.75-.21-4.654-.468-5.931c-.271-1.336-.617-1.591-.827-1.664l-.037-.01c.339%201.8.176%204.368-.556%207.099s-1.875%205.036-3.068%206.425M25%2017h-2v-4a1%201%200%201%201%202%200zm-4.874%205a4.002%204.002%200%200%201%207.748%200zm-1.478%203.718L20.82%2024h6.36l2.172%201.718v6.118l.79%203.71a10%2010%200%200%200-1.338-.37c-1.516-.308-3.61-.346-5.41%201.03c-1.146.874-2.552.912-3.799.658a8.6%208.6%200%200%201-1.885-.626l.938-4.402zm-1.363%2012.517l-.177.83l-.025.083c-.16.52-.098%201.314.263%201.953c.316.558.786.899%201.518.899h10.272c.732%200%201.203-.341%201.518-.899c.36-.639.422-1.433.263-1.953l-.026-.083l-.287-1.35l-.088.16l-.002-.001l-.024-.013l-.11-.055a8.6%208.6%200%200%200-1.975-.67c-1.247-.254-2.652-.216-3.798.659c-1.8%201.375-3.894%201.337-5.41%201.029c-.77-.157-1.43-.39-1.899-.583z%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/breast-pump-outline.svg?color=%231a73e8&size=48