Tag User 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 { IconTagUser } from "@devigner-ui/icons";
<IconTagUser className="size-6" />
<script setup>
import { IconTagUser } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTagUser class="size-6" />
</template>
<script>
import { IconTagUser } from "@devigner-ui/icons-svelte";
</script>
<IconTagUser class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.67 18.86h-.76c-.8 0-1.56.31-2.12.87l-1.71 1.69c-.78.77-2.05.77-2.83 0l-1.71-1.69a3 3 0 0 0-2.12-.87h-.75c-1.66 0-3-1.33-3-2.97V4.97a3 3 0 0 1 3-2.97h12c1.66 0 3 1.33 3 2.97v10.91a3 3 0 0 1-3 2.98" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.74 8.95h-.15A1.95 1.95 0 1 1 14.61 7a1.9 1.9 0 0 1-1.87 1.95" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.92 11.96c-1.33.89-1.33 2.34 0 3.23a5.4 5.4 0 0 0 5.5 0c1.33-.89 1.33-2.34 0-3.23-1.51-1-3.98-1-5.5 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>