User Hand Up 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 { IconUserHandUp } from "@devigner-ui/icons";
<IconUserHandUp className="size-6" />
<script setup>
import { IconUserHandUp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserHandUp class="size-6" />
</template>
<script>
import { IconUserHandUp } from "@devigner-ui/icons-svelte";
</script>
<IconUserHandUp 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 13H8c-3 0-4.93-2.73-5.62-5.47L2 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="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" stroke-linecap="round"></path><circle opacity="1" cx="12" cy="6.00049" r="4" stroke="currentColor" stroke-width="1.5"></circle></svg>