User Plus 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 { IconUserPlusRounded } from "@devigner-ui/icons";
<IconUserPlusRounded className="size-6" />
<script setup>
import { IconUserPlusRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserPlusRounded class="size-6" />
</template>
<script>
import { IconUserPlusRounded } from "@devigner-ui/icons-svelte";
</script>
<IconUserPlusRounded 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="M15.58 20.44c-1.04.35-2.27.56-3.58.56-3.87 0-7-1.79-7-4s3.13-4 7-4c2.6 0 4.88.82 6.09 2.02" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M20.41 18.5H19m0 0h-1.41m1.41 0v-1.41m0 1.41v1.41" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>