User Rounded 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 { IconUserRounded } from "@devigner-ui/icons";
<IconUserRounded className="size-6" />
<script setup>
import { IconUserRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconUserRounded class="size-6" />
</template>
<script>
import { IconUserRounded } from "@devigner-ui/icons-svelte";
</script>
<IconUserRounded class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="6.00049" r="4" stroke="currentColor" stroke-width="1.5"></circle><ellipse opacity="1" cx="12" cy="17.0005" rx="7" ry="4" stroke="currentColor" stroke-width="1.5"></ellipse></svg>