People 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 { IconPeople } from "@devigner-ui/icons";
<IconPeople className="size-6" />
<script setup>
import { IconPeople } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPeople class="size-6" />
</template>
<script>
import { IconPeople } from "@devigner-ui/icons-svelte";
</script>
<IconPeople 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.67 7.16h-.2A2.57 2.57 0 0 1 16 4.58a2.58 2.58 0 1 1 2.67 2.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M17.64 14.44a5.6 5.6 0 0 0 3.94-.72c1.4-.94 1.4-2.48 0-3.42a5.7 5.7 0 0 0-3.97-.71" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.64 7.16h.19A2.57 2.57 0 0 0 9.3 4.58a2.58 2.58 0 1 0-2.67 2.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.67 14.44a5.6 5.6 0 0 1-3.94-.72c-1.41-.94-1.41-2.48 0-3.42a5.7 5.7 0 0 1 3.97-.71" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 14.63h-.19A2.57 2.57 0 0 1 10 12.05a2.58 2.58 0 1 1 2.67 2.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.76 17.78c-1.41.94-1.41 2.48 0 3.42a5.7 5.7 0 0 0 5.82 0c1.41-.94 1.41-2.48 0-3.42a5.7 5.7 0 0 0-5.82 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>