Users Group Two 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 { IconUsersGroupTwoRounded } from "@devigner-ui/icons";
<IconUsersGroupTwoRounded className="size-6" />
<script setup>
import { IconUsersGroupTwoRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUsersGroupTwoRounded class="size-6" />
</template>
<script>
import { IconUsersGroupTwoRounded } from "@devigner-ui/icons-svelte";
</script>
<IconUsersGroupTwoRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="6.00049" r="4" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M18 9c1.66 0 3-1.12 3-2.5S19.66 4 18 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M6 9C4.34 9 3 7.88 3 6.5S4.34 4 6 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><ellipse cx="12" cy="17.0005" rx="6" ry="4" stroke="currentColor" stroke-width="1.5"></ellipse><path opacity="1" d="M20 19c1.75-.38 3-1.36 3-2.5s-1.25-2.11-3-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M4 19c-1.75-.38-3-1.36-3-2.5s1.25-2.11 3-2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>