User Plus 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 { IconUserPlus } from "@devigner-ui/icons";
<IconUserPlus className="size-6" />
<script setup>
import { IconUserPlus } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserPlus class="size-6" />
</template>
<script>
import { IconUserPlus } from "@devigner-ui/icons-svelte";
</script>
<IconUserPlus class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="6.00049" r="4" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M18 17.5c0 2.49 0 4.5-8 4.5s-8-2.01-8-4.5c0-2.48 3.58-4.5 8-4.5s8 2.02 8 4.5" stroke="currentColor" stroke-width="1.5"></path><path d="M21 10h-2m0 0h-2m2 0V8m0 2v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>