users three icon

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

Name
users-three-bold
Set
Phosphor
Style
Bold
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="M164.38 181.1a52 52 0 1 0-72.76 0a75.9 75.9 0 0 0-30 28.89a12 12 0 0 0 20.78 12a53 53 0 0 1 91.22 0a12 12 0 1 0 20.78-12a75.9 75.9 0 0 0-30.02-28.89M100 144a28 28 0 1 1 28 28a28 28 0 0 1-28-28m147.21 9.59a12 12 0 0 1-16.81-2.39c-8.33-11.09-19.85-19.59-29.33-21.64a12 12 0 0 1-1.82-22.91a20 20 0 1 0-24.78-28.3a12 12 0 1 1-21-11.6a44 44 0 1 1 73.28 48.35a92.2 92.2 0 0 1 22.85 21.69a12 12 0 0 1-2.39 16.8m-192.28-24c-9.48 2.05-21 10.55-29.33 21.65a12 12 0 0 1-19.19-14.45a92.4 92.4 0 0 1 22.85-21.69a44 44 0 1 1 73.28-48.35a12 12 0 1 1-21 11.6a20 20 0 1 0-24.78 28.3a12 12 0 0 1-1.82 22.91Z"/></svg>

React

import type { SVGProps } from "react";

export function PhUsersThreeBold(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="M164.38 181.1a52 52 0 1 0-72.76 0a75.9 75.9 0 0 0-30 28.89a12 12 0 0 0 20.78 12a53 53 0 0 1 91.22 0a12 12 0 1 0 20.78-12a75.9 75.9 0 0 0-30.02-28.89M100 144a28 28 0 1 1 28 28a28 28 0 0 1-28-28m147.21 9.59a12 12 0 0 1-16.81-2.39c-8.33-11.09-19.85-19.59-29.33-21.64a12 12 0 0 1-1.82-22.91a20 20 0 1 0-24.78-28.3a12 12 0 1 1-21-11.6a44 44 0 1 1 73.28 48.35a92.2 92.2 0 0 1 22.85 21.69a12 12 0 0 1-2.39 16.8m-192.28-24c-9.48 2.05-21 10.55-29.33 21.65a12 12 0 0 1-19.19-14.45a92.4 92.4 0 0 1 22.85-21.69a44 44 0 1 1 73.28-48.35a12 12 0 1 1-21 11.6a20 20 0 1 0-24.78 28.3a12 12 0 0 1-1.82 22.91Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164.38 181.1a52 52 0 1 0-72.76 0a75.9 75.9 0 0 0-30 28.89a12 12 0 0 0 20.78 12a53 53 0 0 1 91.22 0a12 12 0 1 0 20.78-12a75.9 75.9 0 0 0-30.02-28.89M100 144a28 28 0 1 1 28 28a28 28 0 0 1-28-28m147.21 9.59a12 12 0 0 1-16.81-2.39c-8.33-11.09-19.85-19.59-29.33-21.64a12 12 0 0 1-1.82-22.91a20 20 0 1 0-24.78-28.3a12 12 0 1 1-21-11.6a44 44 0 1 1 73.28 48.35a92.2 92.2 0 0 1 22.85 21.69a12 12 0 0 1-2.39 16.8m-192.28-24c-9.48 2.05-21 10.55-29.33 21.65a12 12 0 0 1-19.19-14.45a92.4 92.4 0 0 1 22.85-21.69a44 44 0 1 1 73.28-48.35a12 12 0 1 1-21 11.6a20 20 0 1 0-24.78 28.3a12 12 0 0 1-1.82 22.91Z"/></svg>
</template>

CSS

.icon-users-three-bold {
  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%22M164.38%20181.1a52%2052%200%201%200-72.76%200a75.9%2075.9%200%200%200-30%2028.89a12%2012%200%200%200%2020.78%2012a53%2053%200%200%201%2091.22%200a12%2012%200%201%200%2020.78-12a75.9%2075.9%200%200%200-30.02-28.89M100%20144a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m147.21%209.59a12%2012%200%200%201-16.81-2.39c-8.33-11.09-19.85-19.59-29.33-21.64a12%2012%200%200%201-1.82-22.91a20%2020%200%201%200-24.78-28.3a12%2012%200%201%201-21-11.6a44%2044%200%201%201%2073.28%2048.35a92.2%2092.2%200%200%201%2022.85%2021.69a12%2012%200%200%201-2.39%2016.8m-192.28-24c-9.48%202.05-21%2010.55-29.33%2021.65a12%2012%200%200%201-19.19-14.45a92.4%2092.4%200%200%201%2022.85-21.69a44%2044%200%201%201%2073.28-48.35a12%2012%200%201%201-21%2011.6a20%2020%200%201%200-24.78%2028.3a12%2012%200%200%201-1.82%2022.91Z%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%22M164.38%20181.1a52%2052%200%201%200-72.76%200a75.9%2075.9%200%200%200-30%2028.89a12%2012%200%200%200%2020.78%2012a53%2053%200%200%201%2091.22%200a12%2012%200%201%200%2020.78-12a75.9%2075.9%200%200%200-30.02-28.89M100%20144a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m147.21%209.59a12%2012%200%200%201-16.81-2.39c-8.33-11.09-19.85-19.59-29.33-21.64a12%2012%200%200%201-1.82-22.91a20%2020%200%201%200-24.78-28.3a12%2012%200%201%201-21-11.6a44%2044%200%201%201%2073.28%2048.35a92.2%2092.2%200%200%201%2022.85%2021.69a12%2012%200%200%201-2.39%2016.8m-192.28-24c-9.48%202.05-21%2010.55-29.33%2021.65a12%2012%200%200%201-19.19-14.45a92.4%2092.4%200%200%201%2022.85-21.69a44%2044%200%201%201%2073.28-48.35a12%2012%200%201%201-21%2011.6a20%2020%200%201%200-24.78%2028.3a12%2012%200%200%201-1.82%2022.91Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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