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

Name
users-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the users icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M125.18 156.94a64 64 0 1 0-82.36 0a100.23 100.23 0 0 0-39.49 32a12 12 0 0 0 19.35 14.2a76 76 0 0 1 122.64 0a12 12 0 0 0 19.36-14.2a100.33 100.33 0 0 0-39.5-32M44 108a40 40 0 1 1 40 40a40 40 0 0 1-40-40m206.1 97.67a12 12 0 0 1-16.78-2.57A76.31 76.31 0 0 0 172 172a12 12 0 0 1 0-24a40 40 0 1 0-10.3-78.67a12 12 0 1 1-6.16-23.19a64 64 0 0 1 57.64 110.8a100.23 100.23 0 0 1 39.49 32a12 12 0 0 1-2.57 16.73"/></svg>

React

import type { SVGProps } from "react";

export function PhUsersBold(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="M125.18 156.94a64 64 0 1 0-82.36 0a100.23 100.23 0 0 0-39.49 32a12 12 0 0 0 19.35 14.2a76 76 0 0 1 122.64 0a12 12 0 0 0 19.36-14.2a100.33 100.33 0 0 0-39.5-32M44 108a40 40 0 1 1 40 40a40 40 0 0 1-40-40m206.1 97.67a12 12 0 0 1-16.78-2.57A76.31 76.31 0 0 0 172 172a12 12 0 0 1 0-24a40 40 0 1 0-10.3-78.67a12 12 0 1 1-6.16-23.19a64 64 0 0 1 57.64 110.8a100.23 100.23 0 0 1 39.49 32a12 12 0 0 1-2.57 16.73"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M125.18 156.94a64 64 0 1 0-82.36 0a100.23 100.23 0 0 0-39.49 32a12 12 0 0 0 19.35 14.2a76 76 0 0 1 122.64 0a12 12 0 0 0 19.36-14.2a100.33 100.33 0 0 0-39.5-32M44 108a40 40 0 1 1 40 40a40 40 0 0 1-40-40m206.1 97.67a12 12 0 0 1-16.78-2.57A76.31 76.31 0 0 0 172 172a12 12 0 0 1 0-24a40 40 0 1 0-10.3-78.67a12 12 0 1 1-6.16-23.19a64 64 0 0 1 57.64 110.8a100.23 100.23 0 0 1 39.49 32a12 12 0 0 1-2.57 16.73"/></svg>
</template>

CSS

.icon-users-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%22M125.18%20156.94a64%2064%200%201%200-82.36%200a100.23%20100.23%200%200%200-39.49%2032a12%2012%200%200%200%2019.35%2014.2a76%2076%200%200%201%20122.64%200a12%2012%200%200%200%2019.36-14.2a100.33%20100.33%200%200%200-39.5-32M44%20108a40%2040%200%201%201%2040%2040a40%2040%200%200%201-40-40m206.1%2097.67a12%2012%200%200%201-16.78-2.57A76.31%2076.31%200%200%200%20172%20172a12%2012%200%200%201%200-24a40%2040%200%201%200-10.3-78.67a12%2012%200%201%201-6.16-23.19a64%2064%200%200%201%2057.64%20110.8a100.23%20100.23%200%200%201%2039.49%2032a12%2012%200%200%201-2.57%2016.73%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%22M125.18%20156.94a64%2064%200%201%200-82.36%200a100.23%20100.23%200%200%200-39.49%2032a12%2012%200%200%200%2019.35%2014.2a76%2076%200%200%201%20122.64%200a12%2012%200%200%200%2019.36-14.2a100.33%20100.33%200%200%200-39.5-32M44%20108a40%2040%200%201%201%2040%2040a40%2040%200%200%201-40-40m206.1%2097.67a12%2012%200%200%201-16.78-2.57A76.31%2076.31%200%200%200%20172%20172a12%2012%200%200%201%200-24a40%2040%200%201%200-10.3-78.67a12%2012%200%201%201-6.16-23.19a64%2064%200%200%201%2057.64%20110.8a100.23%20100.23%200%200%201%2039.49%2032a12%2012%200%200%201-2.57%2016.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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