users icon
users from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- users
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
usersFont Awesome 6 SolidusersFont Awesome SolidusersFeather Iconsusers-outlineFlowbite IconsusersHeroIconsusersHuge IconsusersHumbleiconsusersJam IconsusersLine AwesomeusersLucideusersMage IconsusersMajesticonsusersMyna UI IconsusersPixelarticonsusersPrime IconsusersTabler Iconsusers-outlineTeenyicons
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="M117.25 157.92a60 60 0 1 0-66.5 0a95.83 95.83 0 0 0-47.22 37.71a8 8 0 1 0 13.4 8.74a80 80 0 0 1 134.14 0a8 8 0 0 0 13.4-8.74a95.83 95.83 0 0 0-47.22-37.71M40 108a44 44 0 1 1 44 44a44.05 44.05 0 0 1-44-44m210.14 98.7a8 8 0 0 1-11.07-2.33A79.83 79.83 0 0 0 172 168a8 8 0 0 1 0-16a44 44 0 1 0-16.34-84.87a8 8 0 1 1-5.94-14.85a60 60 0 0 1 55.53 105.64a95.83 95.83 0 0 1 47.22 37.71a8 8 0 0 1-2.33 11.07"/></svg>
React
import type { SVGProps } from "react";
export function PhUsers(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="M117.25 157.92a60 60 0 1 0-66.5 0a95.83 95.83 0 0 0-47.22 37.71a8 8 0 1 0 13.4 8.74a80 80 0 0 1 134.14 0a8 8 0 0 0 13.4-8.74a95.83 95.83 0 0 0-47.22-37.71M40 108a44 44 0 1 1 44 44a44.05 44.05 0 0 1-44-44m210.14 98.7a8 8 0 0 1-11.07-2.33A79.83 79.83 0 0 0 172 168a8 8 0 0 1 0-16a44 44 0 1 0-16.34-84.87a8 8 0 1 1-5.94-14.85a60 60 0 0 1 55.53 105.64a95.83 95.83 0 0 1 47.22 37.71a8 8 0 0 1-2.33 11.07"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M117.25 157.92a60 60 0 1 0-66.5 0a95.83 95.83 0 0 0-47.22 37.71a8 8 0 1 0 13.4 8.74a80 80 0 0 1 134.14 0a8 8 0 0 0 13.4-8.74a95.83 95.83 0 0 0-47.22-37.71M40 108a44 44 0 1 1 44 44a44.05 44.05 0 0 1-44-44m210.14 98.7a8 8 0 0 1-11.07-2.33A79.83 79.83 0 0 0 172 168a8 8 0 0 1 0-16a44 44 0 1 0-16.34-84.87a8 8 0 1 1-5.94-14.85a60 60 0 0 1 55.53 105.64a95.83 95.83 0 0 1 47.22 37.71a8 8 0 0 1-2.33 11.07"/></svg> </template>
CSS
.icon-users {
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%22M117.25%20157.92a60%2060%200%201%200-66.5%200a95.83%2095.83%200%200%200-47.22%2037.71a8%208%200%201%200%2013.4%208.74a80%2080%200%200%201%20134.14%200a8%208%200%200%200%2013.4-8.74a95.83%2095.83%200%200%200-47.22-37.71M40%20108a44%2044%200%201%201%2044%2044a44.05%2044.05%200%200%201-44-44m210.14%2098.7a8%208%200%200%201-11.07-2.33A79.83%2079.83%200%200%200%20172%20168a8%208%200%200%201%200-16a44%2044%200%201%200-16.34-84.87a8%208%200%201%201-5.94-14.85a60%2060%200%200%201%2055.53%20105.64a95.83%2095.83%200%200%201%2047.22%2037.71a8%208%200%200%201-2.33%2011.07%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%22M117.25%20157.92a60%2060%200%201%200-66.5%200a95.83%2095.83%200%200%200-47.22%2037.71a8%208%200%201%200%2013.4%208.74a80%2080%200%200%201%20134.14%200a8%208%200%200%200%2013.4-8.74a95.83%2095.83%200%200%200-47.22-37.71M40%20108a44%2044%200%201%201%2044%2044a44.05%2044.05%200%200%201-44-44m210.14%2098.7a8%208%200%200%201-11.07-2.33A79.83%2079.83%200%200%200%20172%20168a8%208%200%200%201%200-16a44%2044%200%201%200-16.34-84.87a8%208%200%201%201-5.94-14.85a60%2060%200%200%201%2055.53%20105.64a95.83%2095.83%200%200%201%2047.22%2037.71a8%208%200%200%201-2.33%2011.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/users.svg?color=%231a73e8&size=48