Women 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 { IconWomen } from "@devigner-ui/icons";
<IconWomen className="size-6" />
<script setup>
import { IconWomen } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWomen class="size-6" />
</template>
<script>
import { IconWomen } from "@devigner-ui/icons-svelte";
</script>
<IconWomen 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="M9.5 17.75a.75.75 0 0 0 0 1.5zm5 1.5a.75.75 0 0 0 0-1.5zM11.25 22a.75.75 0 1 0 1.5 0zm0-6v2.5h1.5V16zm.75 1.75H9.5v1.5H12zm2.5 0H12v1.5h2.5zm-3.25.75V22h1.5v-3.5z" fill="currentColor"></path><path d="M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0" stroke="currentColor" stroke-width="1.5"></path></svg>