virus patient negative icon

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

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

Related icons in Health Icons

Use the virus patient negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsVirusPatientNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM17 18c3.867 0 7-3.133 7-7s-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7m0 1c-4.339 0-13 2.144-13 6.4V31h16.153a13.01 13.01 0 0 1 6.826-9.525C24.06 19.828 19.696 19 17 19m14 3a1 1 0 1 0 0 2h1v2.07a7 7 0 0 0-3.192 1.324L27.414 26l.293-.293a1 1 0 0 0-1.414-1.414l-2 2a1 1 0 0 0 1.414 1.414l.293-.293l1.394 1.394A7 7 0 0 0 26.07 32H24v-1a1 1 0 1 0-2 0v4a1 1 0 1 0 2 0v-1h2.07a7 7 0 0 0 1.324 3.192L26 38.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414-1.414L27.414 40l1.394-1.394A7 7 0 0 0 32 39.93V42h-1a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-1v-2.07a7 7 0 0 0 3.738-1.777L39.586 40l-.293.293a1 1 0 0 0 1.414 1.414l2-2a1 1 0 0 0-1.414-1.414l-.293.293l-1.992-1.992c.467-.78.787-1.657.921-2.594H42v1a1 1 0 1 0 2 0v-4a1 1 0 1 0-2 0v1h-2.07a7 7 0 0 0-1.324-3.192L40 27.414l.293.293a1 1 0 0 0 1.414-1.414l-2-2a1 1 0 0 0-1.414 1.414l.293.293l-1.394 1.394A7 7 0 0 0 34 26.07V24h1a1 1 0 1 0 0-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsVirusPatientNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsVirusPatientNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsVirusPatientNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM17 18c3.867 0 7-3.133 7-7s-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7m0 1c-4.339 0-13 2.144-13 6.4V31h16.153a13.01 13.01 0 0 1 6.826-9.525C24.06 19.828 19.696 19 17 19m14 3a1 1 0 1 0 0 2h1v2.07a7 7 0 0 0-3.192 1.324L27.414 26l.293-.293a1 1 0 0 0-1.414-1.414l-2 2a1 1 0 0 0 1.414 1.414l.293-.293l1.394 1.394A7 7 0 0 0 26.07 32H24v-1a1 1 0 1 0-2 0v4a1 1 0 1 0 2 0v-1h2.07a7 7 0 0 0 1.324 3.192L26 38.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414-1.414L27.414 40l1.394-1.394A7 7 0 0 0 32 39.93V42h-1a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-1v-2.07a7 7 0 0 0 3.738-1.777L39.586 40l-.293.293a1 1 0 0 0 1.414 1.414l2-2a1 1 0 0 0-1.414-1.414l-.293.293l-1.992-1.992c.467-.78.787-1.657.921-2.594H42v1a1 1 0 1 0 2 0v-4a1 1 0 1 0-2 0v1h-2.07a7 7 0 0 0-1.324-3.192L40 27.414l.293.293a1 1 0 0 0 1.414-1.414l-2-2a1 1 0 0 0-1.414 1.414l.293.293l-1.394 1.394A7 7 0 0 0 34 26.07V24h1a1 1 0 1 0 0-2z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsVirusPatientNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsVirusPatientNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM17 18c3.867 0 7-3.133 7-7s-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7m0 1c-4.339 0-13 2.144-13 6.4V31h16.153a13.01 13.01 0 0 1 6.826-9.525C24.06 19.828 19.696 19 17 19m14 3a1 1 0 1 0 0 2h1v2.07a7 7 0 0 0-3.192 1.324L27.414 26l.293-.293a1 1 0 0 0-1.414-1.414l-2 2a1 1 0 0 0 1.414 1.414l.293-.293l1.394 1.394A7 7 0 0 0 26.07 32H24v-1a1 1 0 1 0-2 0v4a1 1 0 1 0 2 0v-1h2.07a7 7 0 0 0 1.324 3.192L26 38.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414-1.414L27.414 40l1.394-1.394A7 7 0 0 0 32 39.93V42h-1a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-1v-2.07a7 7 0 0 0 3.738-1.777L39.586 40l-.293.293a1 1 0 0 0 1.414 1.414l2-2a1 1 0 0 0-1.414-1.414l-.293.293l-1.992-1.992c.467-.78.787-1.657.921-2.594H42v1a1 1 0 1 0 2 0v-4a1 1 0 1 0-2 0v1h-2.07a7 7 0 0 0-1.324-3.192L40 27.414l.293.293a1 1 0 0 0 1.414-1.414l-2-2a1 1 0 0 0-1.414 1.414l.293.293l-1.394 1.394A7 7 0 0 0 34 26.07V24h1a1 1 0 1 0 0-2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsVirusPatientNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-virus-patient-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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsVirusPatientNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2018c3.867%200%207-3.133%207-7s-3.133-7-7-7s-7%203.133-7%207s3.133%207%207%207m0%201c-4.339%200-13%202.144-13%206.4V31h16.153a13.01%2013.01%200%200%201%206.826-9.525C24.06%2019.828%2019.696%2019%2017%2019m14%203a1%201%200%201%200%200%202h1v2.07a7%207%200%200%200-3.192%201.324L27.414%2026l.293-.293a1%201%200%200%200-1.414-1.414l-2%202a1%201%200%200%200%201.414%201.414l.293-.293l1.394%201.394A7%207%200%200%200%2026.07%2032H24v-1a1%201%200%201%200-2%200v4a1%201%200%201%200%202%200v-1h2.07a7%207%200%200%200%201.324%203.192L26%2038.586l-.293-.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414-1.414L27.414%2040l1.394-1.394A7%207%200%200%200%2032%2039.93V42h-1a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2h-1v-2.07a7%207%200%200%200%203.738-1.777L39.586%2040l-.293.293a1%201%200%200%200%201.414%201.414l2-2a1%201%200%200%200-1.414-1.414l-.293.293l-1.992-1.992c.467-.78.787-1.657.921-2.594H42v1a1%201%200%201%200%202%200v-4a1%201%200%201%200-2%200v1h-2.07a7%207%200%200%200-1.324-3.192L40%2027.414l.293.293a1%201%200%200%200%201.414-1.414l-2-2a1%201%200%200%200-1.414%201.414l.293.293l-1.394%201.394A7%207%200%200%200%2034%2026.07V24h1a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsVirusPatientNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsVirusPatientNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2018c3.867%200%207-3.133%207-7s-3.133-7-7-7s-7%203.133-7%207s3.133%207%207%207m0%201c-4.339%200-13%202.144-13%206.4V31h16.153a13.01%2013.01%200%200%201%206.826-9.525C24.06%2019.828%2019.696%2019%2017%2019m14%203a1%201%200%201%200%200%202h1v2.07a7%207%200%200%200-3.192%201.324L27.414%2026l.293-.293a1%201%200%200%200-1.414-1.414l-2%202a1%201%200%200%200%201.414%201.414l.293-.293l1.394%201.394A7%207%200%200%200%2026.07%2032H24v-1a1%201%200%201%200-2%200v4a1%201%200%201%200%202%200v-1h2.07a7%207%200%200%200%201.324%203.192L26%2038.586l-.293-.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414-1.414L27.414%2040l1.394-1.394A7%207%200%200%200%2032%2039.93V42h-1a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2h-1v-2.07a7%207%200%200%200%203.738-1.777L39.586%2040l-.293.293a1%201%200%200%200%201.414%201.414l2-2a1%201%200%200%200-1.414-1.414l-.293.293l-1.992-1.992c.467-.78.787-1.657.921-2.594H42v1a1%201%200%201%200%202%200v-4a1%201%200%201%200-2%200v1h-2.07a7%207%200%200%200-1.324-3.192L40%2027.414l.293.293a1%201%200%200%200%201.414-1.414l-2-2a1%201%200%200%200-1.414%201.414l.293.293l-1.394%201.394A7%207%200%200%200%2034%2026.07V24h1a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsVirusPatientNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/virus-patient-negative.svg?color=%231a73e8&size=48