Profile 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 { IconProfileAdd } from "@devigner-ui/icons";
<IconProfileAdd className="size-6" />
<script setup>
import { IconProfileAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconProfileAdd class="size-6" />
</template>
<script>
import { IconProfileAdd } from "@devigner-ui/icons-svelte";
</script>
<IconProfileAdd class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M19.17 19.5h-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.17 21.5v-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path opacity="1" d="M12.83 10.87h-.33a4.43 4.43 0 1 1 4.6-4.43c0 2.4-1.9 4.35-4.27 4.43" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.66 21.81a9 9 0 0 1-5.01-1.38c-2.42-1.62-2.42-4.26 0-5.87 2.75-1.84 7.26-1.84 10.01 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>