nurse negative icon

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

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

Use the nurse 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(#healthiconsNurseNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM22.85 32.193L16.88 28S6 31.393 6 35.467V42h36v-6.533C42 31.393 31.121 28 31.121 28l-5.972 4.193a2 2 0 0 1-2.298 0M36 34h-2v-2h-2v2h-2v2h2v2h2v-2h2zM24 6c-2.806 0-6.238 1.026-8.264 1.731c-.988.344-1.483 1.417-1.156 2.41l2.148 6.521a8 8 0 1 0 14.544 0l2.148-6.52c.327-.994-.168-2.067-1.156-2.41C30.237 7.025 26.806 6 24 6m1 5h2v2h-2v2h-2v-2h-2v-2h2V9h2zm-6.62 7.425c3.757-1.543 7.483-1.543 11.24 0q.09.037.186.056a6 6 0 1 1-11.613 0q.096-.019.187-.056" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsNurseNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsNurseNegative(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(#healthiconsNurseNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM22.85 32.193L16.88 28S6 31.393 6 35.467V42h36v-6.533C42 31.393 31.121 28 31.121 28l-5.972 4.193a2 2 0 0 1-2.298 0M36 34h-2v-2h-2v2h-2v2h2v2h2v-2h2zM24 6c-2.806 0-6.238 1.026-8.264 1.731c-.988.344-1.483 1.417-1.156 2.41l2.148 6.521a8 8 0 1 0 14.544 0l2.148-6.52c.327-.994-.168-2.067-1.156-2.41C30.237 7.025 26.806 6 24 6m1 5h2v2h-2v2h-2v-2h-2v-2h2V9h2zm-6.62 7.425c3.757-1.543 7.483-1.543 11.24 0q.09.037.186.056a6 6 0 1 1-11.613 0q.096-.019.187-.056" clipRule="evenodd"/></g><defs><clipPath id="healthiconsNurseNegative"><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(#healthiconsNurseNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM22.85 32.193L16.88 28S6 31.393 6 35.467V42h36v-6.533C42 31.393 31.121 28 31.121 28l-5.972 4.193a2 2 0 0 1-2.298 0M36 34h-2v-2h-2v2h-2v2h2v2h2v-2h2zM24 6c-2.806 0-6.238 1.026-8.264 1.731c-.988.344-1.483 1.417-1.156 2.41l2.148 6.521a8 8 0 1 0 14.544 0l2.148-6.52c.327-.994-.168-2.067-1.156-2.41C30.237 7.025 26.806 6 24 6m1 5h2v2h-2v2h-2v-2h-2v-2h2V9h2zm-6.62 7.425c3.757-1.543 7.483-1.543 11.24 0q.09.037.186.056a6 6 0 1 1-11.613 0q.096-.019.187-.056" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsNurseNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-nurse-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(%23healthiconsNurseNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM22.85%2032.193L16.88%2028S6%2031.393%206%2035.467V42h36v-6.533C42%2031.393%2031.121%2028%2031.121%2028l-5.972%204.193a2%202%200%200%201-2.298%200M36%2034h-2v-2h-2v2h-2v2h2v2h2v-2h2zM24%206c-2.806%200-6.238%201.026-8.264%201.731c-.988.344-1.483%201.417-1.156%202.41l2.148%206.521a8%208%200%201%200%2014.544%200l2.148-6.52c.327-.994-.168-2.067-1.156-2.41C30.237%207.025%2026.806%206%2024%206m1%205h2v2h-2v2h-2v-2h-2v-2h2V9h2zm-6.62%207.425c3.757-1.543%207.483-1.543%2011.24%200q.09.037.186.056a6%206%200%201%201-11.613%200q.096-.019.187-.056%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNurseNegative%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(%23healthiconsNurseNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM22.85%2032.193L16.88%2028S6%2031.393%206%2035.467V42h36v-6.533C42%2031.393%2031.121%2028%2031.121%2028l-5.972%204.193a2%202%200%200%201-2.298%200M36%2034h-2v-2h-2v2h-2v2h2v2h2v-2h2zM24%206c-2.806%200-6.238%201.026-8.264%201.731c-.988.344-1.483%201.417-1.156%202.41l2.148%206.521a8%208%200%201%200%2014.544%200l2.148-6.52c.327-.994-.168-2.067-1.156-2.41C30.237%207.025%2026.806%206%2024%206m1%205h2v2h-2v2h-2v-2h-2v-2h2V9h2zm-6.62%207.425c3.757-1.543%207.483-1.543%2011.24%200q.09.037.186.056a6%206%200%201%201-11.613%200q.096-.019.187-.056%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsNurseNegative%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/nurse-negative.svg?color=%231a73e8&size=48