Users Group Rounded icon in outline, twotone, bold and bulk. Free in all four styles, for profile, account, teams, members, contacts. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconUsersGroupRounded } from "@devigner-ui/icons";
<IconUsersGroupRounded className="size-6" />
<script setup>
import { IconUsersGroupRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUsersGroupRounded class="size-6" />
</template>
<script>
import { IconUsersGroupRounded } from "@devigner-ui/icons-svelte";
</script>
<IconUsersGroupRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9" cy="6.00049" r="4" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M12.5 4.34a3 3 0 1 1 0 3.32" stroke="currentColor" stroke-width="1.5"></path><ellipse cx="9" cy="17.0005" rx="7" ry="4" stroke="currentColor" stroke-width="1.5"></ellipse><path opacity="1" d="M18 14c1.75.39 3 1.36 3 2.5 0 1.03-1.01 1.92-2.5 2.37" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>