users group icon
users-group-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- users-group-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the users group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.75 7.5A2.25 2.25 0 0 1 9.5 5.823a.75.75 0 0 0 1-1.118a3.75 3.75 0 1 0-5 5.59a.75.75 0 0 0 1-1.118A2.24 2.24 0 0 1 5.75 7.5M16 3.75a3.74 3.74 0 0 0-2.5.955a.75.75 0 0 0 1 1.118a2.25 2.25 0 0 1 3 3.355a.75.75 0 0 0 1 1.117A3.75 3.75 0 0 0 16 3.75"/><path d="M12 6.75a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m-5.81 7.726a.75.75 0 0 0-.38-1.452c-.97.255-1.836.682-2.474 1.256c-.64.575-1.086 1.336-1.086 2.22a.75.75 0 0 0 1.5 0c0-.346.17-.729.59-1.105c.42-.378 1.054-.71 1.85-.92m12-1.45a.75.75 0 0 0-.38 1.45c.796.21 1.43.542 1.85.92c.42.376.59.76.59 1.105a.75.75 0 0 0 1.5 0c0-.884-.446-1.645-1.086-2.22c-.638-.574-1.504-1.001-2.474-1.255M12 15.75c-1.493 0-2.881.362-3.921.986c-1.025.615-1.829 1.569-1.829 2.764a.75.75 0 0 0 1.5 0c0-.462.316-1.007 1.1-1.478c.77-.462 1.882-.772 3.15-.772s2.38.31 3.15.772c.784.47 1.1 1.017 1.1 1.478a.75.75 0 0 0 1.5 0c0-1.195-.804-2.15-1.829-2.764c-1.04-.624-2.428-.986-3.921-.986"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiUsersGroupSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.75 7.5A2.25 2.25 0 0 1 9.5 5.823a.75.75 0 0 0 1-1.118a3.75 3.75 0 1 0-5 5.59a.75.75 0 0 0 1-1.118A2.24 2.24 0 0 1 5.75 7.5M16 3.75a3.74 3.74 0 0 0-2.5.955a.75.75 0 0 0 1 1.118a2.25 2.25 0 0 1 3 3.355a.75.75 0 0 0 1 1.117A3.75 3.75 0 0 0 16 3.75"/><path d="M12 6.75a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m-5.81 7.726a.75.75 0 0 0-.38-1.452c-.97.255-1.836.682-2.474 1.256c-.64.575-1.086 1.336-1.086 2.22a.75.75 0 0 0 1.5 0c0-.346.17-.729.59-1.105c.42-.378 1.054-.71 1.85-.92m12-1.45a.75.75 0 0 0-.38 1.45c.796.21 1.43.542 1.85.92c.42.376.59.76.59 1.105a.75.75 0 0 0 1.5 0c0-.884-.446-1.645-1.086-2.22c-.638-.574-1.504-1.001-2.474-1.255M12 15.75c-1.493 0-2.881.362-3.921.986c-1.025.615-1.829 1.569-1.829 2.764a.75.75 0 0 0 1.5 0c0-.462.316-1.007 1.1-1.478c.77-.462 1.882-.772 3.15-.772s2.38.31 3.15.772c.784.47 1.1 1.017 1.1 1.478a.75.75 0 0 0 1.5 0c0-1.195-.804-2.15-1.829-2.764c-1.04-.624-2.428-.986-3.921-.986"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.75 7.5A2.25 2.25 0 0 1 9.5 5.823a.75.75 0 0 0 1-1.118a3.75 3.75 0 1 0-5 5.59a.75.75 0 0 0 1-1.118A2.24 2.24 0 0 1 5.75 7.5M16 3.75a3.74 3.74 0 0 0-2.5.955a.75.75 0 0 0 1 1.118a2.25 2.25 0 0 1 3 3.355a.75.75 0 0 0 1 1.117A3.75 3.75 0 0 0 16 3.75"/><path d="M12 6.75a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m-5.81 7.726a.75.75 0 0 0-.38-1.452c-.97.255-1.836.682-2.474 1.256c-.64.575-1.086 1.336-1.086 2.22a.75.75 0 0 0 1.5 0c0-.346.17-.729.59-1.105c.42-.378 1.054-.71 1.85-.92m12-1.45a.75.75 0 0 0-.38 1.45c.796.21 1.43.542 1.85.92c.42.376.59.76.59 1.105a.75.75 0 0 0 1.5 0c0-.884-.446-1.645-1.086-2.22c-.638-.574-1.504-1.001-2.474-1.255M12 15.75c-1.493 0-2.881.362-3.921.986c-1.025.615-1.829 1.569-1.829 2.764a.75.75 0 0 0 1.5 0c0-.462.316-1.007 1.1-1.478c.77-.462 1.882-.772 3.15-.772s2.38.31 3.15.772c.784.47 1.1 1.017 1.1 1.478a.75.75 0 0 0 1.5 0c0-1.195-.804-2.15-1.829-2.764c-1.04-.624-2.428-.986-3.921-.986"/></g></svg> </template>
CSS
.icon-users-group-solid {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.75%207.5A2.25%202.25%200%200%201%209.5%205.823a.75.75%200%200%200%201-1.118a3.75%203.75%200%201%200-5%205.59a.75.75%200%200%200%201-1.118A2.24%202.24%200%200%201%205.75%207.5M16%203.75a3.74%203.74%200%200%200-2.5.955a.75.75%200%200%200%201%201.118a2.25%202.25%200%200%201%203%203.355a.75.75%200%200%200%201%201.117A3.75%203.75%200%200%200%2016%203.75%22%2F%3E%3Cpath%20d%3D%22M12%206.75a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m-5.81%207.726a.75.75%200%200%200-.38-1.452c-.97.255-1.836.682-2.474%201.256c-.64.575-1.086%201.336-1.086%202.22a.75.75%200%200%200%201.5%200c0-.346.17-.729.59-1.105c.42-.378%201.054-.71%201.85-.92m12-1.45a.75.75%200%200%200-.38%201.45c.796.21%201.43.542%201.85.92c.42.376.59.76.59%201.105a.75.75%200%200%200%201.5%200c0-.884-.446-1.645-1.086-2.22c-.638-.574-1.504-1.001-2.474-1.255M12%2015.75c-1.493%200-2.881.362-3.921.986c-1.025.615-1.829%201.569-1.829%202.764a.75.75%200%200%200%201.5%200c0-.462.316-1.007%201.1-1.478c.77-.462%201.882-.772%203.15-.772s2.38.31%203.15.772c.784.47%201.1%201.017%201.1%201.478a.75.75%200%200%200%201.5%200c0-1.195-.804-2.15-1.829-2.764c-1.04-.624-2.428-.986-3.921-.986%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.75%207.5A2.25%202.25%200%200%201%209.5%205.823a.75.75%200%200%200%201-1.118a3.75%203.75%200%201%200-5%205.59a.75.75%200%200%200%201-1.118A2.24%202.24%200%200%201%205.75%207.5M16%203.75a3.74%203.74%200%200%200-2.5.955a.75.75%200%200%200%201%201.118a2.25%202.25%200%200%201%203%203.355a.75.75%200%200%200%201%201.117A3.75%203.75%200%200%200%2016%203.75%22%2F%3E%3Cpath%20d%3D%22M12%206.75a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m-5.81%207.726a.75.75%200%200%200-.38-1.452c-.97.255-1.836.682-2.474%201.256c-.64.575-1.086%201.336-1.086%202.22a.75.75%200%200%200%201.5%200c0-.346.17-.729.59-1.105c.42-.378%201.054-.71%201.85-.92m12-1.45a.75.75%200%200%200-.38%201.45c.796.21%201.43.542%201.85.92c.42.376.59.76.59%201.105a.75.75%200%200%200%201.5%200c0-.884-.446-1.645-1.086-2.22c-.638-.574-1.504-1.001-2.474-1.255M12%2015.75c-1.493%200-2.881.362-3.921.986c-1.025.615-1.829%201.569-1.829%202.764a.75.75%200%200%200%201.5%200c0-.462.316-1.007%201.1-1.478c.77-.462%201.882-.772%203.15-.772s2.38.31%203.15.772c.784.47%201.1%201.017%201.1%201.478a.75.75%200%200%200%201.5%200c0-1.195-.804-2.15-1.829-2.764c-1.04-.624-2.428-.986-3.921-.986%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/users-group-solid.svg?color=%231a73e8&size=48