users three icon
users-three-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- users-three-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M168 144a40 40 0 1 1-40-40a40 40 0 0 1 40 40M64 56a32 32 0 1 0 32 32a32 32 0 0 0-32-32m128 0a32 32 0 1 0 32 32a32 32 0 0 0-32-32" opacity=".2"/><path d="M244.8 150.4a8 8 0 0 1-11.2-1.6A51.6 51.6 0 0 0 192 128a8 8 0 0 1 0-16a24 24 0 1 0-23.24-30a8 8 0 1 1-15.5-4A40 40 0 1 1 219 117.51a67.94 67.94 0 0 1 27.43 21.68a8 8 0 0 1-1.63 11.21M190.92 212a8 8 0 1 1-13.85 8a57 57 0 0 0-98.15 0a8 8 0 1 1-13.84-8a72.06 72.06 0 0 1 33.74-29.92a48 48 0 1 1 58.36 0A72.06 72.06 0 0 1 190.92 212M128 176a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-56-56a8 8 0 0 0-8-8a24 24 0 1 1 23.24-30a8 8 0 1 0 15.5-4A40 40 0 1 0 37 117.51a67.94 67.94 0 0 0-27.4 21.68a8 8 0 1 0 12.8 9.61A51.6 51.6 0 0 1 64 128a8 8 0 0 0 8-8"/></g></svg>
React
import type { SVGProps } from "react";
export function PhUsersThreeDuotone(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="M168 144a40 40 0 1 1-40-40a40 40 0 0 1 40 40M64 56a32 32 0 1 0 32 32a32 32 0 0 0-32-32m128 0a32 32 0 1 0 32 32a32 32 0 0 0-32-32" opacity=".2"/><path d="M244.8 150.4a8 8 0 0 1-11.2-1.6A51.6 51.6 0 0 0 192 128a8 8 0 0 1 0-16a24 24 0 1 0-23.24-30a8 8 0 1 1-15.5-4A40 40 0 1 1 219 117.51a67.94 67.94 0 0 1 27.43 21.68a8 8 0 0 1-1.63 11.21M190.92 212a8 8 0 1 1-13.85 8a57 57 0 0 0-98.15 0a8 8 0 1 1-13.84-8a72.06 72.06 0 0 1 33.74-29.92a48 48 0 1 1 58.36 0A72.06 72.06 0 0 1 190.92 212M128 176a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-56-56a8 8 0 0 0-8-8a24 24 0 1 1 23.24-30a8 8 0 1 0 15.5-4A40 40 0 1 0 37 117.51a67.94 67.94 0 0 0-27.4 21.68a8 8 0 1 0 12.8 9.61A51.6 51.6 0 0 1 64 128a8 8 0 0 0 8-8"/></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="M168 144a40 40 0 1 1-40-40a40 40 0 0 1 40 40M64 56a32 32 0 1 0 32 32a32 32 0 0 0-32-32m128 0a32 32 0 1 0 32 32a32 32 0 0 0-32-32" opacity=".2"/><path d="M244.8 150.4a8 8 0 0 1-11.2-1.6A51.6 51.6 0 0 0 192 128a8 8 0 0 1 0-16a24 24 0 1 0-23.24-30a8 8 0 1 1-15.5-4A40 40 0 1 1 219 117.51a67.94 67.94 0 0 1 27.43 21.68a8 8 0 0 1-1.63 11.21M190.92 212a8 8 0 1 1-13.85 8a57 57 0 0 0-98.15 0a8 8 0 1 1-13.84-8a72.06 72.06 0 0 1 33.74-29.92a48 48 0 1 1 58.36 0A72.06 72.06 0 0 1 190.92 212M128 176a32 32 0 1 0-32-32a32 32 0 0 0 32 32m-56-56a8 8 0 0 0-8-8a24 24 0 1 1 23.24-30a8 8 0 1 0 15.5-4A40 40 0 1 0 37 117.51a67.94 67.94 0 0 0-27.4 21.68a8 8 0 1 0 12.8 9.61A51.6 51.6 0 0 1 64 128a8 8 0 0 0 8-8"/></g></svg> </template>
CSS
.icon-users-three-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%22M168%20144a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040M64%2056a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32m128%200a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M244.8%20150.4a8%208%200%200%201-11.2-1.6A51.6%2051.6%200%200%200%20192%20128a8%208%200%200%201%200-16a24%2024%200%201%200-23.24-30a8%208%200%201%201-15.5-4A40%2040%200%201%201%20219%20117.51a67.94%2067.94%200%200%201%2027.43%2021.68a8%208%200%200%201-1.63%2011.21M190.92%20212a8%208%200%201%201-13.85%208a57%2057%200%200%200-98.15%200a8%208%200%201%201-13.84-8a72.06%2072.06%200%200%201%2033.74-29.92a48%2048%200%201%201%2058.36%200A72.06%2072.06%200%200%201%20190.92%20212M128%20176a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m-56-56a8%208%200%200%200-8-8a24%2024%200%201%201%2023.24-30a8%208%200%201%200%2015.5-4A40%2040%200%201%200%2037%20117.51a67.94%2067.94%200%200%200-27.4%2021.68a8%208%200%201%200%2012.8%209.61A51.6%2051.6%200%200%201%2064%20128a8%208%200%200%200%208-8%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%22M168%20144a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040M64%2056a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32m128%200a32%2032%200%201%200%2032%2032a32%2032%200%200%200-32-32%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M244.8%20150.4a8%208%200%200%201-11.2-1.6A51.6%2051.6%200%200%200%20192%20128a8%208%200%200%201%200-16a24%2024%200%201%200-23.24-30a8%208%200%201%201-15.5-4A40%2040%200%201%201%20219%20117.51a67.94%2067.94%200%200%201%2027.43%2021.68a8%208%200%200%201-1.63%2011.21M190.92%20212a8%208%200%201%201-13.85%208a57%2057%200%200%200-98.15%200a8%208%200%201%201-13.84-8a72.06%2072.06%200%200%201%2033.74-29.92a48%2048%200%201%201%2058.36%200A72.06%2072.06%200%200%201%20190.92%20212M128%20176a32%2032%200%201%200-32-32a32%2032%200%200%200%2032%2032m-56-56a8%208%200%200%200-8-8a24%2024%200%201%201%2023.24-30a8%208%200%201%200%2015.5-4A40%2040%200%201%200%2037%20117.51a67.94%2067.94%200%200%200-27.4%2021.68a8%208%200%201%200%2012.8%209.61A51.6%2051.6%200%200%201%2064%20128a8%208%200%200%200%208-8%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/users-three-duotone.svg?color=%231a73e8&size=48