user circle plus icon

user-circle-plus-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
user-circle-plus-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the user circle plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a95.76 95.76 0 0 1-31.8 71.37A72 72 0 0 0 128 160a40 40 0 1 0-40-40a40 40 0 0 0 40 40a72 72 0 0 0-64.2 39.37A96 96 0 1 1 224 128" opacity=".2"/><path d="M168 56a8 8 0 0 1 8-8h16V32a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v16a8 8 0 0 1-16 0V64h-16a8 8 0 0 1-8-8m62.56 54.68a103.92 103.92 0 1 1-85.24-85.24a8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41a79.66 79.66 0 0 1 36.06-28.75a48 48 0 1 1 59.4 0a79.66 79.66 0 0 1 36.06 28.75A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68a8 8 0 1 1 15.78-2.64M128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0 64a87.57 87.57 0 0 0 53.92-18.5a64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"/></g></svg>

React

import type { SVGProps } from "react";

export function PhUserCirclePlusDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a95.76 95.76 0 0 1-31.8 71.37A72 72 0 0 0 128 160a40 40 0 1 0-40-40a40 40 0 0 0 40 40a72 72 0 0 0-64.2 39.37A96 96 0 1 1 224 128" opacity=".2"/><path d="M168 56a8 8 0 0 1 8-8h16V32a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v16a8 8 0 0 1-16 0V64h-16a8 8 0 0 1-8-8m62.56 54.68a103.92 103.92 0 1 1-85.24-85.24a8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41a79.66 79.66 0 0 1 36.06-28.75a48 48 0 1 1 59.4 0a79.66 79.66 0 0 1 36.06 28.75A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68a8 8 0 1 1 15.78-2.64M128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0 64a87.57 87.57 0 0 0 53.92-18.5a64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a95.76 95.76 0 0 1-31.8 71.37A72 72 0 0 0 128 160a40 40 0 1 0-40-40a40 40 0 0 0 40 40a72 72 0 0 0-64.2 39.37A96 96 0 1 1 224 128" opacity=".2"/><path d="M168 56a8 8 0 0 1 8-8h16V32a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v16a8 8 0 0 1-16 0V64h-16a8 8 0 0 1-8-8m62.56 54.68a103.92 103.92 0 1 1-85.24-85.24a8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41a79.66 79.66 0 0 1 36.06-28.75a48 48 0 1 1 59.4 0a79.66 79.66 0 0 1 36.06 28.75A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68a8 8 0 1 1 15.78-2.64M128 152a32 32 0 1 0-32-32a32 32 0 0 0 32 32m0 64a87.57 87.57 0 0 0 53.92-18.5a64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"/></g></svg>
</template>

CSS

.icon-user-circle-plus-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a95.76%2095.76%200%200%201-31.8%2071.37A72%2072%200%200%200%20128%20160a40%2040%200%201%200-40-40a40%2040%200%200%200%2040%2040a72%2072%200%200%200-64.2%2039.37A96%2096%200%201%201%20224%20128%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M168%2056a8%208%200%200%201%208-8h16V32a8%208%200%200%201%2016%200v16h16a8%208%200%200%201%200%2016h-16v16a8%208%200%200%201-16%200V64h-16a8%208%200%200%201-8-8m62.56%2054.68a103.92%20103.92%200%201%201-85.24-85.24a8%208%200%200%201-2.64%2015.78A88.07%2088.07%200%200%200%2040%20128a87.62%2087.62%200%200%200%2022.24%2058.41a79.66%2079.66%200%200%201%2036.06-28.75a48%2048%200%201%201%2059.4%200a79.66%2079.66%200%200%201%2036.06%2028.75A87.62%2087.62%200%200%200%20216%20128a89%2089%200%200%200-1.22-14.68a8%208%200%201%201%2015.78-2.64M128%20152a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0%2064a87.57%2087.57%200%200%200%2053.92-18.5a64%2064%200%200%200-107.84%200A87.57%2087.57%200%200%200%20128%20216%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a95.76%2095.76%200%200%201-31.8%2071.37A72%2072%200%200%200%20128%20160a40%2040%200%201%200-40-40a40%2040%200%200%200%2040%2040a72%2072%200%200%200-64.2%2039.37A96%2096%200%201%201%20224%20128%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M168%2056a8%208%200%200%201%208-8h16V32a8%208%200%200%201%2016%200v16h16a8%208%200%200%201%200%2016h-16v16a8%208%200%200%201-16%200V64h-16a8%208%200%200%201-8-8m62.56%2054.68a103.92%20103.92%200%201%201-85.24-85.24a8%208%200%200%201-2.64%2015.78A88.07%2088.07%200%200%200%2040%20128a87.62%2087.62%200%200%200%2022.24%2058.41a79.66%2079.66%200%200%201%2036.06-28.75a48%2048%200%201%201%2059.4%200a79.66%2079.66%200%200%201%2036.06%2028.75A87.62%2087.62%200%200%200%20216%20128a89%2089%200%200%200-1.22-14.68a8%208%200%201%201%2015.78-2.64M128%20152a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m0%2064a87.57%2087.57%200%200%200%2053.92-18.5a64%2064%200%200%200-107.84%200A87.57%2087.57%200%200%200%20128%20216%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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