users-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
users-thin
Set
Phosphor
Style
Thin
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="M107.19 159a56 56 0 1 0-46.38 0a91.83 91.83 0 0 0-53.93 38.81a4 4 0 1 0 6.7 4.37a84 84 0 0 1 140.84 0a4 4 0 1 0 6.7-4.37A91.83 91.83 0 0 0 107.19 159M36 108a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m212 95.35a4 4 0 0 1-5.53-1.17A83.81 83.81 0 0 0 172 164a4 4 0 0 1 0-8a48 48 0 1 0-17.82-92.58a4 4 0 1 1-3-7.43a56 56 0 0 1 44 103a91.83 91.83 0 0 1 53.93 38.86a4 4 0 0 1-1.11 5.5"/></svg>

React

import type { SVGProps } from "react";

export function PhUsersThin(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="M107.19 159a56 56 0 1 0-46.38 0a91.83 91.83 0 0 0-53.93 38.81a4 4 0 1 0 6.7 4.37a84 84 0 0 1 140.84 0a4 4 0 1 0 6.7-4.37A91.83 91.83 0 0 0 107.19 159M36 108a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m212 95.35a4 4 0 0 1-5.53-1.17A83.81 83.81 0 0 0 172 164a4 4 0 0 1 0-8a48 48 0 1 0-17.82-92.58a4 4 0 1 1-3-7.43a56 56 0 0 1 44 103a91.83 91.83 0 0 1 53.93 38.86a4 4 0 0 1-1.11 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M107.19 159a56 56 0 1 0-46.38 0a91.83 91.83 0 0 0-53.93 38.81a4 4 0 1 0 6.7 4.37a84 84 0 0 1 140.84 0a4 4 0 1 0 6.7-4.37A91.83 91.83 0 0 0 107.19 159M36 108a48 48 0 1 1 48 48a48.05 48.05 0 0 1-48-48m212 95.35a4 4 0 0 1-5.53-1.17A83.81 83.81 0 0 0 172 164a4 4 0 0 1 0-8a48 48 0 1 0-17.82-92.58a4 4 0 1 1-3-7.43a56 56 0 0 1 44 103a91.83 91.83 0 0 1 53.93 38.86a4 4 0 0 1-1.11 5.5"/></svg>
</template>

CSS

.icon-users-thin {
  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%22M107.19%20159a56%2056%200%201%200-46.38%200a91.83%2091.83%200%200%200-53.93%2038.81a4%204%200%201%200%206.7%204.37a84%2084%200%200%201%20140.84%200a4%204%200%201%200%206.7-4.37A91.83%2091.83%200%200%200%20107.19%20159M36%20108a48%2048%200%201%201%2048%2048a48.05%2048.05%200%200%201-48-48m212%2095.35a4%204%200%200%201-5.53-1.17A83.81%2083.81%200%200%200%20172%20164a4%204%200%200%201%200-8a48%2048%200%201%200-17.82-92.58a4%204%200%201%201-3-7.43a56%2056%200%200%201%2044%20103a91.83%2091.83%200%200%201%2053.93%2038.86a4%204%200%200%201-1.11%205.5%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%22M107.19%20159a56%2056%200%201%200-46.38%200a91.83%2091.83%200%200%200-53.93%2038.81a4%204%200%201%200%206.7%204.37a84%2084%200%200%201%20140.84%200a4%204%200%201%200%206.7-4.37A91.83%2091.83%200%200%200%20107.19%20159M36%20108a48%2048%200%201%201%2048%2048a48.05%2048.05%200%200%201-48-48m212%2095.35a4%204%200%200%201-5.53-1.17A83.81%2083.81%200%200%200%20172%20164a4%204%200%200%201%200-8a48%2048%200%201%200-17.82-92.58a4%204%200%201%201-3-7.43a56%2056%200%200%201%2044%20103a91.83%2091.83%200%200%201%2053.93%2038.86a4%204%200%200%201-1.11%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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