user group icon

user-group from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.

Name
user-group
Set
Majesticons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Related icons in Majesticons

Use the user group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 5a4 4 0 0 0-2.906 6.75a5.998 5.998 0 0 0-2.974 6.449A1 1 0 0 0 7.1 19h9.8a1 1 0 0 0 .98-.801a5.998 5.998 0 0 0-2.974-6.45A4 4 0 0 0 12 5zm4.584 5.779C16.85 10.243 17 9.639 17 9s-.15-1.243-.416-1.779A3 3 0 1 1 21.4 10.8A4 4 0 0 1 23 14v1a1 1 0 0 1-1 1h-3.083a6.006 6.006 0 0 0-3.012-4.25a4.01 4.01 0 0 0 .651-.917a3.56 3.56 0 0 1 .044-.033l-.016-.021zm-8.49.97a4.01 4.01 0 0 1-.65-.916A3.902 3.902 0 0 0 7.4 10.8l.016-.021A3.984 3.984 0 0 1 7 9c0-.639.15-1.243.416-1.779A3 3 0 1 0 2.6 10.8a3.994 3.994 0 0 0-1.372 4.534A1 1 0 0 0 2.17 16h2.912a6.006 6.006 0 0 1 3.011-4.25z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsUserGroup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fillRule="evenodd" clipRule="evenodd" d="M12 5a4 4 0 0 0-2.906 6.75a5.998 5.998 0 0 0-2.974 6.449A1 1 0 0 0 7.1 19h9.8a1 1 0 0 0 .98-.801a5.998 5.998 0 0 0-2.974-6.45A4 4 0 0 0 12 5zm4.584 5.779C16.85 10.243 17 9.639 17 9s-.15-1.243-.416-1.779A3 3 0 1 1 21.4 10.8A4 4 0 0 1 23 14v1a1 1 0 0 1-1 1h-3.083a6.006 6.006 0 0 0-3.012-4.25a4.01 4.01 0 0 0 .651-.917a3.56 3.56 0 0 1 .044-.033l-.016-.021zm-8.49.97a4.01 4.01 0 0 1-.65-.916A3.902 3.902 0 0 0 7.4 10.8l.016-.021A3.984 3.984 0 0 1 7 9c0-.639.15-1.243.416-1.779A3 3 0 1 0 2.6 10.8a3.994 3.994 0 0 0-1.372 4.534A1 1 0 0 0 2.17 16h2.912a6.006 6.006 0 0 1 3.011-4.25z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 5a4 4 0 0 0-2.906 6.75a5.998 5.998 0 0 0-2.974 6.449A1 1 0 0 0 7.1 19h9.8a1 1 0 0 0 .98-.801a5.998 5.998 0 0 0-2.974-6.45A4 4 0 0 0 12 5zm4.584 5.779C16.85 10.243 17 9.639 17 9s-.15-1.243-.416-1.779A3 3 0 1 1 21.4 10.8A4 4 0 0 1 23 14v1a1 1 0 0 1-1 1h-3.083a6.006 6.006 0 0 0-3.012-4.25a4.01 4.01 0 0 0 .651-.917a3.56 3.56 0 0 1 .044-.033l-.016-.021zm-8.49.97a4.01 4.01 0 0 1-.65-.916A3.902 3.902 0 0 0 7.4 10.8l.016-.021A3.984 3.984 0 0 1 7 9c0-.639.15-1.243.416-1.779A3 3 0 1 0 2.6 10.8a3.994 3.994 0 0 0-1.372 4.534A1 1 0 0 0 2.17 16h2.912a6.006 6.006 0 0 1 3.011-4.25z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-user-group {
  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%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%205a4%204%200%200%200-2.906%206.75a5.998%205.998%200%200%200-2.974%206.449A1%201%200%200%200%207.1%2019h9.8a1%201%200%200%200%20.98-.801a5.998%205.998%200%200%200-2.974-6.45A4%204%200%200%200%2012%205zm4.584%205.779C16.85%2010.243%2017%209.639%2017%209s-.15-1.243-.416-1.779A3%203%200%201%201%2021.4%2010.8A4%204%200%200%201%2023%2014v1a1%201%200%200%201-1%201h-3.083a6.006%206.006%200%200%200-3.012-4.25a4.01%204.01%200%200%200%20.651-.917a3.56%203.56%200%200%201%20.044-.033l-.016-.021zm-8.49.97a4.01%204.01%200%200%201-.65-.916A3.902%203.902%200%200%200%207.4%2010.8l.016-.021A3.984%203.984%200%200%201%207%209c0-.639.15-1.243.416-1.779A3%203%200%201%200%202.6%2010.8a3.994%203.994%200%200%200-1.372%204.534A1%201%200%200%200%202.17%2016h2.912a6.006%206.006%200%200%201%203.011-4.25z%22%20fill%3D%22currentColor%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%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%205a4%204%200%200%200-2.906%206.75a5.998%205.998%200%200%200-2.974%206.449A1%201%200%200%200%207.1%2019h9.8a1%201%200%200%200%20.98-.801a5.998%205.998%200%200%200-2.974-6.45A4%204%200%200%200%2012%205zm4.584%205.779C16.85%2010.243%2017%209.639%2017%209s-.15-1.243-.416-1.779A3%203%200%201%201%2021.4%2010.8A4%204%200%200%201%2023%2014v1a1%201%200%200%201-1%201h-3.083a6.006%206.006%200%200%200-3.012-4.25a4.01%204.01%200%200%200%20.651-.917a3.56%203.56%200%200%201%20.044-.033l-.016-.021zm-8.49.97a4.01%204.01%200%200%201-.65-.916A3.902%203.902%200%200%200%207.4%2010.8l.016-.021A3.984%203.984%200%200%201%207%209c0-.639.15-1.243.416-1.779A3%203%200%201%200%202.6%2010.8a3.994%203.994%200%200%200-1.372%204.534A1%201%200%200%200%202.17%2016h2.912a6.006%206.006%200%200%201%203.011-4.25z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/user-group.svg?color=%231a73e8&size=48