user list icon

user-list-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
user-list-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the user list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M120 104a40 40 0 1 1-40-40a40 40 0 0 1 40 40" opacity=".2"/><path d="M152 80a8 8 0 0 1 8-8h88a8 8 0 0 1 0 16h-88a8 8 0 0 1-8-8m96 40h-88a8 8 0 0 0 0 16h88a8 8 0 0 0 0-16m0 48h-64a8 8 0 0 0 0 16h64a8 8 0 0 0 0-16m-96.25 22a8 8 0 0 1-5.76 9.74a7.6 7.6 0 0 1-2 .26a8 8 0 0 1-7.75-6c-6.16-23.94-30.34-42-56.25-42s-50.09 18.05-56.25 42a8 8 0 0 1-15.5-4c5.59-21.71 21.84-39.29 42.46-48a48 48 0 1 1 58.58 0c20.63 8.71 36.88 26.29 42.47 48M80 136a32 32 0 1 0-32-32a32 32 0 0 0 32 32"/></g></svg>

React

import type { SVGProps } from "react";

export function PhUserListDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M120 104a40 40 0 1 1-40-40a40 40 0 0 1 40 40" opacity=".2"/><path d="M152 80a8 8 0 0 1 8-8h88a8 8 0 0 1 0 16h-88a8 8 0 0 1-8-8m96 40h-88a8 8 0 0 0 0 16h88a8 8 0 0 0 0-16m0 48h-64a8 8 0 0 0 0 16h64a8 8 0 0 0 0-16m-96.25 22a8 8 0 0 1-5.76 9.74a7.6 7.6 0 0 1-2 .26a8 8 0 0 1-7.75-6c-6.16-23.94-30.34-42-56.25-42s-50.09 18.05-56.25 42a8 8 0 0 1-15.5-4c5.59-21.71 21.84-39.29 42.46-48a48 48 0 1 1 58.58 0c20.63 8.71 36.88 26.29 42.47 48M80 136a32 32 0 1 0-32-32a32 32 0 0 0 32 32"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M120 104a40 40 0 1 1-40-40a40 40 0 0 1 40 40" opacity=".2"/><path d="M152 80a8 8 0 0 1 8-8h88a8 8 0 0 1 0 16h-88a8 8 0 0 1-8-8m96 40h-88a8 8 0 0 0 0 16h88a8 8 0 0 0 0-16m0 48h-64a8 8 0 0 0 0 16h64a8 8 0 0 0 0-16m-96.25 22a8 8 0 0 1-5.76 9.74a7.6 7.6 0 0 1-2 .26a8 8 0 0 1-7.75-6c-6.16-23.94-30.34-42-56.25-42s-50.09 18.05-56.25 42a8 8 0 0 1-15.5-4c5.59-21.71 21.84-39.29 42.46-48a48 48 0 1 1 58.58 0c20.63 8.71 36.88 26.29 42.47 48M80 136a32 32 0 1 0-32-32a32 32 0 0 0 32 32"/></g></svg>
</template>

CSS

.icon-user-list-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M120%20104a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M152%2080a8%208%200%200%201%208-8h88a8%208%200%200%201%200%2016h-88a8%208%200%200%201-8-8m96%2040h-88a8%208%200%200%200%200%2016h88a8%208%200%200%200%200-16m0%2048h-64a8%208%200%200%200%200%2016h64a8%208%200%200%200%200-16m-96.25%2022a8%208%200%200%201-5.76%209.74a7.6%207.6%200%200%201-2%20.26a8%208%200%200%201-7.75-6c-6.16-23.94-30.34-42-56.25-42s-50.09%2018.05-56.25%2042a8%208%200%200%201-15.5-4c5.59-21.71%2021.84-39.29%2042.46-48a48%2048%200%201%201%2058.58%200c20.63%208.71%2036.88%2026.29%2042.47%2048M80%20136a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M120%20104a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M152%2080a8%208%200%200%201%208-8h88a8%208%200%200%201%200%2016h-88a8%208%200%200%201-8-8m96%2040h-88a8%208%200%200%200%200%2016h88a8%208%200%200%200%200-16m0%2048h-64a8%208%200%200%200%200%2016h64a8%208%200%200%200%200-16m-96.25%2022a8%208%200%200%201-5.76%209.74a7.6%207.6%200%200%201-2%20.26a8%208%200%200%201-7.75-6c-6.16-23.94-30.34-42-56.25-42s-50.09%2018.05-56.25%2042a8%208%200%200%201-15.5-4c5.59-21.71%2021.84-39.29%2042.46-48a48%2048%200%201%201%2058.58%200c20.63%208.71%2036.88%2026.29%2042.47%2048M80%20136a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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