intravenous drip icon
intravenous-drip from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- intravenous-drip
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More devices icons from Health Icons
Use the intravenous drip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M29.96 19.514v-2.138l-.045-.996l.044-.001V8.847c0-.986.77-1.786 1.72-1.786h2.58l.487-.52a1.676 1.676 0 0 1 2.467 0l.487.52h2.58c.95 0 1.72.8 1.72 1.786v10.667c0 .986-.77 1.786-1.72 1.786h-1.72v1.45h-1.577V34c0 2.21-1.797 4-4.014 4a4.007 4.007 0 0 1-4.014-4v-5.05a2.955 2.955 0 0 0-2.9-2.95c-.1.9-.865 1.6-1.794 1.6a1.803 1.803 0 0 1-1.807-1.8c0-.654-.027-2.76-.398-4.662c-.147-.752-.33-1.38-.538-1.846V28.5h-.022v11.7c0 .967-.767 1.761-1.736 1.799a1.804 1.804 0 0 1-1.87-1.66l-.915-11.7a2 2 0 0 1-.005-.139h-1.873q0 .07-.006.14l-.914 11.7a1.804 1.804 0 0 1-1.87 1.659A1.803 1.803 0 0 1 10.57 40.2V28.5h-.023v-9.207c-.207.465-.39 1.093-.537 1.845c-.372 1.902-.399 4.008-.399 4.662c0 .994-.808 1.8-1.806 1.8A1.803 1.803 0 0 1 6 25.8c0-.696.024-3.09.465-5.35c.217-1.114.564-2.349 1.158-3.35c.598-1.008 1.663-2.1 3.332-2.1h10.157c1.668 0 2.734 1.092 3.332 2.1c.594 1.001.94 2.236 1.158 3.35c.243 1.245.36 2.53.415 3.55c2.733.011 4.945 2.223 4.945 4.95V34c0 1.105.899 2 2.007 2a2.003 2.003 0 0 0 2.007-2V22.75H33.4V21.3h-1.72c-.95 0-1.72-.8-1.72-1.786M37.7 9.06a2 2 0 0 1-1.468-.636l-.252-.27l-.253.27a2 2 0 0 1-1.468.636h-2.293v7.331l.267.01c.554.023 1.049.042 1.532.031c1.062-.023 1.987-.193 2.976-.804c.74-.456 1.462-.65 2.148-.627c.41.014.78.105 1.104.237V9.061z" clip-rule="evenodd"/><path d="M19.69 9.6c0 1.988-1.637 3.6-3.657 3.6s-3.656-1.612-3.656-3.6S14.014 6 16.033 6s3.657 1.612 3.657 3.6"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsIntravenousDrip(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 fillRule="evenodd" d="M29.96 19.514v-2.138l-.045-.996l.044-.001V8.847c0-.986.77-1.786 1.72-1.786h2.58l.487-.52a1.676 1.676 0 0 1 2.467 0l.487.52h2.58c.95 0 1.72.8 1.72 1.786v10.667c0 .986-.77 1.786-1.72 1.786h-1.72v1.45h-1.577V34c0 2.21-1.797 4-4.014 4a4.007 4.007 0 0 1-4.014-4v-5.05a2.955 2.955 0 0 0-2.9-2.95c-.1.9-.865 1.6-1.794 1.6a1.803 1.803 0 0 1-1.807-1.8c0-.654-.027-2.76-.398-4.662c-.147-.752-.33-1.38-.538-1.846V28.5h-.022v11.7c0 .967-.767 1.761-1.736 1.799a1.804 1.804 0 0 1-1.87-1.66l-.915-11.7a2 2 0 0 1-.005-.139h-1.873q0 .07-.006.14l-.914 11.7a1.804 1.804 0 0 1-1.87 1.659A1.803 1.803 0 0 1 10.57 40.2V28.5h-.023v-9.207c-.207.465-.39 1.093-.537 1.845c-.372 1.902-.399 4.008-.399 4.662c0 .994-.808 1.8-1.806 1.8A1.803 1.803 0 0 1 6 25.8c0-.696.024-3.09.465-5.35c.217-1.114.564-2.349 1.158-3.35c.598-1.008 1.663-2.1 3.332-2.1h10.157c1.668 0 2.734 1.092 3.332 2.1c.594 1.001.94 2.236 1.158 3.35c.243 1.245.36 2.53.415 3.55c2.733.011 4.945 2.223 4.945 4.95V34c0 1.105.899 2 2.007 2a2.003 2.003 0 0 0 2.007-2V22.75H33.4V21.3h-1.72c-.95 0-1.72-.8-1.72-1.786M37.7 9.06a2 2 0 0 1-1.468-.636l-.252-.27l-.253.27a2 2 0 0 1-1.468.636h-2.293v7.331l.267.01c.554.023 1.049.042 1.532.031c1.062-.023 1.987-.193 2.976-.804c.74-.456 1.462-.65 2.148-.627c.41.014.78.105 1.104.237V9.061z" clipRule="evenodd"/><path d="M19.69 9.6c0 1.988-1.637 3.6-3.657 3.6s-3.656-1.612-3.656-3.6S14.014 6 16.033 6s3.657 1.612 3.657 3.6"/></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 fill-rule="evenodd" d="M29.96 19.514v-2.138l-.045-.996l.044-.001V8.847c0-.986.77-1.786 1.72-1.786h2.58l.487-.52a1.676 1.676 0 0 1 2.467 0l.487.52h2.58c.95 0 1.72.8 1.72 1.786v10.667c0 .986-.77 1.786-1.72 1.786h-1.72v1.45h-1.577V34c0 2.21-1.797 4-4.014 4a4.007 4.007 0 0 1-4.014-4v-5.05a2.955 2.955 0 0 0-2.9-2.95c-.1.9-.865 1.6-1.794 1.6a1.803 1.803 0 0 1-1.807-1.8c0-.654-.027-2.76-.398-4.662c-.147-.752-.33-1.38-.538-1.846V28.5h-.022v11.7c0 .967-.767 1.761-1.736 1.799a1.804 1.804 0 0 1-1.87-1.66l-.915-11.7a2 2 0 0 1-.005-.139h-1.873q0 .07-.006.14l-.914 11.7a1.804 1.804 0 0 1-1.87 1.659A1.803 1.803 0 0 1 10.57 40.2V28.5h-.023v-9.207c-.207.465-.39 1.093-.537 1.845c-.372 1.902-.399 4.008-.399 4.662c0 .994-.808 1.8-1.806 1.8A1.803 1.803 0 0 1 6 25.8c0-.696.024-3.09.465-5.35c.217-1.114.564-2.349 1.158-3.35c.598-1.008 1.663-2.1 3.332-2.1h10.157c1.668 0 2.734 1.092 3.332 2.1c.594 1.001.94 2.236 1.158 3.35c.243 1.245.36 2.53.415 3.55c2.733.011 4.945 2.223 4.945 4.95V34c0 1.105.899 2 2.007 2a2.003 2.003 0 0 0 2.007-2V22.75H33.4V21.3h-1.72c-.95 0-1.72-.8-1.72-1.786M37.7 9.06a2 2 0 0 1-1.468-.636l-.252-.27l-.253.27a2 2 0 0 1-1.468.636h-2.293v7.331l.267.01c.554.023 1.049.042 1.532.031c1.062-.023 1.987-.193 2.976-.804c.74-.456 1.462-.65 2.148-.627c.41.014.78.105 1.104.237V9.061z" clip-rule="evenodd"/><path d="M19.69 9.6c0 1.988-1.637 3.6-3.657 3.6s-3.656-1.612-3.656-3.6S14.014 6 16.033 6s3.657 1.612 3.657 3.6"/></g></svg> </template>
CSS
.icon-intravenous-drip {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M29.96%2019.514v-2.138l-.045-.996l.044-.001V8.847c0-.986.77-1.786%201.72-1.786h2.58l.487-.52a1.676%201.676%200%200%201%202.467%200l.487.52h2.58c.95%200%201.72.8%201.72%201.786v10.667c0%20.986-.77%201.786-1.72%201.786h-1.72v1.45h-1.577V34c0%202.21-1.797%204-4.014%204a4.007%204.007%200%200%201-4.014-4v-5.05a2.955%202.955%200%200%200-2.9-2.95c-.1.9-.865%201.6-1.794%201.6a1.803%201.803%200%200%201-1.807-1.8c0-.654-.027-2.76-.398-4.662c-.147-.752-.33-1.38-.538-1.846V28.5h-.022v11.7c0%20.967-.767%201.761-1.736%201.799a1.804%201.804%200%200%201-1.87-1.66l-.915-11.7a2%202%200%200%201-.005-.139h-1.873q0%20.07-.006.14l-.914%2011.7a1.804%201.804%200%200%201-1.87%201.659A1.803%201.803%200%200%201%2010.57%2040.2V28.5h-.023v-9.207c-.207.465-.39%201.093-.537%201.845c-.372%201.902-.399%204.008-.399%204.662c0%20.994-.808%201.8-1.806%201.8A1.803%201.803%200%200%201%206%2025.8c0-.696.024-3.09.465-5.35c.217-1.114.564-2.349%201.158-3.35c.598-1.008%201.663-2.1%203.332-2.1h10.157c1.668%200%202.734%201.092%203.332%202.1c.594%201.001.94%202.236%201.158%203.35c.243%201.245.36%202.53.415%203.55c2.733.011%204.945%202.223%204.945%204.95V34c0%201.105.899%202%202.007%202a2.003%202.003%200%200%200%202.007-2V22.75H33.4V21.3h-1.72c-.95%200-1.72-.8-1.72-1.786M37.7%209.06a2%202%200%200%201-1.468-.636l-.252-.27l-.253.27a2%202%200%200%201-1.468.636h-2.293v7.331l.267.01c.554.023%201.049.042%201.532.031c1.062-.023%201.987-.193%202.976-.804c.74-.456%201.462-.65%202.148-.627c.41.014.78.105%201.104.237V9.061z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.69%209.6c0%201.988-1.637%203.6-3.657%203.6s-3.656-1.612-3.656-3.6S14.014%206%2016.033%206s3.657%201.612%203.657%203.6%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%20fill-rule%3D%22evenodd%22%20d%3D%22M29.96%2019.514v-2.138l-.045-.996l.044-.001V8.847c0-.986.77-1.786%201.72-1.786h2.58l.487-.52a1.676%201.676%200%200%201%202.467%200l.487.52h2.58c.95%200%201.72.8%201.72%201.786v10.667c0%20.986-.77%201.786-1.72%201.786h-1.72v1.45h-1.577V34c0%202.21-1.797%204-4.014%204a4.007%204.007%200%200%201-4.014-4v-5.05a2.955%202.955%200%200%200-2.9-2.95c-.1.9-.865%201.6-1.794%201.6a1.803%201.803%200%200%201-1.807-1.8c0-.654-.027-2.76-.398-4.662c-.147-.752-.33-1.38-.538-1.846V28.5h-.022v11.7c0%20.967-.767%201.761-1.736%201.799a1.804%201.804%200%200%201-1.87-1.66l-.915-11.7a2%202%200%200%201-.005-.139h-1.873q0%20.07-.006.14l-.914%2011.7a1.804%201.804%200%200%201-1.87%201.659A1.803%201.803%200%200%201%2010.57%2040.2V28.5h-.023v-9.207c-.207.465-.39%201.093-.537%201.845c-.372%201.902-.399%204.008-.399%204.662c0%20.994-.808%201.8-1.806%201.8A1.803%201.803%200%200%201%206%2025.8c0-.696.024-3.09.465-5.35c.217-1.114.564-2.349%201.158-3.35c.598-1.008%201.663-2.1%203.332-2.1h10.157c1.668%200%202.734%201.092%203.332%202.1c.594%201.001.94%202.236%201.158%203.35c.243%201.245.36%202.53.415%203.55c2.733.011%204.945%202.223%204.945%204.95V34c0%201.105.899%202%202.007%202a2.003%202.003%200%200%200%202.007-2V22.75H33.4V21.3h-1.72c-.95%200-1.72-.8-1.72-1.786M37.7%209.06a2%202%200%200%201-1.468-.636l-.252-.27l-.253.27a2%202%200%200%201-1.468.636h-2.293v7.331l.267.01c.554.023%201.049.042%201.532.031c1.062-.023%201.987-.193%202.976-.804c.74-.456%201.462-.65%202.148-.627c.41.014.78.105%201.104.237V9.061z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.69%209.6c0%201.988-1.637%203.6-3.657%203.6s-3.656-1.612-3.656-3.6S14.014%206%2016.033%206s3.657%201.612%203.657%203.6%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/intravenous-drip.svg?color=%231a73e8&size=48