doctor icon
doctor-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- doctor-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Use the doctor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 4.498a.25.25 0 0 0-.25.25V9.75a.75.75 0 0 1-.75.75h-5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h5a.75.75 0 0 1 .75.75v5.001c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25V18.25a.75.75 0 0 1 .75-.75h5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-5a.75.75 0 0 1-.75-.75V4.748a.25.25 0 0 0-.25-.25zM9 4.748c0-.966.784-1.75 1.75-1.75h6.5c.966 0 1.75.784 1.75 1.75V9h4.25c.966 0 1.75.783 1.75 1.75v6.5A1.75 1.75 0 0 1 23.25 19H19v4.251a1.75 1.75 0 0 1-1.75 1.75h-6.5A1.75 1.75 0 0 1 9 23.251V19H4.75A1.75 1.75 0 0 1 3 17.25v-6.5C3 9.782 3.784 9 4.75 9H9z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDoctor28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 4.498a.25.25 0 0 0-.25.25V9.75a.75.75 0 0 1-.75.75h-5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h5a.75.75 0 0 1 .75.75v5.001c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25V18.25a.75.75 0 0 1 .75-.75h5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-5a.75.75 0 0 1-.75-.75V4.748a.25.25 0 0 0-.25-.25zM9 4.748c0-.966.784-1.75 1.75-1.75h6.5c.966 0 1.75.784 1.75 1.75V9h4.25c.966 0 1.75.783 1.75 1.75v6.5A1.75 1.75 0 0 1 23.25 19H19v4.251a1.75 1.75 0 0 1-1.75 1.75h-6.5A1.75 1.75 0 0 1 9 23.251V19H4.75A1.75 1.75 0 0 1 3 17.25v-6.5C3 9.782 3.784 9 4.75 9H9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.75 4.498a.25.25 0 0 0-.25.25V9.75a.75.75 0 0 1-.75.75h-5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h5a.75.75 0 0 1 .75.75v5.001c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25V18.25a.75.75 0 0 1 .75-.75h5a.25.25 0 0 0 .25-.25v-6.5a.25.25 0 0 0-.25-.25h-5a.75.75 0 0 1-.75-.75V4.748a.25.25 0 0 0-.25-.25zM9 4.748c0-.966.784-1.75 1.75-1.75h6.5c.966 0 1.75.784 1.75 1.75V9h4.25c.966 0 1.75.783 1.75 1.75v6.5A1.75 1.75 0 0 1 23.25 19H19v4.251a1.75 1.75 0 0 1-1.75 1.75h-6.5A1.75 1.75 0 0 1 9 23.251V19H4.75A1.75 1.75 0 0 1 3 17.25v-6.5C3 9.782 3.784 9 4.75 9H9z"/></svg> </template>
CSS
.icon-doctor-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%204.498a.25.25%200%200%200-.25.25V9.75a.75.75%200%200%201-.75.75h-5a.25.25%200%200%200-.25.25v6.5c0%20.138.112.25.25.25h5a.75.75%200%200%201%20.75.75v5.001c0%20.138.112.25.25.25h6.5a.25.25%200%200%200%20.25-.25V18.25a.75.75%200%200%201%20.75-.75h5a.25.25%200%200%200%20.25-.25v-6.5a.25.25%200%200%200-.25-.25h-5a.75.75%200%200%201-.75-.75V4.748a.25.25%200%200%200-.25-.25zM9%204.748c0-.966.784-1.75%201.75-1.75h6.5c.966%200%201.75.784%201.75%201.75V9h4.25c.966%200%201.75.783%201.75%201.75v6.5A1.75%201.75%200%200%201%2023.25%2019H19v4.251a1.75%201.75%200%200%201-1.75%201.75h-6.5A1.75%201.75%200%200%201%209%2023.251V19H4.75A1.75%201.75%200%200%201%203%2017.25v-6.5C3%209.782%203.784%209%204.75%209H9z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.75%204.498a.25.25%200%200%200-.25.25V9.75a.75.75%200%200%201-.75.75h-5a.25.25%200%200%200-.25.25v6.5c0%20.138.112.25.25.25h5a.75.75%200%200%201%20.75.75v5.001c0%20.138.112.25.25.25h6.5a.25.25%200%200%200%20.25-.25V18.25a.75.75%200%200%201%20.75-.75h5a.25.25%200%200%200%20.25-.25v-6.5a.25.25%200%200%200-.25-.25h-5a.75.75%200%200%201-.75-.75V4.748a.25.25%200%200%200-.25-.25zM9%204.748c0-.966.784-1.75%201.75-1.75h6.5c.966%200%201.75.784%201.75%201.75V9h4.25c.966%200%201.75.783%201.75%201.75v6.5A1.75%201.75%200%200%201%2023.25%2019H19v4.251a1.75%201.75%200%200%201-1.75%201.75h-6.5A1.75%201.75%200%200%201%209%2023.251V19H4.75A1.75%201.75%200%200%201%203%2017.25v-6.5C3%209.782%203.784%209%204.75%209H9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/doctor-28-regular.svg?color=%231a73e8&size=48