User Square 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 { IconUserSquare } from "@devigner-ui/icons";
<IconUserSquare className="size-6" />
<script setup>
import { IconUserSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserSquare class="size-6" />
</template>
<script>
import { IconUserSquare } from "@devigner-ui/icons-svelte";
</script>
<IconUserSquare 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="M18.81 21.62q-1.31.39-3.14.38h-6q-1.82 0-3.14-.38c.22-2.6 2.89-4.65 6.14-4.65s5.92 2.05 6.14 4.65" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 9v6c0 3.78-1.14 5.85-3.86 6.62q-1.32.39-3.14.38h-6q-1.83 0-3.14-.38c-2.72-.77-3.86-2.84-3.86-6.62V9c0-5 2-7 7-7h6c5 0 7 2 7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.25 10.58a3.58 3.58 0 1 1-7.17.01 3.58 3.58 0 0 1 7.17-.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>