intravenous bag icon
intravenous-bag from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- intravenous-bag
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More devices icons from Health Icons
Use the intravenous bag 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 12a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fill-rule="evenodd" d="M33.982 38.048h-.99v2h-4.01v4h-2v-4h-3.991a2 2 0 0 1-2 1.952h-2a2 2 0 0 1-2-1.952h-2v-2h-1.009a4 4 0 0 1-4-4V10.162a4 4 0 0 1 4-4h6l1.132-1.164a4 4 0 0 1 5.736 0l1.132 1.164h6a4 4 0 0 1 4 4v23.886a4 4 0 0 1-4 4M26.548 7.556a2 2 0 0 0 1.434.606h6a2 2 0 0 1 2 2V11.5h-3.99v2h3.99v3h-3.99v2h3.99v3h-3.99v2h3.99v4.6c-1.409-1.461-4.223-3.37-7.99-.93c-3.978 2.577-7.619 2.425-11.809 2.25c-1.335-.055-2.726-.113-4.2-.085V10.162a2 2 0 0 1 2-2h6a2 2 0 0 0 1.433-.606l1.132-1.164a2 2 0 0 1 2.868 0z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsIntravenousBag(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 12a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fillRule="evenodd" d="M33.982 38.048h-.99v2h-4.01v4h-2v-4h-3.991a2 2 0 0 1-2 1.952h-2a2 2 0 0 1-2-1.952h-2v-2h-1.009a4 4 0 0 1-4-4V10.162a4 4 0 0 1 4-4h6l1.132-1.164a4 4 0 0 1 5.736 0l1.132 1.164h6a4 4 0 0 1 4 4v23.886a4 4 0 0 1-4 4M26.548 7.556a2 2 0 0 0 1.434.606h6a2 2 0 0 1 2 2V11.5h-3.99v2h3.99v3h-3.99v2h3.99v3h-3.99v2h3.99v4.6c-1.409-1.461-4.223-3.37-7.99-.93c-3.978 2.577-7.619 2.425-11.809 2.25c-1.335-.055-2.726-.113-4.2-.085V10.162a2 2 0 0 1 2-2h6a2 2 0 0 0 1.433-.606l1.132-1.164a2 2 0 0 1 2.868 0z" 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 12a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path fill-rule="evenodd" d="M33.982 38.048h-.99v2h-4.01v4h-2v-4h-3.991a2 2 0 0 1-2 1.952h-2a2 2 0 0 1-2-1.952h-2v-2h-1.009a4 4 0 0 1-4-4V10.162a4 4 0 0 1 4-4h6l1.132-1.164a4 4 0 0 1 5.736 0l1.132 1.164h6a4 4 0 0 1 4 4v23.886a4 4 0 0 1-4 4M26.548 7.556a2 2 0 0 0 1.434.606h6a2 2 0 0 1 2 2V11.5h-3.99v2h3.99v3h-3.99v2h3.99v3h-3.99v2h3.99v4.6c-1.409-1.461-4.223-3.37-7.99-.93c-3.978 2.577-7.619 2.425-11.809 2.25c-1.335-.055-2.726-.113-4.2-.085V10.162a2 2 0 0 1 2-2h6a2 2 0 0 0 1.433-.606l1.132-1.164a2 2 0 0 1 2.868 0z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-intravenous-bag {
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%2012a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.982%2038.048h-.99v2h-4.01v4h-2v-4h-3.991a2%202%200%200%201-2%201.952h-2a2%202%200%200%201-2-1.952h-2v-2h-1.009a4%204%200%200%201-4-4V10.162a4%204%200%200%201%204-4h6l1.132-1.164a4%204%200%200%201%205.736%200l1.132%201.164h6a4%204%200%200%201%204%204v23.886a4%204%200%200%201-4%204M26.548%207.556a2%202%200%200%200%201.434.606h6a2%202%200%200%201%202%202V11.5h-3.99v2h3.99v3h-3.99v2h3.99v3h-3.99v2h3.99v4.6c-1.409-1.461-4.223-3.37-7.99-.93c-3.978%202.577-7.619%202.425-11.809%202.25c-1.335-.055-2.726-.113-4.2-.085V10.162a2%202%200%200%201%202-2h6a2%202%200%200%200%201.433-.606l1.132-1.164a2%202%200%200%201%202.868%200z%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%2012a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33.982%2038.048h-.99v2h-4.01v4h-2v-4h-3.991a2%202%200%200%201-2%201.952h-2a2%202%200%200%201-2-1.952h-2v-2h-1.009a4%204%200%200%201-4-4V10.162a4%204%200%200%201%204-4h6l1.132-1.164a4%204%200%200%201%205.736%200l1.132%201.164h6a4%204%200%200%201%204%204v23.886a4%204%200%200%201-4%204M26.548%207.556a2%202%200%200%200%201.434.606h6a2%202%200%200%201%202%202V11.5h-3.99v2h3.99v3h-3.99v2h3.99v3h-3.99v2h3.99v4.6c-1.409-1.461-4.223-3.37-7.99-.93c-3.978%202.577-7.619%202.425-11.809%202.25c-1.335-.055-2.726-.113-4.2-.085V10.162a2%202%200%200%201%202-2h6a2%202%200%200%200%201.433-.606l1.132-1.164a2%202%200%200%201%202.868%200z%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/intravenous-bag.svg?color=%231a73e8&size=48