infusion pump icon

infusion-pump-24px from Health Icons by Resolve to Save Lives · Filled 24px · Devices · MIT Free for personal and commercial use.

Name
infusion-pump-24px
Set
Health Icons
Style
Filled 24px
Category
Devices
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More devices icons from Health Icons

Use the infusion pump icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.997 3.575h-.875A3.06 3.06 0 0 0 8.331 3c-.677 0-1.292.217-1.792.575h-.875A2.664 2.664 0 0 0 3 6.24v6.727a2.664 2.664 0 0 0 2.664 2.664h.375a1 1 0 0 0 .96.715h.485V17h.01c.033.467.152.927.351 1.361c.24.519.589.99 1.03 1.387s.965.712 1.541.927a5.2 5.2 0 0 0 1.818.325c.624 0 1.241-.11 1.818-.325c.576-.215 1.1-.53 1.54-.927a4.3 4.3 0 0 0 1.03-1.387c.2-.434.319-.894.352-1.361h.01v-6h-.001a1 1 0 1 1 2.002 0h-.001v1h2v-1a3 3 0 1 0-6 0v5.892c-.02.269-.089.533-.204.782a2.5 2.5 0 0 1-.597.805c-.256.23-.56.413-.894.538a3.02 3.02 0 0 1-2.11 0a2.8 2.8 0 0 1-.894-.538a2.5 2.5 0 0 1-.598-.805a2.3 2.3 0 0 1-.203-.782v-.547h.179a1 1 0 0 0 .958-.715h.376a2.664 2.664 0 0 0 2.664-2.664V6.239a2.664 2.664 0 0 0-2.664-2.664m0 2H9.292A1.1 1.1 0 0 0 8.331 5c-.411 0-.77.231-.962.575H5.664A.664.664 0 0 0 5 6.24v4.39q.15-.008.34-.03c.608-.073 1.498-.27 2.555-.782c1.447-.7 2.73-.568 3.646-.239l.12.045V6.24a.664.664 0 0 0-.664-.664" clip-rule="evenodd"/><path d="M19.17 14.097c.374-.627.814-1.097.814-1.097s.44.47.814 1.097c.277.466.52 1.018.52 1.53c0 .758-.598 1.373-1.334 1.373s-1.334-.615-1.334-1.374c0-.511.242-1.063.52-1.529"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsInfusionPump24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.997 3.575h-.875A3.06 3.06 0 0 0 8.331 3c-.677 0-1.292.217-1.792.575h-.875A2.664 2.664 0 0 0 3 6.24v6.727a2.664 2.664 0 0 0 2.664 2.664h.375a1 1 0 0 0 .96.715h.485V17h.01c.033.467.152.927.351 1.361c.24.519.589.99 1.03 1.387s.965.712 1.541.927a5.2 5.2 0 0 0 1.818.325c.624 0 1.241-.11 1.818-.325c.576-.215 1.1-.53 1.54-.927a4.3 4.3 0 0 0 1.03-1.387c.2-.434.319-.894.352-1.361h.01v-6h-.001a1 1 0 1 1 2.002 0h-.001v1h2v-1a3 3 0 1 0-6 0v5.892c-.02.269-.089.533-.204.782a2.5 2.5 0 0 1-.597.805c-.256.23-.56.413-.894.538a3.02 3.02 0 0 1-2.11 0a2.8 2.8 0 0 1-.894-.538a2.5 2.5 0 0 1-.598-.805a2.3 2.3 0 0 1-.203-.782v-.547h.179a1 1 0 0 0 .958-.715h.376a2.664 2.664 0 0 0 2.664-2.664V6.239a2.664 2.664 0 0 0-2.664-2.664m0 2H9.292A1.1 1.1 0 0 0 8.331 5c-.411 0-.77.231-.962.575H5.664A.664.664 0 0 0 5 6.24v4.39q.15-.008.34-.03c.608-.073 1.498-.27 2.555-.782c1.447-.7 2.73-.568 3.646-.239l.12.045V6.24a.664.664 0 0 0-.664-.664" clipRule="evenodd"/><path d="M19.17 14.097c.374-.627.814-1.097.814-1.097s.44.47.814 1.097c.277.466.52 1.018.52 1.53c0 .758-.598 1.373-1.334 1.373s-1.334-.615-1.334-1.374c0-.511.242-1.063.52-1.529"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.997 3.575h-.875A3.06 3.06 0 0 0 8.331 3c-.677 0-1.292.217-1.792.575h-.875A2.664 2.664 0 0 0 3 6.24v6.727a2.664 2.664 0 0 0 2.664 2.664h.375a1 1 0 0 0 .96.715h.485V17h.01c.033.467.152.927.351 1.361c.24.519.589.99 1.03 1.387s.965.712 1.541.927a5.2 5.2 0 0 0 1.818.325c.624 0 1.241-.11 1.818-.325c.576-.215 1.1-.53 1.54-.927a4.3 4.3 0 0 0 1.03-1.387c.2-.434.319-.894.352-1.361h.01v-6h-.001a1 1 0 1 1 2.002 0h-.001v1h2v-1a3 3 0 1 0-6 0v5.892c-.02.269-.089.533-.204.782a2.5 2.5 0 0 1-.597.805c-.256.23-.56.413-.894.538a3.02 3.02 0 0 1-2.11 0a2.8 2.8 0 0 1-.894-.538a2.5 2.5 0 0 1-.598-.805a2.3 2.3 0 0 1-.203-.782v-.547h.179a1 1 0 0 0 .958-.715h.376a2.664 2.664 0 0 0 2.664-2.664V6.239a2.664 2.664 0 0 0-2.664-2.664m0 2H9.292A1.1 1.1 0 0 0 8.331 5c-.411 0-.77.231-.962.575H5.664A.664.664 0 0 0 5 6.24v4.39q.15-.008.34-.03c.608-.073 1.498-.27 2.555-.782c1.447-.7 2.73-.568 3.646-.239l.12.045V6.24a.664.664 0 0 0-.664-.664" clip-rule="evenodd"/><path d="M19.17 14.097c.374-.627.814-1.097.814-1.097s.44.47.814 1.097c.277.466.52 1.018.52 1.53c0 .758-.598 1.373-1.334 1.373s-1.334-.615-1.334-1.374c0-.511.242-1.063.52-1.529"/></g></svg>
</template>

CSS

.icon-infusion-pump-24px {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.997%203.575h-.875A3.06%203.06%200%200%200%208.331%203c-.677%200-1.292.217-1.792.575h-.875A2.664%202.664%200%200%200%203%206.24v6.727a2.664%202.664%200%200%200%202.664%202.664h.375a1%201%200%200%200%20.96.715h.485V17h.01c.033.467.152.927.351%201.361c.24.519.589.99%201.03%201.387s.965.712%201.541.927a5.2%205.2%200%200%200%201.818.325c.624%200%201.241-.11%201.818-.325c.576-.215%201.1-.53%201.54-.927a4.3%204.3%200%200%200%201.03-1.387c.2-.434.319-.894.352-1.361h.01v-6h-.001a1%201%200%201%201%202.002%200h-.001v1h2v-1a3%203%200%201%200-6%200v5.892c-.02.269-.089.533-.204.782a2.5%202.5%200%200%201-.597.805c-.256.23-.56.413-.894.538a3.02%203.02%200%200%201-2.11%200a2.8%202.8%200%200%201-.894-.538a2.5%202.5%200%200%201-.598-.805a2.3%202.3%200%200%201-.203-.782v-.547h.179a1%201%200%200%200%20.958-.715h.376a2.664%202.664%200%200%200%202.664-2.664V6.239a2.664%202.664%200%200%200-2.664-2.664m0%202H9.292A1.1%201.1%200%200%200%208.331%205c-.411%200-.77.231-.962.575H5.664A.664.664%200%200%200%205%206.24v4.39q.15-.008.34-.03c.608-.073%201.498-.27%202.555-.782c1.447-.7%202.73-.568%203.646-.239l.12.045V6.24a.664.664%200%200%200-.664-.664%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.17%2014.097c.374-.627.814-1.097.814-1.097s.44.47.814%201.097c.277.466.52%201.018.52%201.53c0%20.758-.598%201.373-1.334%201.373s-1.334-.615-1.334-1.374c0-.511.242-1.063.52-1.529%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.997%203.575h-.875A3.06%203.06%200%200%200%208.331%203c-.677%200-1.292.217-1.792.575h-.875A2.664%202.664%200%200%200%203%206.24v6.727a2.664%202.664%200%200%200%202.664%202.664h.375a1%201%200%200%200%20.96.715h.485V17h.01c.033.467.152.927.351%201.361c.24.519.589.99%201.03%201.387s.965.712%201.541.927a5.2%205.2%200%200%200%201.818.325c.624%200%201.241-.11%201.818-.325c.576-.215%201.1-.53%201.54-.927a4.3%204.3%200%200%200%201.03-1.387c.2-.434.319-.894.352-1.361h.01v-6h-.001a1%201%200%201%201%202.002%200h-.001v1h2v-1a3%203%200%201%200-6%200v5.892c-.02.269-.089.533-.204.782a2.5%202.5%200%200%201-.597.805c-.256.23-.56.413-.894.538a3.02%203.02%200%200%201-2.11%200a2.8%202.8%200%200%201-.894-.538a2.5%202.5%200%200%201-.598-.805a2.3%202.3%200%200%201-.203-.782v-.547h.179a1%201%200%200%200%20.958-.715h.376a2.664%202.664%200%200%200%202.664-2.664V6.239a2.664%202.664%200%200%200-2.664-2.664m0%202H9.292A1.1%201.1%200%200%200%208.331%205c-.411%200-.77.231-.962.575H5.664A.664.664%200%200%200%205%206.24v4.39q.15-.008.34-.03c.608-.073%201.498-.27%202.555-.782c1.447-.7%202.73-.568%203.646-.239l.12.045V6.24a.664.664%200%200%200-.664-.664%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.17%2014.097c.374-.627.814-1.097.814-1.097s.44.47.814%201.097c.277.466.52%201.018.52%201.53c0%20.758-.598%201.373-1.334%201.373s-1.334-.615-1.334-1.374c0-.511.242-1.063.52-1.529%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/infusion-pump-24px.svg?color=%231a73e8&size=48