doctor icon
doctor from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- doctor
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the doctor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M14.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.015M24 24a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S29.523 6 24 6s-10 4.477-10 10s4.477 10 10 10" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDoctor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M14.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.015M24 24a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S29.523 6 24 6s-10 4.477-10 10s4.477 10 10 10" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M14.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.015M24 24a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S29.523 6 24 6s-10 4.477-10 10s4.477 10 10 10" clip-rule="evenodd"/></svg> </template>
CSS
.icon-doctor {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.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.015M24%2024a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202c5.523%200%2010-4.477%2010-10S29.523%206%2024%206s-10%204.477-10%2010s4.477%2010%2010%2010%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.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.015M24%2024a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202c5.523%200%2010-4.477%2010-10S29.523%206%2024%206s-10%204.477-10%2010s4.477%2010%2010%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/doctor.svg?color=%231a73e8&size=48