users three icon

users-three from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
users-three
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the users three icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244.8 150.4a8 8 0 0 1-11.2-1.6A51.6 51.6 0 0 0 192 128a8 8 0 0 1-7.37-4.89a8 8 0 0 1 0-6.22A8 8 0 0 1 192 112a24 24 0 1 0-23.24-30a8 8 0 1 1-15.5-4A40 40 0 1 1 219 117.51a67.94 67.94 0 0 1 27.43 21.68a8 8 0 0 1-1.63 11.21M190.92 212a8 8 0 1 1-13.84 8a57 57 0 0 0-98.16 0a8 8 0 1 1-13.84-8a72.06 72.06 0 0 1 33.74-29.92a48 48 0 1 1 58.36 0A72.06 72.06 0 0 1 190.92 212M128 176a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-56-56a8 8 0 0 0-8-8a24 24 0 1 1 23.24-30a8 8 0 1 0 15.5-4A40 40 0 1 0 37 117.51a67.94 67.94 0 0 0-27.4 21.68a8 8 0 1 0 12.8 9.61A51.6 51.6 0 0 1 64 128a8 8 0 0 0 8-8"/></svg>

React

import type { SVGProps } from "react";

export function PhUsersThree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244.8 150.4a8 8 0 0 1-11.2-1.6A51.6 51.6 0 0 0 192 128a8 8 0 0 1-7.37-4.89a8 8 0 0 1 0-6.22A8 8 0 0 1 192 112a24 24 0 1 0-23.24-30a8 8 0 1 1-15.5-4A40 40 0 1 1 219 117.51a67.94 67.94 0 0 1 27.43 21.68a8 8 0 0 1-1.63 11.21M190.92 212a8 8 0 1 1-13.84 8a57 57 0 0 0-98.16 0a8 8 0 1 1-13.84-8a72.06 72.06 0 0 1 33.74-29.92a48 48 0 1 1 58.36 0A72.06 72.06 0 0 1 190.92 212M128 176a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-56-56a8 8 0 0 0-8-8a24 24 0 1 1 23.24-30a8 8 0 1 0 15.5-4A40 40 0 1 0 37 117.51a67.94 67.94 0 0 0-27.4 21.68a8 8 0 1 0 12.8 9.61A51.6 51.6 0 0 1 64 128a8 8 0 0 0 8-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244.8 150.4a8 8 0 0 1-11.2-1.6A51.6 51.6 0 0 0 192 128a8 8 0 0 1-7.37-4.89a8 8 0 0 1 0-6.22A8 8 0 0 1 192 112a24 24 0 1 0-23.24-30a8 8 0 1 1-15.5-4A40 40 0 1 1 219 117.51a67.94 67.94 0 0 1 27.43 21.68a8 8 0 0 1-1.63 11.21M190.92 212a8 8 0 1 1-13.84 8a57 57 0 0 0-98.16 0a8 8 0 1 1-13.84-8a72.06 72.06 0 0 1 33.74-29.92a48 48 0 1 1 58.36 0A72.06 72.06 0 0 1 190.92 212M128 176a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-56-56a8 8 0 0 0-8-8a24 24 0 1 1 23.24-30a8 8 0 1 0 15.5-4A40 40 0 1 0 37 117.51a67.94 67.94 0 0 0-27.4 21.68a8 8 0 1 0 12.8 9.61A51.6 51.6 0 0 1 64 128a8 8 0 0 0 8-8"/></svg>
</template>

CSS

.icon-users-three {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244.8%20150.4a8%208%200%200%201-11.2-1.6A51.6%2051.6%200%200%200%20192%20128a8%208%200%200%201-7.37-4.89a8%208%200%200%201%200-6.22A8%208%200%200%201%20192%20112a24%2024%200%201%200-23.24-30a8%208%200%201%201-15.5-4A40%2040%200%201%201%20219%20117.51a67.94%2067.94%200%200%201%2027.43%2021.68a8%208%200%200%201-1.63%2011.21M190.92%20212a8%208%200%201%201-13.84%208a57%2057%200%200%200-98.16%200a8%208%200%201%201-13.84-8a72.06%2072.06%200%200%201%2033.74-29.92a48%2048%200%201%201%2058.36%200A72.06%2072.06%200%200%201%20190.92%20212M128%20176a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m-56-56a8%208%200%200%200-8-8a24%2024%200%201%201%2023.24-30a8%208%200%201%200%2015.5-4A40%2040%200%201%200%2037%20117.51a67.94%2067.94%200%200%200-27.4%2021.68a8%208%200%201%200%2012.8%209.61A51.6%2051.6%200%200%201%2064%20128a8%208%200%200%200%208-8%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M244.8%20150.4a8%208%200%200%201-11.2-1.6A51.6%2051.6%200%200%200%20192%20128a8%208%200%200%201-7.37-4.89a8%208%200%200%201%200-6.22A8%208%200%200%201%20192%20112a24%2024%200%201%200-23.24-30a8%208%200%201%201-15.5-4A40%2040%200%201%201%20219%20117.51a67.94%2067.94%200%200%201%2027.43%2021.68a8%208%200%200%201-1.63%2011.21M190.92%20212a8%208%200%201%201-13.84%208a57%2057%200%200%200-98.16%200a8%208%200%201%201-13.84-8a72.06%2072.06%200%200%201%2033.74-29.92a48%2048%200%201%201%2058.36%200A72.06%2072.06%200%200%201%20190.92%20212M128%20176a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m-56-56a8%208%200%200%200-8-8a24%2024%200%201%201%2023.24-30a8%208%200%201%200%2015.5-4A40%2040%200%201%200%2037%20117.51a67.94%2067.94%200%200%200-27.4%2021.68a8%208%200%201%200%2012.8%209.61A51.6%2051.6%200%200%201%2064%20128a8%208%200%200%200%208-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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