Hanger2 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 { IconHanger2 } from "@devigner-ui/icons";
<IconHanger2 className="size-6" />
<script setup>
import { IconHanger2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHanger2 class="size-6" />
</template>
<script>
import { IconHanger2 } from "@devigner-ui/icons-svelte";
</script>
<IconHanger2 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.54 3.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.75H18m-6.2-8.37c-.72 0-1.45.22-2.05.65l-7.1 4.99C1.39 14.17 2.1 16 3.7 16H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 18c0-1.89 0-2.83.59-3.41C7.17 14 8.1 14 10 14h4c1.89 0 2.83 0 3.41.59.59.58.59 1.52.59 3.41s0 2.83-.59 3.41C16.83 22 15.9 22 14 22h-4c-1.89 0-2.83 0-3.41-.59C6 20.83 6 19.9 6 18" stroke="currentColor" stroke-width="1.5"></path></svg>