users-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
users-light
Set
Phosphor
Style
Light
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="M112.6 158.43a58 58 0 1 0-57.2 0a93.83 93.83 0 0 0-50.19 38.29a6 6 0 0 0 10.05 6.56a82 82 0 0 1 137.48 0a6 6 0 0 0 10-6.56a93.83 93.83 0 0 0-50.14-38.29M38 108a46 46 0 1 1 46 46a46.06 46.06 0 0 1-46-46m211 97a6 6 0 0 1-8.3-1.74A81.8 81.8 0 0 0 172 166a6 6 0 0 1 0-12a46 46 0 1 0-17.08-88.73a6 6 0 1 1-4.46-11.14a58 58 0 0 1 50.14 104.3a93.83 93.83 0 0 1 50.19 38.29A6 6 0 0 1 249 205"/></svg>

React

import type { SVGProps } from "react";

export function PhUsersLight(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="M112.6 158.43a58 58 0 1 0-57.2 0a93.83 93.83 0 0 0-50.19 38.29a6 6 0 0 0 10.05 6.56a82 82 0 0 1 137.48 0a6 6 0 0 0 10-6.56a93.83 93.83 0 0 0-50.14-38.29M38 108a46 46 0 1 1 46 46a46.06 46.06 0 0 1-46-46m211 97a6 6 0 0 1-8.3-1.74A81.8 81.8 0 0 0 172 166a6 6 0 0 1 0-12a46 46 0 1 0-17.08-88.73a6 6 0 1 1-4.46-11.14a58 58 0 0 1 50.14 104.3a93.83 93.83 0 0 1 50.19 38.29A6 6 0 0 1 249 205"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112.6 158.43a58 58 0 1 0-57.2 0a93.83 93.83 0 0 0-50.19 38.29a6 6 0 0 0 10.05 6.56a82 82 0 0 1 137.48 0a6 6 0 0 0 10-6.56a93.83 93.83 0 0 0-50.14-38.29M38 108a46 46 0 1 1 46 46a46.06 46.06 0 0 1-46-46m211 97a6 6 0 0 1-8.3-1.74A81.8 81.8 0 0 0 172 166a6 6 0 0 1 0-12a46 46 0 1 0-17.08-88.73a6 6 0 1 1-4.46-11.14a58 58 0 0 1 50.14 104.3a93.83 93.83 0 0 1 50.19 38.29A6 6 0 0 1 249 205"/></svg>
</template>

CSS

.icon-users-light {
  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%22M112.6%20158.43a58%2058%200%201%200-57.2%200a93.83%2093.83%200%200%200-50.19%2038.29a6%206%200%200%200%2010.05%206.56a82%2082%200%200%201%20137.48%200a6%206%200%200%200%2010-6.56a93.83%2093.83%200%200%200-50.14-38.29M38%20108a46%2046%200%201%201%2046%2046a46.06%2046.06%200%200%201-46-46m211%2097a6%206%200%200%201-8.3-1.74A81.8%2081.8%200%200%200%20172%20166a6%206%200%200%201%200-12a46%2046%200%201%200-17.08-88.73a6%206%200%201%201-4.46-11.14a58%2058%200%200%201%2050.14%20104.3a93.83%2093.83%200%200%201%2050.19%2038.29A6%206%200%200%201%20249%20205%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%22M112.6%20158.43a58%2058%200%201%200-57.2%200a93.83%2093.83%200%200%200-50.19%2038.29a6%206%200%200%200%2010.05%206.56a82%2082%200%200%201%20137.48%200a6%206%200%200%200%2010-6.56a93.83%2093.83%200%200%200-50.14-38.29M38%20108a46%2046%200%201%201%2046%2046a46.06%2046.06%200%200%201-46-46m211%2097a6%206%200%200%201-8.3-1.74A81.8%2081.8%200%200%200%20172%20166a6%206%200%200%201%200-12a46%2046%200%201%200-17.08-88.73a6%206%200%201%201-4.46-11.14a58%2058%200%200%201%2050.14%20104.3a93.83%2093.83%200%200%201%2050.19%2038.29A6%206%200%200%201%20249%20205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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