inpatient negative icon

inpatient-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
inpatient-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the inpatient negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m16.117 17.188l.364-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM38 27v3H9v-8.644l5.275 5.311c.212.213.498.333.797.333z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM18.11 19.066h20.956c2.173 0 3.934 1.776 3.934 3.967a3.96 3.96 0 0 1-3 3.854V30h4v2h-2.05a3.5 3.5 0 1 1-4.899 0H10.95a3.5 3.5 0 1 1-4.899 0H4v-2h3V19.343l-.833-.839a4.034 4.034 0 0 1 0-5.676a3.95 3.95 0 0 1 3.892-1.021l.704-.704a3.77 3.77 0 0 1 5.333.002l1.8 1.801a3.77 3.77 0 0 1-.002 5.333l-.368.368l.366.369c.058.058.137.09.218.09" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsInpatientNegative(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="m16.117 17.188l.364-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM38 27v3H9v-8.644l5.275 5.311c.212.213.498.333.797.333z"/><path fillRule="evenodd" d="M48 0H0v48h48zM18.11 19.066h20.956c2.173 0 3.934 1.776 3.934 3.967a3.96 3.96 0 0 1-3 3.854V30h4v2h-2.05a3.5 3.5 0 1 1-4.899 0H10.95a3.5 3.5 0 1 1-4.899 0H4v-2h3V19.343l-.833-.839a4.034 4.034 0 0 1 0-5.676a3.95 3.95 0 0 1 3.892-1.021l.704-.704a3.77 3.77 0 0 1 5.333.002l1.8 1.801a3.77 3.77 0 0 1-.002 5.333l-.368.368l.366.369c.058.058.137.09.218.09" 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="m16.117 17.188l.364-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM38 27v3H9v-8.644l5.275 5.311c.212.213.498.333.797.333z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM18.11 19.066h20.956c2.173 0 3.934 1.776 3.934 3.967a3.96 3.96 0 0 1-3 3.854V30h4v2h-2.05a3.5 3.5 0 1 1-4.899 0H10.95a3.5 3.5 0 1 1-4.899 0H4v-2h3V19.343l-.833-.839a4.034 4.034 0 0 1 0-5.676a3.95 3.95 0 0 1 3.892-1.021l.704-.704a3.77 3.77 0 0 1 5.333.002l1.8 1.801a3.77 3.77 0 0 1-.002 5.333l-.368.368l.366.369c.058.058.137.09.218.09" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-inpatient-negative {
  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%22m16.117%2017.188l.364-.364a1.77%201.77%200%200%200%200-2.504l-1.8-1.8a1.77%201.77%200%200%200-2.504-.002l-.35.35zM38%2027v3H9v-8.644l5.275%205.311c.212.213.498.333.797.333z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.11%2019.066h20.956c2.173%200%203.934%201.776%203.934%203.967a3.96%203.96%200%200%201-3%203.854V30h4v2h-2.05a3.5%203.5%200%201%201-4.899%200H10.95a3.5%203.5%200%201%201-4.899%200H4v-2h3V19.343l-.833-.839a4.034%204.034%200%200%201%200-5.676a3.95%203.95%200%200%201%203.892-1.021l.704-.704a3.77%203.77%200%200%201%205.333.002l1.8%201.801a3.77%203.77%200%200%201-.002%205.333l-.368.368l.366.369c.058.058.137.09.218.09%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%22m16.117%2017.188l.364-.364a1.77%201.77%200%200%200%200-2.504l-1.8-1.8a1.77%201.77%200%200%200-2.504-.002l-.35.35zM38%2027v3H9v-8.644l5.275%205.311c.212.213.498.333.797.333z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.11%2019.066h20.956c2.173%200%203.934%201.776%203.934%203.967a3.96%203.96%200%200%201-3%203.854V30h4v2h-2.05a3.5%203.5%200%201%201-4.899%200H10.95a3.5%203.5%200%201%201-4.899%200H4v-2h3V19.343l-.833-.839a4.034%204.034%200%200%201%200-5.676a3.95%203.95%200%200%201%203.892-1.021l.704-.704a3.77%203.77%200%200%201%205.333.002l1.8%201.801a3.77%203.77%200%200%201-.002%205.333l-.368.368l.366.369c.058.058.137.09.218.09%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/inpatient-negative.svg?color=%231a73e8&size=48