user-md from Font Awesome Solid by Dave Gandy · Solid · Health · CC-BY-4.0 Attribution required.

Name
user-md
Set
Font Awesome Solid
Style
Solid
Category
Health
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More health icons from Font Awesome Solid

Use the user md icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72c-66.3 0-120 53.7-120 120s53.7 120 120 120s120-53.7 120-120S386.3 72 320 72m60 312.8c-5.4-.5-11-.8-16.6-.8h-86.9c-5.6 0-11.1.3-16.6.8v67.5c16.5 7.6 28 24.3 28 43.6c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-19.4 11.5-36.1 28-43.6v-58.4C157 417 112 477.6 112 548.6c0 15.1 12.3 27.4 27.4 27.4h361.1c15.1 0 27.4-12.3 27.4-27.4c0-71-45-131.5-108-154.6v37.4c23.3 8.2 40 30.5 40 56.6v32c0 11-9 20-20 20s-20-9-20-20v-32c0-11-9-20-20-20s-20 9-20 20v32c0 11-9 20-20 20s-20-9-20-20v-32c0-26.1 16.7-48.3 40-56.6v-46.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUserMd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72c-66.3 0-120 53.7-120 120s53.7 120 120 120s120-53.7 120-120S386.3 72 320 72m60 312.8c-5.4-.5-11-.8-16.6-.8h-86.9c-5.6 0-11.1.3-16.6.8v67.5c16.5 7.6 28 24.3 28 43.6c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-19.4 11.5-36.1 28-43.6v-58.4C157 417 112 477.6 112 548.6c0 15.1 12.3 27.4 27.4 27.4h361.1c15.1 0 27.4-12.3 27.4-27.4c0-71-45-131.5-108-154.6v37.4c23.3 8.2 40 30.5 40 56.6v32c0 11-9 20-20 20s-20-9-20-20v-32c0-11-9-20-20-20s-20 9-20 20v32c0 11-9 20-20 20s-20-9-20-20v-32c0-26.1 16.7-48.3 40-56.6v-46.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 72c-66.3 0-120 53.7-120 120s53.7 120 120 120s120-53.7 120-120S386.3 72 320 72m60 312.8c-5.4-.5-11-.8-16.6-.8h-86.9c-5.6 0-11.1.3-16.6.8v67.5c16.5 7.6 28 24.3 28 43.6c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-19.4 11.5-36.1 28-43.6v-58.4C157 417 112 477.6 112 548.6c0 15.1 12.3 27.4 27.4 27.4h361.1c15.1 0 27.4-12.3 27.4-27.4c0-71-45-131.5-108-154.6v37.4c23.3 8.2 40 30.5 40 56.6v32c0 11-9 20-20 20s-20-9-20-20v-32c0-11-9-20-20-20s-20 9-20 20v32c0 11-9 20-20 20s-20-9-20-20v-32c0-26.1 16.7-48.3 40-56.6v-46.6z"/></svg>
</template>

CSS

.icon-user-md {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2072c-66.3%200-120%2053.7-120%20120s53.7%20120%20120%20120s120-53.7%20120-120S386.3%2072%20320%2072m60%20312.8c-5.4-.5-11-.8-16.6-.8h-86.9c-5.6%200-11.1.3-16.6.8v67.5c16.5%207.6%2028%2024.3%2028%2043.6c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48c0-19.4%2011.5-36.1%2028-43.6v-58.4C157%20417%20112%20477.6%20112%20548.6c0%2015.1%2012.3%2027.4%2027.4%2027.4h361.1c15.1%200%2027.4-12.3%2027.4-27.4c0-71-45-131.5-108-154.6v37.4c23.3%208.2%2040%2030.5%2040%2056.6v32c0%2011-9%2020-20%2020s-20-9-20-20v-32c0-11-9-20-20-20s-20%209-20%2020v32c0%2011-9%2020-20%2020s-20-9-20-20v-32c0-26.1%2016.7-48.3%2040-56.6v-46.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2072c-66.3%200-120%2053.7-120%20120s53.7%20120%20120%20120s120-53.7%20120-120S386.3%2072%20320%2072m60%20312.8c-5.4-.5-11-.8-16.6-.8h-86.9c-5.6%200-11.1.3-16.6.8v67.5c16.5%207.6%2028%2024.3%2028%2043.6c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48c0-19.4%2011.5-36.1%2028-43.6v-58.4C157%20417%20112%20477.6%20112%20548.6c0%2015.1%2012.3%2027.4%2027.4%2027.4h361.1c15.1%200%2027.4-12.3%2027.4-27.4c0-71-45-131.5-108-154.6v37.4c23.3%208.2%2040%2030.5%2040%2056.6v32c0%2011-9%2020-20%2020s-20-9-20-20v-32c0-11-9-20-20-20s-20%209-20%2020v32c0%2011-9%2020-20%2020s-20-9-20-20v-32c0-26.1%2016.7-48.3%2040-56.6v-46.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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