doctor female negative icon
doctor-female-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- doctor-female-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the doctor female 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(#healthiconsDoctorFemaleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM13 36c0-1.082.573-2.03 1.433-2.558a12 12 0 0 1-.092-.375a22 22 0 0 1-.355-2.068a20 20 0 0 1-.155-2.006C9.61 30.65 6 33.538 6 36.57V42h36v-5.43c0-2.904-3.31-5.675-7.298-7.36v.028c.018.61-.016 1.31-.082 1.983c-.06.624-.149 1.246-.256 1.779H35a1 1 0 0 1 .894.553l1 2c.07.139.106.292.106.447v2a1 1 0 0 1-1 1h-2v-2h1v-.764L34.382 35h-2.764L31 36.236V37h1v2h-2a1 1 0 0 1-1-1v-2c0-.155.036-.308.106-.447l1-2A1 1 0 0 1 31 33h1.315q.033-.129.066-.286c.1-.471.189-1.068.249-1.685c.06-.618.088-1.231.073-1.735a5 5 0 0 0-.049-.624c-.022-.142-.044-.207-.048-.221q-.003-.006 0-.002l.003-.001A22 22 0 0 0 31 28.013c-.503-.115-1.023.577-1.25 1.01H18l-.086-.168c-.212-.422-.473-.943-.914-.842q-.578.131-1.155.297a7 7 0 0 0-.016.527c.004.553.057 1.23.142 1.914c.085.682.2 1.346.32 1.87q.052.227.1.404A3 3 0 1 1 13 36m4 0c0 .574-.462 1.015-1 1.015s-1-.44-1-1.015c0-.574.462-1.015 1-1.015s1 .44 1 1.015m2.904-13.043c1.16 1.105 2.778 1.8 4.596 1.8c1.745 0 3.305-.64 4.453-1.668c1.39-2.376 2.878-6.737-.453-11.773c-.547-1.07-7.264 1.611-10 3.158c-1 .565-.937 2.121-.454 3.87l.031.004l-.005.088c.44 1.552 1.198 3.244 1.832 4.52m10.71 1.314c2.053-.752 4.386-2.236 4.386-5.1c0-5.114-3.503-11.013-3.503-11.013S28.98 5 24.056 5s-6.677 3.158-6.677 3.158S13 14.533 13 19.172c0 2.921 3.169 4.474 5.515 5.224c1.538 1.463 3.664 2.36 5.985 2.36c2.387 0 4.567-.948 6.113-2.485" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDoctorFemaleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDoctorFemaleNegative(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(#healthiconsDoctorFemaleNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM13 36c0-1.082.573-2.03 1.433-2.558a12 12 0 0 1-.092-.375a22 22 0 0 1-.355-2.068a20 20 0 0 1-.155-2.006C9.61 30.65 6 33.538 6 36.57V42h36v-5.43c0-2.904-3.31-5.675-7.298-7.36v.028c.018.61-.016 1.31-.082 1.983c-.06.624-.149 1.246-.256 1.779H35a1 1 0 0 1 .894.553l1 2c.07.139.106.292.106.447v2a1 1 0 0 1-1 1h-2v-2h1v-.764L34.382 35h-2.764L31 36.236V37h1v2h-2a1 1 0 0 1-1-1v-2c0-.155.036-.308.106-.447l1-2A1 1 0 0 1 31 33h1.315q.033-.129.066-.286c.1-.471.189-1.068.249-1.685c.06-.618.088-1.231.073-1.735a5 5 0 0 0-.049-.624c-.022-.142-.044-.207-.048-.221q-.003-.006 0-.002l.003-.001A22 22 0 0 0 31 28.013c-.503-.115-1.023.577-1.25 1.01H18l-.086-.168c-.212-.422-.473-.943-.914-.842q-.578.131-1.155.297a7 7 0 0 0-.016.527c.004.553.057 1.23.142 1.914c.085.682.2 1.346.32 1.87q.052.227.1.404A3 3 0 1 1 13 36m4 0c0 .574-.462 1.015-1 1.015s-1-.44-1-1.015c0-.574.462-1.015 1-1.015s1 .44 1 1.015m2.904-13.043c1.16 1.105 2.778 1.8 4.596 1.8c1.745 0 3.305-.64 4.453-1.668c1.39-2.376 2.878-6.737-.453-11.773c-.547-1.07-7.264 1.611-10 3.158c-1 .565-.937 2.121-.454 3.87l.031.004l-.005.088c.44 1.552 1.198 3.244 1.832 4.52m10.71 1.314c2.053-.752 4.386-2.236 4.386-5.1c0-5.114-3.503-11.013-3.503-11.013S28.98 5 24.056 5s-6.677 3.158-6.677 3.158S13 14.533 13 19.172c0 2.921 3.169 4.474 5.515 5.224c1.538 1.463 3.664 2.36 5.985 2.36c2.387 0 4.567-.948 6.113-2.485" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDoctorFemaleNegative"><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(#healthiconsDoctorFemaleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM13 36c0-1.082.573-2.03 1.433-2.558a12 12 0 0 1-.092-.375a22 22 0 0 1-.355-2.068a20 20 0 0 1-.155-2.006C9.61 30.65 6 33.538 6 36.57V42h36v-5.43c0-2.904-3.31-5.675-7.298-7.36v.028c.018.61-.016 1.31-.082 1.983c-.06.624-.149 1.246-.256 1.779H35a1 1 0 0 1 .894.553l1 2c.07.139.106.292.106.447v2a1 1 0 0 1-1 1h-2v-2h1v-.764L34.382 35h-2.764L31 36.236V37h1v2h-2a1 1 0 0 1-1-1v-2c0-.155.036-.308.106-.447l1-2A1 1 0 0 1 31 33h1.315q.033-.129.066-.286c.1-.471.189-1.068.249-1.685c.06-.618.088-1.231.073-1.735a5 5 0 0 0-.049-.624c-.022-.142-.044-.207-.048-.221q-.003-.006 0-.002l.003-.001A22 22 0 0 0 31 28.013c-.503-.115-1.023.577-1.25 1.01H18l-.086-.168c-.212-.422-.473-.943-.914-.842q-.578.131-1.155.297a7 7 0 0 0-.016.527c.004.553.057 1.23.142 1.914c.085.682.2 1.346.32 1.87q.052.227.1.404A3 3 0 1 1 13 36m4 0c0 .574-.462 1.015-1 1.015s-1-.44-1-1.015c0-.574.462-1.015 1-1.015s1 .44 1 1.015m2.904-13.043c1.16 1.105 2.778 1.8 4.596 1.8c1.745 0 3.305-.64 4.453-1.668c1.39-2.376 2.878-6.737-.453-11.773c-.547-1.07-7.264 1.611-10 3.158c-1 .565-.937 2.121-.454 3.87l.031.004l-.005.088c.44 1.552 1.198 3.244 1.832 4.52m10.71 1.314c2.053-.752 4.386-2.236 4.386-5.1c0-5.114-3.503-11.013-3.503-11.013S28.98 5 24.056 5s-6.677 3.158-6.677 3.158S13 14.533 13 19.172c0 2.921 3.169 4.474 5.515 5.224c1.538 1.463 3.664 2.36 5.985 2.36c2.387 0 4.567-.948 6.113-2.485" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDoctorFemaleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-doctor-female-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(%23healthiconsDoctorFemaleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM13%2036c0-1.082.573-2.03%201.433-2.558a12%2012%200%200%201-.092-.375a22%2022%200%200%201-.355-2.068a20%2020%200%200%201-.155-2.006C9.61%2030.65%206%2033.538%206%2036.57V42h36v-5.43c0-2.904-3.31-5.675-7.298-7.36v.028c.018.61-.016%201.31-.082%201.983c-.06.624-.149%201.246-.256%201.779H35a1%201%200%200%201%20.894.553l1%202c.07.139.106.292.106.447v2a1%201%200%200%201-1%201h-2v-2h1v-.764L34.382%2035h-2.764L31%2036.236V37h1v2h-2a1%201%200%200%201-1-1v-2c0-.155.036-.308.106-.447l1-2A1%201%200%200%201%2031%2033h1.315q.033-.129.066-.286c.1-.471.189-1.068.249-1.685c.06-.618.088-1.231.073-1.735a5%205%200%200%200-.049-.624c-.022-.142-.044-.207-.048-.221q-.003-.006%200-.002l.003-.001A22%2022%200%200%200%2031%2028.013c-.503-.115-1.023.577-1.25%201.01H18l-.086-.168c-.212-.422-.473-.943-.914-.842q-.578.131-1.155.297a7%207%200%200%200-.016.527c.004.553.057%201.23.142%201.914c.085.682.2%201.346.32%201.87q.052.227.1.404A3%203%200%201%201%2013%2036m4%200c0%20.574-.462%201.015-1%201.015s-1-.44-1-1.015c0-.574.462-1.015%201-1.015s1%20.44%201%201.015m2.904-13.043c1.16%201.105%202.778%201.8%204.596%201.8c1.745%200%203.305-.64%204.453-1.668c1.39-2.376%202.878-6.737-.453-11.773c-.547-1.07-7.264%201.611-10%203.158c-1%20.565-.937%202.121-.454%203.87l.031.004l-.005.088c.44%201.552%201.198%203.244%201.832%204.52m10.71%201.314c2.053-.752%204.386-2.236%204.386-5.1c0-5.114-3.503-11.013-3.503-11.013S28.98%205%2024.056%205s-6.677%203.158-6.677%203.158S13%2014.533%2013%2019.172c0%202.921%203.169%204.474%205.515%205.224c1.538%201.463%203.664%202.36%205.985%202.36c2.387%200%204.567-.948%206.113-2.485%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDoctorFemaleNegative%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(%23healthiconsDoctorFemaleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM13%2036c0-1.082.573-2.03%201.433-2.558a12%2012%200%200%201-.092-.375a22%2022%200%200%201-.355-2.068a20%2020%200%200%201-.155-2.006C9.61%2030.65%206%2033.538%206%2036.57V42h36v-5.43c0-2.904-3.31-5.675-7.298-7.36v.028c.018.61-.016%201.31-.082%201.983c-.06.624-.149%201.246-.256%201.779H35a1%201%200%200%201%20.894.553l1%202c.07.139.106.292.106.447v2a1%201%200%200%201-1%201h-2v-2h1v-.764L34.382%2035h-2.764L31%2036.236V37h1v2h-2a1%201%200%200%201-1-1v-2c0-.155.036-.308.106-.447l1-2A1%201%200%200%201%2031%2033h1.315q.033-.129.066-.286c.1-.471.189-1.068.249-1.685c.06-.618.088-1.231.073-1.735a5%205%200%200%200-.049-.624c-.022-.142-.044-.207-.048-.221q-.003-.006%200-.002l.003-.001A22%2022%200%200%200%2031%2028.013c-.503-.115-1.023.577-1.25%201.01H18l-.086-.168c-.212-.422-.473-.943-.914-.842q-.578.131-1.155.297a7%207%200%200%200-.016.527c.004.553.057%201.23.142%201.914c.085.682.2%201.346.32%201.87q.052.227.1.404A3%203%200%201%201%2013%2036m4%200c0%20.574-.462%201.015-1%201.015s-1-.44-1-1.015c0-.574.462-1.015%201-1.015s1%20.44%201%201.015m2.904-13.043c1.16%201.105%202.778%201.8%204.596%201.8c1.745%200%203.305-.64%204.453-1.668c1.39-2.376%202.878-6.737-.453-11.773c-.547-1.07-7.264%201.611-10%203.158c-1%20.565-.937%202.121-.454%203.87l.031.004l-.005.088c.44%201.552%201.198%203.244%201.832%204.52m10.71%201.314c2.053-.752%204.386-2.236%204.386-5.1c0-5.114-3.503-11.013-3.503-11.013S28.98%205%2024.056%205s-6.677%203.158-6.677%203.158S13%2014.533%2013%2019.172c0%202.921%203.169%204.474%205.515%205.224c1.538%201.463%203.664%202.36%205.985%202.36c2.387%200%204.567-.948%206.113-2.485%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDoctorFemaleNegative%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-female-negative.svg?color=%231a73e8&size=48