users three icon

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

Name
users-three-thin
Set
Phosphor
Style
Thin
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="M237 147.44a4 4 0 0 1-5.48-1.4c-8.33-14-20.93-22-34.56-22a4 4 0 0 1-1.2-.2a37 37 0 0 1-3.8.2a4 4 0 0 1 0-8a28 28 0 1 0-27.12-35a4 4 0 0 1-7.75-2a36 36 0 1 1 54 39.48c10.81 3.85 20.51 12 27.31 23.48a4 4 0 0 1-1.4 5.44M187.46 214a4 4 0 0 1-1.46 5.46a3.93 3.93 0 0 1-2 .54a4 4 0 0 1-3.46-2a61 61 0 0 0-105.08 0a4 4 0 0 1-6.92-4a68.35 68.35 0 0 1 39.19-31a44 44 0 1 1 40.54 0a68.35 68.35 0 0 1 39.19 31M128 180a36 36 0 1 0-36-36a36 36 0 0 0 36 36m-64-64a28 28 0 1 1 27.12-35a4 4 0 0 0 7.75-2a36 36 0 1 0-53.57 39.75a63.55 63.55 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8A55.55 55.55 0 0 1 64 124a4 4 0 0 0 0-8"/></svg>

React

import type { SVGProps } from "react";

export function PhUsersThreeThin(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="M237 147.44a4 4 0 0 1-5.48-1.4c-8.33-14-20.93-22-34.56-22a4 4 0 0 1-1.2-.2a37 37 0 0 1-3.8.2a4 4 0 0 1 0-8a28 28 0 1 0-27.12-35a4 4 0 0 1-7.75-2a36 36 0 1 1 54 39.48c10.81 3.85 20.51 12 27.31 23.48a4 4 0 0 1-1.4 5.44M187.46 214a4 4 0 0 1-1.46 5.46a3.93 3.93 0 0 1-2 .54a4 4 0 0 1-3.46-2a61 61 0 0 0-105.08 0a4 4 0 0 1-6.92-4a68.35 68.35 0 0 1 39.19-31a44 44 0 1 1 40.54 0a68.35 68.35 0 0 1 39.19 31M128 180a36 36 0 1 0-36-36a36 36 0 0 0 36 36m-64-64a28 28 0 1 1 27.12-35a4 4 0 0 0 7.75-2a36 36 0 1 0-53.57 39.75a63.55 63.55 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8A55.55 55.55 0 0 1 64 124a4 4 0 0 0 0-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="M237 147.44a4 4 0 0 1-5.48-1.4c-8.33-14-20.93-22-34.56-22a4 4 0 0 1-1.2-.2a37 37 0 0 1-3.8.2a4 4 0 0 1 0-8a28 28 0 1 0-27.12-35a4 4 0 0 1-7.75-2a36 36 0 1 1 54 39.48c10.81 3.85 20.51 12 27.31 23.48a4 4 0 0 1-1.4 5.44M187.46 214a4 4 0 0 1-1.46 5.46a3.93 3.93 0 0 1-2 .54a4 4 0 0 1-3.46-2a61 61 0 0 0-105.08 0a4 4 0 0 1-6.92-4a68.35 68.35 0 0 1 39.19-31a44 44 0 1 1 40.54 0a68.35 68.35 0 0 1 39.19 31M128 180a36 36 0 1 0-36-36a36 36 0 0 0 36 36m-64-64a28 28 0 1 1 27.12-35a4 4 0 0 0 7.75-2a36 36 0 1 0-53.57 39.75a63.55 63.55 0 0 0-32.5 22.85a4 4 0 0 0 6.4 4.8A55.55 55.55 0 0 1 64 124a4 4 0 0 0 0-8"/></svg>
</template>

CSS

.icon-users-three-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%22M237%20147.44a4%204%200%200%201-5.48-1.4c-8.33-14-20.93-22-34.56-22a4%204%200%200%201-1.2-.2a37%2037%200%200%201-3.8.2a4%204%200%200%201%200-8a28%2028%200%201%200-27.12-35a4%204%200%200%201-7.75-2a36%2036%200%201%201%2054%2039.48c10.81%203.85%2020.51%2012%2027.31%2023.48a4%204%200%200%201-1.4%205.44M187.46%20214a4%204%200%200%201-1.46%205.46a3.93%203.93%200%200%201-2%20.54a4%204%200%200%201-3.46-2a61%2061%200%200%200-105.08%200a4%204%200%200%201-6.92-4a68.35%2068.35%200%200%201%2039.19-31a44%2044%200%201%201%2040.54%200a68.35%2068.35%200%200%201%2039.19%2031M128%20180a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m-64-64a28%2028%200%201%201%2027.12-35a4%204%200%200%200%207.75-2a36%2036%200%201%200-53.57%2039.75a63.55%2063.55%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8A55.55%2055.55%200%200%201%2064%20124a4%204%200%200%200%200-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%22M237%20147.44a4%204%200%200%201-5.48-1.4c-8.33-14-20.93-22-34.56-22a4%204%200%200%201-1.2-.2a37%2037%200%200%201-3.8.2a4%204%200%200%201%200-8a28%2028%200%201%200-27.12-35a4%204%200%200%201-7.75-2a36%2036%200%201%201%2054%2039.48c10.81%203.85%2020.51%2012%2027.31%2023.48a4%204%200%200%201-1.4%205.44M187.46%20214a4%204%200%200%201-1.46%205.46a3.93%203.93%200%200%201-2%20.54a4%204%200%200%201-3.46-2a61%2061%200%200%200-105.08%200a4%204%200%200%201-6.92-4a68.35%2068.35%200%200%201%2039.19-31a44%2044%200%201%201%2040.54%200a68.35%2068.35%200%200%201%2039.19%2031M128%20180a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036m-64-64a28%2028%200%201%201%2027.12-35a4%204%200%200%200%207.75-2a36%2036%200%201%200-53.57%2039.75a63.55%2063.55%200%200%200-32.5%2022.85a4%204%200%200%200%206.4%204.8A55.55%2055.55%200%200%201%2064%20124a4%204%200%200%200%200-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-thin.svg?color=%231a73e8&size=48