User Cirlce Add 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 { IconUserCirlceAdd } from "@devigner-ui/icons";
<IconUserCirlceAdd className="size-6" />
<script setup>
import { IconUserCirlceAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserCirlceAdd class="size-6" />
</template>
<script>
import { IconUserCirlceAdd } from "@devigner-ui/icons-svelte";
</script>
<IconUserCirlceAdd class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M12.13 13.73a2.81 2.81 0 1 0 0-5.62 2.81 2.81 0 0 0 0 5.62" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M17.32 20.2c0-2.33-2.32-4.23-5.19-4.23s-5.19 1.89-5.19 4.23" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.67 12.5a9.5 9.5 0 1 1-5.8-8.76 4 4 0 0 0 .38 3.32q.3.52.76.91a3.9 3.9 0 0 0 3.91.82q.73 1.73.75 3.71" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.67 5q0 .48-.12.93-.14.61-.46 1.13a4 4 0 0 1-2.17 1.73q-.59.21-1.25.21a4 4 0 0 1-2.66-1.03q-.45-.4-.76-.91a4 4 0 0 1-.38-3.32q.3-.88.93-1.53A4 4 0 0 1 23.67 5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.16 4.98h-2.98" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.67 3.52v2.99" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>