user md icon

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

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

The same icon in other sets

More medical icons from Unicons

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="m15.899 13.229l-.005-.002c-.063-.027-.124-.058-.188-.083A5.99 5.99 0 0 0 18 8.434a5 5 0 0 0-.045-.63a1 1 0 0 0 .038-.122l.281-2.397a3.006 3.006 0 0 0-2.442-3.302l-.79-.143a16.9 16.9 0 0 0-6.083 0l-.791.143a3.006 3.006 0 0 0-2.442 3.302l.28 2.397a1 1 0 0 0 .039.122a5 5 0 0 0-.045.63a5.99 5.99 0 0 0 2.294 4.71c-.064.025-.125.056-.188.083l-.005.002a9.95 9.95 0 0 0-6.035 8.097a1 1 0 0 0 1.988.217a7.95 7.95 0 0 1 4.216-6.185l3.023 3.023a1 1 0 0 0 1.414 0l3.023-3.023a7.95 7.95 0 0 1 4.216 6.185a1 1 0 0 0 .992.892a1 1 0 0 0 .11-.006a1 1 0 0 0 .886-1.103a9.95 9.95 0 0 0-6.036-8.097ZM7.712 5.051a1 1 0 0 1 .814-1.1l.79-.143a14.9 14.9 0 0 1 5.368 0l.79.143a1 1 0 0 1 .814 1.1l-.178 1.514H7.89ZM12 16.261l-1.65-1.651a7.85 7.85 0 0 1 3.3 0Zm0-3.826a4.005 4.005 0 0 1-3.998-3.87h7.996A4.005 4.005 0 0 1 12 12.435"/></svg>

React

import type { SVGProps } from "react";

export function UilUserMd(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="m15.899 13.229l-.005-.002c-.063-.027-.124-.058-.188-.083A5.99 5.99 0 0 0 18 8.434a5 5 0 0 0-.045-.63a1 1 0 0 0 .038-.122l.281-2.397a3.006 3.006 0 0 0-2.442-3.302l-.79-.143a16.9 16.9 0 0 0-6.083 0l-.791.143a3.006 3.006 0 0 0-2.442 3.302l.28 2.397a1 1 0 0 0 .039.122a5 5 0 0 0-.045.63a5.99 5.99 0 0 0 2.294 4.71c-.064.025-.125.056-.188.083l-.005.002a9.95 9.95 0 0 0-6.035 8.097a1 1 0 0 0 1.988.217a7.95 7.95 0 0 1 4.216-6.185l3.023 3.023a1 1 0 0 0 1.414 0l3.023-3.023a7.95 7.95 0 0 1 4.216 6.185a1 1 0 0 0 .992.892a1 1 0 0 0 .11-.006a1 1 0 0 0 .886-1.103a9.95 9.95 0 0 0-6.036-8.097ZM7.712 5.051a1 1 0 0 1 .814-1.1l.79-.143a14.9 14.9 0 0 1 5.368 0l.79.143a1 1 0 0 1 .814 1.1l-.178 1.514H7.89ZM12 16.261l-1.65-1.651a7.85 7.85 0 0 1 3.3 0Zm0-3.826a4.005 4.005 0 0 1-3.998-3.87h7.996A4.005 4.005 0 0 1 12 12.435"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.899 13.229l-.005-.002c-.063-.027-.124-.058-.188-.083A5.99 5.99 0 0 0 18 8.434a5 5 0 0 0-.045-.63a1 1 0 0 0 .038-.122l.281-2.397a3.006 3.006 0 0 0-2.442-3.302l-.79-.143a16.9 16.9 0 0 0-6.083 0l-.791.143a3.006 3.006 0 0 0-2.442 3.302l.28 2.397a1 1 0 0 0 .039.122a5 5 0 0 0-.045.63a5.99 5.99 0 0 0 2.294 4.71c-.064.025-.125.056-.188.083l-.005.002a9.95 9.95 0 0 0-6.035 8.097a1 1 0 0 0 1.988.217a7.95 7.95 0 0 1 4.216-6.185l3.023 3.023a1 1 0 0 0 1.414 0l3.023-3.023a7.95 7.95 0 0 1 4.216 6.185a1 1 0 0 0 .992.892a1 1 0 0 0 .11-.006a1 1 0 0 0 .886-1.103a9.95 9.95 0 0 0-6.036-8.097ZM7.712 5.051a1 1 0 0 1 .814-1.1l.79-.143a14.9 14.9 0 0 1 5.368 0l.79.143a1 1 0 0 1 .814 1.1l-.178 1.514H7.89ZM12 16.261l-1.65-1.651a7.85 7.85 0 0 1 3.3 0Zm0-3.826a4.005 4.005 0 0 1-3.998-3.87h7.996A4.005 4.005 0 0 1 12 12.435"/></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%22m15.899%2013.229l-.005-.002c-.063-.027-.124-.058-.188-.083A5.99%205.99%200%200%200%2018%208.434a5%205%200%200%200-.045-.63a1%201%200%200%200%20.038-.122l.281-2.397a3.006%203.006%200%200%200-2.442-3.302l-.79-.143a16.9%2016.9%200%200%200-6.083%200l-.791.143a3.006%203.006%200%200%200-2.442%203.302l.28%202.397a1%201%200%200%200%20.039.122a5%205%200%200%200-.045.63a5.99%205.99%200%200%200%202.294%204.71c-.064.025-.125.056-.188.083l-.005.002a9.95%209.95%200%200%200-6.035%208.097a1%201%200%200%200%201.988.217a7.95%207.95%200%200%201%204.216-6.185l3.023%203.023a1%201%200%200%200%201.414%200l3.023-3.023a7.95%207.95%200%200%201%204.216%206.185a1%201%200%200%200%20.992.892a1%201%200%200%200%20.11-.006a1%201%200%200%200%20.886-1.103a9.95%209.95%200%200%200-6.036-8.097ZM7.712%205.051a1%201%200%200%201%20.814-1.1l.79-.143a14.9%2014.9%200%200%201%205.368%200l.79.143a1%201%200%200%201%20.814%201.1l-.178%201.514H7.89ZM12%2016.261l-1.65-1.651a7.85%207.85%200%200%201%203.3%200Zm0-3.826a4.005%204.005%200%200%201-3.998-3.87h7.996A4.005%204.005%200%200%201%2012%2012.435%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%22m15.899%2013.229l-.005-.002c-.063-.027-.124-.058-.188-.083A5.99%205.99%200%200%200%2018%208.434a5%205%200%200%200-.045-.63a1%201%200%200%200%20.038-.122l.281-2.397a3.006%203.006%200%200%200-2.442-3.302l-.79-.143a16.9%2016.9%200%200%200-6.083%200l-.791.143a3.006%203.006%200%200%200-2.442%203.302l.28%202.397a1%201%200%200%200%20.039.122a5%205%200%200%200-.045.63a5.99%205.99%200%200%200%202.294%204.71c-.064.025-.125.056-.188.083l-.005.002a9.95%209.95%200%200%200-6.035%208.097a1%201%200%200%200%201.988.217a7.95%207.95%200%200%201%204.216-6.185l3.023%203.023a1%201%200%200%200%201.414%200l3.023-3.023a7.95%207.95%200%200%201%204.216%206.185a1%201%200%200%200%20.992.892a1%201%200%200%200%20.11-.006a1%201%200%200%200%20.886-1.103a9.95%209.95%200%200%200-6.036-8.097ZM7.712%205.051a1%201%200%200%201%20.814-1.1l.79-.143a14.9%2014.9%200%200%201%205.368%200l.79.143a1%201%200%200%201%20.814%201.1l-.178%201.514H7.89ZM12%2016.261l-1.65-1.651a7.85%207.85%200%200%201%203.3%200Zm0-3.826a4.005%204.005%200%200%201-3.998-3.87h7.996A4.005%204.005%200%200%201%2012%2012.435%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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