Hanger 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 { IconHanger } from "@devigner-ui/icons";
<IconHanger className="size-6" />
<script setup>
import { IconHanger } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHanger class="size-6" />
</template>
<script>
import { IconHanger } from "@devigner-ui/icons-svelte";
</script>
<IconHanger class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.54 6.9c0-1.05.95-1.9 2.12-1.9s2.12.85 2.12 1.9q-.01.77-.49 1.3c-.6.65-1.49 1.3-1.49 2.15v.28m0 0c.73 0 1.47.2 2.08.61l7.44 5.01c1.3.88.61 2.75-1.02 2.75H3.7c-1.61 0-2.32-1.84-1.04-2.73l7.1-5c.6-.41 1.32-.63 2.04-.64" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>