Body icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBody } from "@devigner-ui/icons";
<IconBody className="size-6" />
<script setup>
import { IconBody } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBody class="size-6" />
</template>
<script>
import { IconBody } from "@devigner-ui/icons-svelte";
</script>
<IconBody class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.06 22h-.12c-.76 0-1.14 0-1.47-.15s-.57-.43-1.04-.99l-2.38-2.8c-.47-.55-.7-.82-.82-1.14-.12-.33-.12-.68-.12-1.38v-5.26c0-.69 0-1.03-.15-1.33s-.42-.53-.98-.97l-.2-.17C3.6 6.86 3 6.38 3 5.7s.52-1.12 1.57-2l.47-.35c.57-.41 1.4-.87 1.98-1.17.43-.22.95-.22 1.4-.02l.26.13q.1.05.17.14a3.92 3.92 0 0 0 6.3 0q.06-.1.17-.14l.26-.13c.45-.2.97-.2 1.4.02.58.3 1.41.76 1.98 1.17q.23.16.47.36C20.48 4.57 21 5 21 5.69c0 .7-.6 1.17-1.78 2.12l-.2.17c-.56.44-.83.67-.98.97s-.15.64-.15 1.33v5.26c0 .7 0 1.05-.12 1.38s-.35.6-.82 1.14l-2.38 2.8c-.47.56-.7.84-1.04 1-.33.14-.7.14-1.47.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>