users three icon
users-three-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- users-three-fill
- Set
- Phosphor
- Style
- Fill
- 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"><path fill="currentColor" d="M64.12 147.8a4 4 0 0 1-4 4.2H16a8 8 0 0 1-7.8-6.17a8.35 8.35 0 0 1 1.62-6.93A67.8 67.8 0 0 1 37 117.51a40 40 0 1 1 66.46-35.8a3.94 3.94 0 0 1-2.27 4.18A64.08 64.08 0 0 0 64 144c0 1.28 0 2.54.12 3.8m182-8.91A67.76 67.76 0 0 0 219 117.51a40 40 0 1 0-66.46-35.8a3.94 3.94 0 0 0 2.27 4.18A64.08 64.08 0 0 1 192 144c0 1.28 0 2.54-.12 3.8a4 4 0 0 0 4 4.2H240a8 8 0 0 0 7.8-6.17a8.33 8.33 0 0 0-1.63-6.94Zm-89 43.18a48 48 0 1 0-58.37 0A72.13 72.13 0 0 0 65.07 212A8 8 0 0 0 72 224h112a8 8 0 0 0 6.93-12a72.15 72.15 0 0 0-33.74-29.93Z"/></svg>
React
import type { SVGProps } from "react";
export function PhUsersThreeFill(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="M64.12 147.8a4 4 0 0 1-4 4.2H16a8 8 0 0 1-7.8-6.17a8.35 8.35 0 0 1 1.62-6.93A67.8 67.8 0 0 1 37 117.51a40 40 0 1 1 66.46-35.8a3.94 3.94 0 0 1-2.27 4.18A64.08 64.08 0 0 0 64 144c0 1.28 0 2.54.12 3.8m182-8.91A67.76 67.76 0 0 0 219 117.51a40 40 0 1 0-66.46-35.8a3.94 3.94 0 0 0 2.27 4.18A64.08 64.08 0 0 1 192 144c0 1.28 0 2.54-.12 3.8a4 4 0 0 0 4 4.2H240a8 8 0 0 0 7.8-6.17a8.33 8.33 0 0 0-1.63-6.94Zm-89 43.18a48 48 0 1 0-58.37 0A72.13 72.13 0 0 0 65.07 212A8 8 0 0 0 72 224h112a8 8 0 0 0 6.93-12a72.15 72.15 0 0 0-33.74-29.93Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M64.12 147.8a4 4 0 0 1-4 4.2H16a8 8 0 0 1-7.8-6.17a8.35 8.35 0 0 1 1.62-6.93A67.8 67.8 0 0 1 37 117.51a40 40 0 1 1 66.46-35.8a3.94 3.94 0 0 1-2.27 4.18A64.08 64.08 0 0 0 64 144c0 1.28 0 2.54.12 3.8m182-8.91A67.76 67.76 0 0 0 219 117.51a40 40 0 1 0-66.46-35.8a3.94 3.94 0 0 0 2.27 4.18A64.08 64.08 0 0 1 192 144c0 1.28 0 2.54-.12 3.8a4 4 0 0 0 4 4.2H240a8 8 0 0 0 7.8-6.17a8.33 8.33 0 0 0-1.63-6.94Zm-89 43.18a48 48 0 1 0-58.37 0A72.13 72.13 0 0 0 65.07 212A8 8 0 0 0 72 224h112a8 8 0 0 0 6.93-12a72.15 72.15 0 0 0-33.74-29.93Z"/></svg> </template>
CSS
.icon-users-three-fill {
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%22M64.12%20147.8a4%204%200%200%201-4%204.2H16a8%208%200%200%201-7.8-6.17a8.35%208.35%200%200%201%201.62-6.93A67.8%2067.8%200%200%201%2037%20117.51a40%2040%200%201%201%2066.46-35.8a3.94%203.94%200%200%201-2.27%204.18A64.08%2064.08%200%200%200%2064%20144c0%201.28%200%202.54.12%203.8m182-8.91A67.76%2067.76%200%200%200%20219%20117.51a40%2040%200%201%200-66.46-35.8a3.94%203.94%200%200%200%202.27%204.18A64.08%2064.08%200%200%201%20192%20144c0%201.28%200%202.54-.12%203.8a4%204%200%200%200%204%204.2H240a8%208%200%200%200%207.8-6.17a8.33%208.33%200%200%200-1.63-6.94Zm-89%2043.18a48%2048%200%201%200-58.37%200A72.13%2072.13%200%200%200%2065.07%20212A8%208%200%200%200%2072%20224h112a8%208%200%200%200%206.93-12a72.15%2072.15%200%200%200-33.74-29.93Z%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%22M64.12%20147.8a4%204%200%200%201-4%204.2H16a8%208%200%200%201-7.8-6.17a8.35%208.35%200%200%201%201.62-6.93A67.8%2067.8%200%200%201%2037%20117.51a40%2040%200%201%201%2066.46-35.8a3.94%203.94%200%200%201-2.27%204.18A64.08%2064.08%200%200%200%2064%20144c0%201.28%200%202.54.12%203.8m182-8.91A67.76%2067.76%200%200%200%20219%20117.51a40%2040%200%201%200-66.46-35.8a3.94%203.94%200%200%200%202.27%204.18A64.08%2064.08%200%200%201%20192%20144c0%201.28%200%202.54-.12%203.8a4%204%200%200%200%204%204.2H240a8%208%200%200%200%207.8-6.17a8.33%208.33%200%200%200-1.63-6.94Zm-89%2043.18a48%2048%200%201%200-58.37%200A72.13%2072.13%200%200%200%2065.07%20212A8%208%200%200%200%2072%20224h112a8%208%200%200%200%206.93-12a72.15%2072.15%200%200%200-33.74-29.93Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/users-three-fill.svg?color=%231a73e8&size=48