user-md from Unicons Monochrome by Iconscout · Monochrome · Medical · Apache-2.0 Free for personal and commercial use.

Name
user-md
Set
Unicons Monochrome
Style
Monochrome
Category
Medical
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More medical icons from Unicons Monochrome

Use the user md icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.998 8.064L6.003 8.11l-.277-3.325A3 3 0 0 1 8.17 1.482l.789-.143a17 17 0 0 1 6.086 0l.786.143a3 3 0 0 1 2.443 3.302Z"/><path fill="currentColor" d="M6.009 8.109a5.994 5.994 0 0 0 11.984-.045Z" opacity=".25"/><path fill="currentColor" d="m17.198 13.385l-4.49 4.49a1 1 0 0 1-1.415 0l-4.491-4.49a9.95 9.95 0 0 0-4.736 7.44a1 1 0 0 0 .994 1.108h17.88a1 1 0 0 0 .994-1.108a9.95 9.95 0 0 0-4.736-7.44"/><path fill="currentColor" d="M15.69 12.654a6.01 6.01 0 0 1-7.381 0a10 10 0 0 0-1.507.73l4.491 4.492a1 1 0 0 0 1.414 0l4.491-4.491a10 10 0 0 0-1.507-.731Z" opacity=".5"/></svg>

React

import type { SVGProps } from "react";

export function UimUserMd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.998 8.064L6.003 8.11l-.277-3.325A3 3 0 0 1 8.17 1.482l.789-.143a17 17 0 0 1 6.086 0l.786.143a3 3 0 0 1 2.443 3.302Z"/><path fill="currentColor" d="M6.009 8.109a5.994 5.994 0 0 0 11.984-.045Z" opacity=".25"/><path fill="currentColor" d="m17.198 13.385l-4.49 4.49a1 1 0 0 1-1.415 0l-4.491-4.49a9.95 9.95 0 0 0-4.736 7.44a1 1 0 0 0 .994 1.108h17.88a1 1 0 0 0 .994-1.108a9.95 9.95 0 0 0-4.736-7.44"/><path fill="currentColor" d="M15.69 12.654a6.01 6.01 0 0 1-7.381 0a10 10 0 0 0-1.507.73l4.491 4.492a1 1 0 0 0 1.414 0l4.491-4.491a10 10 0 0 0-1.507-.731Z" opacity=".5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.998 8.064L6.003 8.11l-.277-3.325A3 3 0 0 1 8.17 1.482l.789-.143a17 17 0 0 1 6.086 0l.786.143a3 3 0 0 1 2.443 3.302Z"/><path fill="currentColor" d="M6.009 8.109a5.994 5.994 0 0 0 11.984-.045Z" opacity=".25"/><path fill="currentColor" d="m17.198 13.385l-4.49 4.49a1 1 0 0 1-1.415 0l-4.491-4.49a9.95 9.95 0 0 0-4.736 7.44a1 1 0 0 0 .994 1.108h17.88a1 1 0 0 0 .994-1.108a9.95 9.95 0 0 0-4.736-7.44"/><path fill="currentColor" d="M15.69 12.654a6.01 6.01 0 0 1-7.381 0a10 10 0 0 0-1.507.73l4.491 4.492a1 1 0 0 0 1.414 0l4.491-4.491a10 10 0 0 0-1.507-.731Z" opacity=".5"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.998%208.064L6.003%208.11l-.277-3.325A3%203%200%200%201%208.17%201.482l.789-.143a17%2017%200%200%201%206.086%200l.786.143a3%203%200%200%201%202.443%203.302Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.009%208.109a5.994%205.994%200%200%200%2011.984-.045Z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.198%2013.385l-4.49%204.49a1%201%200%200%201-1.415%200l-4.491-4.49a9.95%209.95%200%200%200-4.736%207.44a1%201%200%200%200%20.994%201.108h17.88a1%201%200%200%200%20.994-1.108a9.95%209.95%200%200%200-4.736-7.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.69%2012.654a6.01%206.01%200%200%201-7.381%200a10%2010%200%200%200-1.507.73l4.491%204.492a1%201%200%200%200%201.414%200l4.491-4.491a10%2010%200%200%200-1.507-.731Z%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.998%208.064L6.003%208.11l-.277-3.325A3%203%200%200%201%208.17%201.482l.789-.143a17%2017%200%200%201%206.086%200l.786.143a3%203%200%200%201%202.443%203.302Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.009%208.109a5.994%205.994%200%200%200%2011.984-.045Z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.198%2013.385l-4.49%204.49a1%201%200%200%201-1.415%200l-4.491-4.49a9.95%209.95%200%200%200-4.736%207.44a1%201%200%200%200%20.994%201.108h17.88a1%201%200%200%200%20.994-1.108a9.95%209.95%200%200%200-4.736-7.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.69%2012.654a6.01%206.01%200%200%201-7.381%200a10%2010%200%200%200-1.507.73l4.491%204.492a1%201%200%200%200%201.414%200l4.491-4.491a10%2010%200%200%200-1.507-.731Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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