user list icon

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

Name
user-list-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 user list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154 80a6 6 0 0 1 6-6h88a6 6 0 0 1 0 12h-88a6 6 0 0 1-6-6m94 42h-88a6 6 0 0 0 0 12h88a6 6 0 0 0 0-12m0 48h-64a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12m-98.19 20.5a6 6 0 1 1-11.62 3C131.7 168.29 107.23 150 80 150s-51.7 18.29-58.19 43.49a6 6 0 1 1-11.62-3c5.74-22.28 23-40.07 44.67-48a46 46 0 1 1 50.28 0c21.65 7.94 38.94 25.73 44.67 48.01M80 138a34 34 0 1 0-34-34a34 34 0 0 0 34 34"/></svg>

React

import type { SVGProps } from "react";

export function PhUserListLight(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="M154 80a6 6 0 0 1 6-6h88a6 6 0 0 1 0 12h-88a6 6 0 0 1-6-6m94 42h-88a6 6 0 0 0 0 12h88a6 6 0 0 0 0-12m0 48h-64a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12m-98.19 20.5a6 6 0 1 1-11.62 3C131.7 168.29 107.23 150 80 150s-51.7 18.29-58.19 43.49a6 6 0 1 1-11.62-3c5.74-22.28 23-40.07 44.67-48a46 46 0 1 1 50.28 0c21.65 7.94 38.94 25.73 44.67 48.01M80 138a34 34 0 1 0-34-34a34 34 0 0 0 34 34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M154 80a6 6 0 0 1 6-6h88a6 6 0 0 1 0 12h-88a6 6 0 0 1-6-6m94 42h-88a6 6 0 0 0 0 12h88a6 6 0 0 0 0-12m0 48h-64a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12m-98.19 20.5a6 6 0 1 1-11.62 3C131.7 168.29 107.23 150 80 150s-51.7 18.29-58.19 43.49a6 6 0 1 1-11.62-3c5.74-22.28 23-40.07 44.67-48a46 46 0 1 1 50.28 0c21.65 7.94 38.94 25.73 44.67 48.01M80 138a34 34 0 1 0-34-34a34 34 0 0 0 34 34"/></svg>
</template>

CSS

.icon-user-list-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%22M154%2080a6%206%200%200%201%206-6h88a6%206%200%200%201%200%2012h-88a6%206%200%200%201-6-6m94%2042h-88a6%206%200%200%200%200%2012h88a6%206%200%200%200%200-12m0%2048h-64a6%206%200%200%200%200%2012h64a6%206%200%200%200%200-12m-98.19%2020.5a6%206%200%201%201-11.62%203C131.7%20168.29%20107.23%20150%2080%20150s-51.7%2018.29-58.19%2043.49a6%206%200%201%201-11.62-3c5.74-22.28%2023-40.07%2044.67-48a46%2046%200%201%201%2050.28%200c21.65%207.94%2038.94%2025.73%2044.67%2048.01M80%20138a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034%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%22M154%2080a6%206%200%200%201%206-6h88a6%206%200%200%201%200%2012h-88a6%206%200%200%201-6-6m94%2042h-88a6%206%200%200%200%200%2012h88a6%206%200%200%200%200-12m0%2048h-64a6%206%200%200%200%200%2012h64a6%206%200%200%200%200-12m-98.19%2020.5a6%206%200%201%201-11.62%203C131.7%20168.29%20107.23%20150%2080%20150s-51.7%2018.29-58.19%2043.49a6%206%200%201%201-11.62-3c5.74-22.28%2023-40.07%2044.67-48a46%2046%200%201%201%2050.28%200c21.65%207.94%2038.94%2025.73%2044.67%2048.01M80%20138a34%2034%200%201%200-34-34a34%2034%200%200%200%2034%2034%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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