Care

IV drip icon

Also known as: Infusion, Tropf · iv-drip.svg

An IV bag with a drip chamber and line — intravenous fluids and infusions. Use it for inpatient care, hydration and medication delivery.

IV fluidsInfusionHydrationInpatient care
Weight
PNG size
px

Exports use the selected weight and currentColor — they inherit your text color. Free for commercial & educational use, no attribution required.

Use the IV drip icon in code

Paste it straight into your project. It uses currentColor, so it inherits your text color, and scales without blurring.

Inline SVG · HTML
<svg width="24" height="24" viewBox="0 0 48 48" fill="none"
     stroke="currentColor" stroke-width="2" stroke-linejoin="miter" stroke-linecap="butt">
  <path d="M18 7 H30 L29 21 H19 Z"/><line x1="24" y1="7" x2="24" y2="4"/><line x1="24" y1="21" x2="24" y2="25"/><rect x="21" y="25" width="6" height="9" rx="1.5"/><circle cx="24" cy="29.5" r="1.3" fill="currentColor" stroke="none"/><line x1="24" y1="34" x2="24" y2="40"/>
</svg>
React component · JSX
export function IconIvDrip(props) {
  return (
    <svg width="24" height="24" viewBox="0 0 48 48" fill="none"
      stroke="currentColor" strokeWidth={2} strokeLinejoin="miter" strokeLinecap="butt" {...props}>
      <path d="M18 7 H30 L29 21 H19 Z"/><line x1="24" y1="7" x2="24" y2="4"/><line x1="24" y1="21" x2="24" y2="25"/><rect x="21" y="25" width="6" height="9" rx="1.5"/><circle cx="24" cy="29.5" r="1.3" fill="currentColor" stroke="none"/><line x1="24" y1="34" x2="24" y2="40"/>
    </svg>
  );
}

Related Care icons

More from the same category — every icon is a clean, scalable SVG.