doctor male negative icon
doctor-male-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- doctor-male-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the doctor male 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(#healthiconsDoctorMaleNegative)"><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.015m1.004-17.016A6 6 0 0 0 30 18.788c-.424-1.474.028-2.796.028-2.796S24.988 15.488 19 11.5c-.855.899-.853 3.101-.852 4.968c0 1.034.001 1.966-.144 2.516M31.651 21.1c1.323.685 2.183-3.829 2.183-7.29c0-6.746-8.54-8.27-11.492-8.664c-3.829-.51-4.436 2.163-4.71 3.366c-.072.318-.121.534-.2.56c-4.427 3.588-2.705 8.191-1.392 10.489A8 8 0 0 0 31.651 21.1" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDoctorMaleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDoctorMaleNegative(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(#healthiconsDoctorMaleNegative)"><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.015m1.004-17.016A6 6 0 0 0 30 18.788c-.424-1.474.028-2.796.028-2.796S24.988 15.488 19 11.5c-.855.899-.853 3.101-.852 4.968c0 1.034.001 1.966-.144 2.516M31.651 21.1c1.323.685 2.183-3.829 2.183-7.29c0-6.746-8.54-8.27-11.492-8.664c-3.829-.51-4.436 2.163-4.71 3.366c-.072.318-.121.534-.2.56c-4.427 3.588-2.705 8.191-1.392 10.489A8 8 0 0 0 31.651 21.1" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDoctorMaleNegative"><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(#healthiconsDoctorMaleNegative)"><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.015m1.004-17.016A6 6 0 0 0 30 18.788c-.424-1.474.028-2.796.028-2.796S24.988 15.488 19 11.5c-.855.899-.853 3.101-.852 4.968c0 1.034.001 1.966-.144 2.516M31.651 21.1c1.323.685 2.183-3.829 2.183-7.29c0-6.746-8.54-8.27-11.492-8.664c-3.829-.51-4.436 2.163-4.71 3.366c-.072.318-.121.534-.2.56c-4.427 3.588-2.705 8.191-1.392 10.489A8 8 0 0 0 31.651 21.1" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDoctorMaleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-doctor-male-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(%23healthiconsDoctorMaleNegative)%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.015m1.004-17.016A6%206%200%200%200%2030%2018.788c-.424-1.474.028-2.796.028-2.796S24.988%2015.488%2019%2011.5c-.855.899-.853%203.101-.852%204.968c0%201.034.001%201.966-.144%202.516M31.651%2021.1c1.323.685%202.183-3.829%202.183-7.29c0-6.746-8.54-8.27-11.492-8.664c-3.829-.51-4.436%202.163-4.71%203.366c-.072.318-.121.534-.2.56c-4.427%203.588-2.705%208.191-1.392%2010.489A8%208%200%200%200%2031.651%2021.1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDoctorMaleNegative%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(%23healthiconsDoctorMaleNegative)%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.015m1.004-17.016A6%206%200%200%200%2030%2018.788c-.424-1.474.028-2.796.028-2.796S24.988%2015.488%2019%2011.5c-.855.899-.853%203.101-.852%204.968c0%201.034.001%201.966-.144%202.516M31.651%2021.1c1.323.685%202.183-3.829%202.183-7.29c0-6.746-8.54-8.27-11.492-8.664c-3.829-.51-4.436%202.163-4.71%203.366c-.072.318-.121.534-.2.56c-4.427%203.588-2.705%208.191-1.392%2010.489A8%208%200%200%200%2031.651%2021.1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDoctorMaleNegative%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-male-negative.svg?color=%231a73e8&size=48