iv-bag from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
iv-bag
Set
Material Design Icons
Style
Filled
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More medical / hospital icons from Material Design Icons

Use the iv bag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 1h-4C5 1 5 3 5 3v12s0 2 5 2v2h1v1c0 1.21.8 3 3 3h4v-2h-4c-.81 0-1-.55-1-1v-1h1v-2c5 0 5-2 5-2V3s0-2-5-2m3 11h-3v-1h3zm0-7h-3v1h3v2h-3v1h3v1H7V3.5c.3-.18 1.13-.5 3-.5h4c1.88 0 2.7.32 3 .5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiIvBag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 1h-4C5 1 5 3 5 3v12s0 2 5 2v2h1v1c0 1.21.8 3 3 3h4v-2h-4c-.81 0-1-.55-1-1v-1h1v-2c5 0 5-2 5-2V3s0-2-5-2m3 11h-3v-1h3zm0-7h-3v1h3v2h-3v1h3v1H7V3.5c.3-.18 1.13-.5 3-.5h4c1.88 0 2.7.32 3 .5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 1h-4C5 1 5 3 5 3v12s0 2 5 2v2h1v1c0 1.21.8 3 3 3h4v-2h-4c-.81 0-1-.55-1-1v-1h1v-2c5 0 5-2 5-2V3s0-2-5-2m3 11h-3v-1h3zm0-7h-3v1h3v2h-3v1h3v1H7V3.5c.3-.18 1.13-.5 3-.5h4c1.88 0 2.7.32 3 .5z"/></svg>
</template>

CSS

.icon-iv-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%201h-4C5%201%205%203%205%203v12s0%202%205%202v2h1v1c0%201.21.8%203%203%203h4v-2h-4c-.81%200-1-.55-1-1v-1h1v-2c5%200%205-2%205-2V3s0-2-5-2m3%2011h-3v-1h3zm0-7h-3v1h3v2h-3v1h3v1H7V3.5c.3-.18%201.13-.5%203-.5h4c1.88%200%202.7.32%203%20.5z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%201h-4C5%201%205%203%205%203v12s0%202%205%202v2h1v1c0%201.21.8%203%203%203h4v-2h-4c-.81%200-1-.55-1-1v-1h1v-2c5%200%205-2%205-2V3s0-2-5-2m3%2011h-3v-1h3zm0-7h-3v1h3v2h-3v1h3v1H7V3.5c.3-.18%201.13-.5%203-.5h4c1.88%200%202.7.32%203%20.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/iv-bag.svg?color=%231a73e8&size=48