user list icon
user-list-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- user-list-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 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="M156 80a4 4 0 0 1 4-4h88a4 4 0 0 1 0 8h-88a4 4 0 0 1-4-4m92 44h-88a4 4 0 0 0 0 8h88a4 4 0 0 0 0-8m0 48h-64a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8m-100.13 19a4 4 0 0 1-2.87 4.87a4 4 0 0 1-1 .13a4 4 0 0 1-3.87-3c-6.71-26.08-32-45-60.13-45s-53.41 18.92-60.13 45a4 4 0 1 1-7.74-2c5.92-23 24.57-41.14 47.52-48a44 44 0 1 1 40.7 0c22.95 6.86 41.65 25 47.52 48M80 140a36 36 0 1 0-36-36a36 36 0 0 0 36 36"/></svg>
React
import type { SVGProps } from "react";
export function PhUserListThin(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="M156 80a4 4 0 0 1 4-4h88a4 4 0 0 1 0 8h-88a4 4 0 0 1-4-4m92 44h-88a4 4 0 0 0 0 8h88a4 4 0 0 0 0-8m0 48h-64a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8m-100.13 19a4 4 0 0 1-2.87 4.87a4 4 0 0 1-1 .13a4 4 0 0 1-3.87-3c-6.71-26.08-32-45-60.13-45s-53.41 18.92-60.13 45a4 4 0 1 1-7.74-2c5.92-23 24.57-41.14 47.52-48a44 44 0 1 1 40.7 0c22.95 6.86 41.65 25 47.52 48M80 140a36 36 0 1 0-36-36a36 36 0 0 0 36 36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M156 80a4 4 0 0 1 4-4h88a4 4 0 0 1 0 8h-88a4 4 0 0 1-4-4m92 44h-88a4 4 0 0 0 0 8h88a4 4 0 0 0 0-8m0 48h-64a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8m-100.13 19a4 4 0 0 1-2.87 4.87a4 4 0 0 1-1 .13a4 4 0 0 1-3.87-3c-6.71-26.08-32-45-60.13-45s-53.41 18.92-60.13 45a4 4 0 1 1-7.74-2c5.92-23 24.57-41.14 47.52-48a44 44 0 1 1 40.7 0c22.95 6.86 41.65 25 47.52 48M80 140a36 36 0 1 0-36-36a36 36 0 0 0 36 36"/></svg> </template>
CSS
.icon-user-list-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%22M156%2080a4%204%200%200%201%204-4h88a4%204%200%200%201%200%208h-88a4%204%200%200%201-4-4m92%2044h-88a4%204%200%200%200%200%208h88a4%204%200%200%200%200-8m0%2048h-64a4%204%200%200%200%200%208h64a4%204%200%200%200%200-8m-100.13%2019a4%204%200%200%201-2.87%204.87a4%204%200%200%201-1%20.13a4%204%200%200%201-3.87-3c-6.71-26.08-32-45-60.13-45s-53.41%2018.92-60.13%2045a4%204%200%201%201-7.74-2c5.92-23%2024.57-41.14%2047.52-48a44%2044%200%201%201%2040.7%200c22.95%206.86%2041.65%2025%2047.52%2048M80%20140a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036%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%22M156%2080a4%204%200%200%201%204-4h88a4%204%200%200%201%200%208h-88a4%204%200%200%201-4-4m92%2044h-88a4%204%200%200%200%200%208h88a4%204%200%200%200%200-8m0%2048h-64a4%204%200%200%200%200%208h64a4%204%200%200%200%200-8m-100.13%2019a4%204%200%200%201-2.87%204.87a4%204%200%200%201-1%20.13a4%204%200%200%201-3.87-3c-6.71-26.08-32-45-60.13-45s-53.41%2018.92-60.13%2045a4%204%200%201%201-7.74-2c5.92-23%2024.57-41.14%2047.52-48a44%2044%200%201%201%2040.7%200c22.95%206.86%2041.65%2025%2047.52%2048M80%20140a36%2036%200%201%200-36-36a36%2036%200%200%200%2036%2036%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/user-list-thin.svg?color=%231a73e8&size=48