user-doctor from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
user-doctor
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the user doctor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 256a128 128 0 1 0 0-256a128 128 0 1 0 0 256m-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16v-24c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-40c0-29.8 20.4-54.9 48-62v-57.1q-9-.9-18.3-.9h-91.4q-9.3 0-18.3.9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7zM144 448a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidUserDoctor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 256a128 128 0 1 0 0-256a128 128 0 1 0 0 256m-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16v-24c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-40c0-29.8 20.4-54.9 48-62v-57.1q-9-.9-18.3-.9h-91.4q-9.3 0-18.3.9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7zM144 448a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 256a128 128 0 1 0 0-256a128 128 0 1 0 0 256m-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16v-24c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-40c0-29.8 20.4-54.9 48-62v-57.1q-9-.9-18.3-.9h-91.4q-9.3 0-18.3.9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7zM144 448a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>
</template>

CSS

.icon-user-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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20256a128%20128%200%201%200%200-256a128%20128%200%201%200%200%20256m-96%2055.2C54%20332.9%200%20401.3%200%20482.3C0%20498.7%2013.3%20512%2029.7%20512h388.6c16.4%200%2029.7-13.3%2029.7-29.7c0-81-54-149.4-128-171.1V362c27.6%207.1%2048%2032.2%2048%2062v40c0%208.8-7.2%2016-16%2016h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16v-24c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v24c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16c-8.8%200-16-7.2-16-16v-40c0-29.8%2020.4-54.9%2048-62v-57.1q-9-.9-18.3-.9h-91.4q-9.3%200-18.3.9v65.4c23.1%206.9%2040%2028.3%2040%2053.7c0%2030.9-25.1%2056-56%2056s-56-25.1-56-56c0-25.4%2016.9-46.8%2040-53.7zM144%20448a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20256a128%20128%200%201%200%200-256a128%20128%200%201%200%200%20256m-96%2055.2C54%20332.9%200%20401.3%200%20482.3C0%20498.7%2013.3%20512%2029.7%20512h388.6c16.4%200%2029.7-13.3%2029.7-29.7c0-81-54-149.4-128-171.1V362c27.6%207.1%2048%2032.2%2048%2062v40c0%208.8-7.2%2016-16%2016h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16v-24c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v24c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-16c-8.8%200-16-7.2-16-16v-40c0-29.8%2020.4-54.9%2048-62v-57.1q-9-.9-18.3-.9h-91.4q-9.3%200-18.3.9v65.4c23.1%206.9%2040%2028.3%2040%2053.7c0%2030.9-25.1%2056-56%2056s-56-25.1-56-56c0-25.4%2016.9-46.8%2040-53.7zM144%20448a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/user-doctor.svg?color=%231a73e8&size=48