Men icon in outline, twotone, bold and bulk. Free in all four styles, for space, science, launch screens, horoscopes. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMen } from "@devigner-ui/icons";
<IconMen className="size-6" />
<script setup>
import { IconMen } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMen class="size-6" />
</template>
<script>
import { IconMen } from "@devigner-ui/icons-svelte";
</script>
<IconMen class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="14" r="8" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M22 2h.75a.75.75 0 0 0-.75-.75zm-.75 5a.75.75 0 0 0 1.5 0zM17 1.25a.75.75 0 0 0 0 1.5zm-.97 7.78 6.5-6.5-1.06-1.06-6.5 6.5zM21.25 2v5h1.5V2zM17 2.75h5v-1.5h-5z" fill="currentColor"></path></svg>