User Hands 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 { IconUserHands } from "@devigner-ui/icons";
<IconUserHands className="size-6" />
<script setup>
import { IconUserHands } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserHands class="size-6" />
</template>
<script>
import { IconUserHands } from "@devigner-ui/icons-svelte";
</script>
<IconUserHands class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m20 21.5-.65-5.52A3.37 3.37 0 0 0 16 13H8a3.37 3.37 0 0 0-3.35 2.98L4 21.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M8 13v5c0 1.89 0 2.83.59 3.41.58.59 1.52.59 3.41.59s2.83 0 3.41-.59C16 20.83 16 19.9 16 18v-5" stroke="currentColor" stroke-width="1.5"></path><circle cx="12" cy="6.00049" r="4" stroke="currentColor" stroke-width="1.5"></circle></svg>