doctor negative icon

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

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

Related icons in Health Icons

Use the doctor 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(#healthiconsDoctorNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm14.433 33.442a3 3 0 1 0 1.96-.416a9 9 0 0 1-.103-.405a20 20 0 0 1-.32-1.87a17 17 0 0 1-.14-1.914a7 7 0 0 1 .015-.527q.577-.166 1.155-.297c.441-.1.703.42.914.842l.086.169h11.749c.229-.434.748-1.126 1.251-1.011q.806.184 1.609.433l-.003.001q-.003-.003 0 .002c.004.014.026.08.048.22q.038.244.05.625c.014.504-.015 1.117-.074 1.735c-.06.617-.149 1.214-.249 1.685q-.033.157-.066.286H31a1 1 0 0 0-.894.553l-1 2A1 1 0 0 0 29 36v2a1 1 0 0 0 1 1h2v-2h-1v-.764L31.618 35h2.764L35 36.236V37h-1v2h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-.106-.447l-1-2A1 1 0 0 0 35 33h-.636c.107-.533.196-1.155.256-1.779c.066-.674.1-1.373.083-1.983l-.001-.028C38.69 30.895 42 33.666 42 36.57V42H6v-5.43c0-3.032 3.61-5.92 7.831-7.577c.011.622.07 1.325.155 2.006c.092.735.217 1.466.355 2.068q.045.193.092.375M16 37.015c.538 0 1-.44 1-1.015c0-.574-.462-1.015-1-1.015s-1 .44-1 1.015c0 .574.462 1.015 1 1.015M32 16a8 8 0 1 1-16 0a8 8 0 0 1 16 0m2 0c0 5.523-4.477 10-10 10s-10-4.477-10-10S18.477 6 24 6s10 4.477 10 10" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDoctorNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDoctorNegative(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(#healthiconsDoctorNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm14.433 33.442a3 3 0 1 0 1.96-.416a9 9 0 0 1-.103-.405a20 20 0 0 1-.32-1.87a17 17 0 0 1-.14-1.914a7 7 0 0 1 .015-.527q.577-.166 1.155-.297c.441-.1.703.42.914.842l.086.169h11.749c.229-.434.748-1.126 1.251-1.011q.806.184 1.609.433l-.003.001q-.003-.003 0 .002c.004.014.026.08.048.22q.038.244.05.625c.014.504-.015 1.117-.074 1.735c-.06.617-.149 1.214-.249 1.685q-.033.157-.066.286H31a1 1 0 0 0-.894.553l-1 2A1 1 0 0 0 29 36v2a1 1 0 0 0 1 1h2v-2h-1v-.764L31.618 35h2.764L35 36.236V37h-1v2h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-.106-.447l-1-2A1 1 0 0 0 35 33h-.636c.107-.533.196-1.155.256-1.779c.066-.674.1-1.373.083-1.983l-.001-.028C38.69 30.895 42 33.666 42 36.57V42H6v-5.43c0-3.032 3.61-5.92 7.831-7.577c.011.622.07 1.325.155 2.006c.092.735.217 1.466.355 2.068q.045.193.092.375M16 37.015c.538 0 1-.44 1-1.015c0-.574-.462-1.015-1-1.015s-1 .44-1 1.015c0 .574.462 1.015 1 1.015M32 16a8 8 0 1 1-16 0a8 8 0 0 1 16 0m2 0c0 5.523-4.477 10-10 10s-10-4.477-10-10S18.477 6 24 6s10 4.477 10 10" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDoctorNegative"><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(#healthiconsDoctorNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm14.433 33.442a3 3 0 1 0 1.96-.416a9 9 0 0 1-.103-.405a20 20 0 0 1-.32-1.87a17 17 0 0 1-.14-1.914a7 7 0 0 1 .015-.527q.577-.166 1.155-.297c.441-.1.703.42.914.842l.086.169h11.749c.229-.434.748-1.126 1.251-1.011q.806.184 1.609.433l-.003.001q-.003-.003 0 .002c.004.014.026.08.048.22q.038.244.05.625c.014.504-.015 1.117-.074 1.735c-.06.617-.149 1.214-.249 1.685q-.033.157-.066.286H31a1 1 0 0 0-.894.553l-1 2A1 1 0 0 0 29 36v2a1 1 0 0 0 1 1h2v-2h-1v-.764L31.618 35h2.764L35 36.236V37h-1v2h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-.106-.447l-1-2A1 1 0 0 0 35 33h-.636c.107-.533.196-1.155.256-1.779c.066-.674.1-1.373.083-1.983l-.001-.028C38.69 30.895 42 33.666 42 36.57V42H6v-5.43c0-3.032 3.61-5.92 7.831-7.577c.011.622.07 1.325.155 2.006c.092.735.217 1.466.355 2.068q.045.193.092.375M16 37.015c.538 0 1-.44 1-1.015c0-.574-.462-1.015-1-1.015s-1 .44-1 1.015c0 .574.462 1.015 1 1.015M32 16a8 8 0 1 1-16 0a8 8 0 0 1 16 0m2 0c0 5.523-4.477 10-10 10s-10-4.477-10-10S18.477 6 24 6s10 4.477 10 10" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDoctorNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-doctor-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(%23healthiconsDoctorNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm14.433%2033.442a3%203%200%201%200%201.96-.416a9%209%200%200%201-.103-.405a20%2020%200%200%201-.32-1.87a17%2017%200%200%201-.14-1.914a7%207%200%200%201%20.015-.527q.577-.166%201.155-.297c.441-.1.703.42.914.842l.086.169h11.749c.229-.434.748-1.126%201.251-1.011q.806.184%201.609.433l-.003.001q-.003-.003%200%20.002c.004.014.026.08.048.22q.038.244.05.625c.014.504-.015%201.117-.074%201.735c-.06.617-.149%201.214-.249%201.685q-.033.157-.066.286H31a1%201%200%200%200-.894.553l-1%202A1%201%200%200%200%2029%2036v2a1%201%200%200%200%201%201h2v-2h-1v-.764L31.618%2035h2.764L35%2036.236V37h-1v2h2a1%201%200%200%200%201-1v-2a1%201%200%200%200-.106-.447l-1-2A1%201%200%200%200%2035%2033h-.636c.107-.533.196-1.155.256-1.779c.066-.674.1-1.373.083-1.983l-.001-.028C38.69%2030.895%2042%2033.666%2042%2036.57V42H6v-5.43c0-3.032%203.61-5.92%207.831-7.577c.011.622.07%201.325.155%202.006c.092.735.217%201.466.355%202.068q.045.193.092.375M16%2037.015c.538%200%201-.44%201-1.015c0-.574-.462-1.015-1-1.015s-1%20.44-1%201.015c0%20.574.462%201.015%201%201.015M32%2016a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m2%200c0%205.523-4.477%2010-10%2010s-10-4.477-10-10S18.477%206%2024%206s10%204.477%2010%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDoctorNegative%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(%23healthiconsDoctorNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm14.433%2033.442a3%203%200%201%200%201.96-.416a9%209%200%200%201-.103-.405a20%2020%200%200%201-.32-1.87a17%2017%200%200%201-.14-1.914a7%207%200%200%201%20.015-.527q.577-.166%201.155-.297c.441-.1.703.42.914.842l.086.169h11.749c.229-.434.748-1.126%201.251-1.011q.806.184%201.609.433l-.003.001q-.003-.003%200%20.002c.004.014.026.08.048.22q.038.244.05.625c.014.504-.015%201.117-.074%201.735c-.06.617-.149%201.214-.249%201.685q-.033.157-.066.286H31a1%201%200%200%200-.894.553l-1%202A1%201%200%200%200%2029%2036v2a1%201%200%200%200%201%201h2v-2h-1v-.764L31.618%2035h2.764L35%2036.236V37h-1v2h2a1%201%200%200%200%201-1v-2a1%201%200%200%200-.106-.447l-1-2A1%201%200%200%200%2035%2033h-.636c.107-.533.196-1.155.256-1.779c.066-.674.1-1.373.083-1.983l-.001-.028C38.69%2030.895%2042%2033.666%2042%2036.57V42H6v-5.43c0-3.032%203.61-5.92%207.831-7.577c.011.622.07%201.325.155%202.006c.092.735.217%201.466.355%202.068q.045.193.092.375M16%2037.015c.538%200%201-.44%201-1.015c0-.574-.462-1.015-1-1.015s-1%20.44-1%201.015c0%20.574.462%201.015%201%201.015M32%2016a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m2%200c0%205.523-4.477%2010-10%2010s-10-4.477-10-10S18.477%206%2024%206s10%204.477%2010%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDoctorNegative%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/doctor-negative.svg?color=%231a73e8&size=48