hanger from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
hanger
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the hanger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m4.126 15.367l6.002-3.377A3.7 3.7 0 0 1 12 11.5a3.7 3.7 0 0 1 1.872.49l6.002 3.377a2.208 2.208 0 0 1-1.082 4.133H5.208a2.208 2.208 0 0 1-1.082-4.133"/><path d="M10 6.405c0-1.052.895-1.905 2-1.905s2 .853 2 1.905c0 .72-.42 1.346-1.038 1.67c-.489.256-.962.682-.962 1.235v2.19"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHanger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m4.126 15.367l6.002-3.377A3.7 3.7 0 0 1 12 11.5a3.7 3.7 0 0 1 1.872.49l6.002 3.377a2.208 2.208 0 0 1-1.082 4.133H5.208a2.208 2.208 0 0 1-1.082-4.133"/><path d="M10 6.405c0-1.052.895-1.905 2-1.905s2 .853 2 1.905c0 .72-.42 1.346-1.038 1.67c-.489.256-.962.682-.962 1.235v2.19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m4.126 15.367l6.002-3.377A3.7 3.7 0 0 1 12 11.5a3.7 3.7 0 0 1 1.872.49l6.002 3.377a2.208 2.208 0 0 1-1.082 4.133H5.208a2.208 2.208 0 0 1-1.082-4.133"/><path d="M10 6.405c0-1.052.895-1.905 2-1.905s2 .853 2 1.905c0 .72-.42 1.346-1.038 1.67c-.489.256-.962.682-.962 1.235v2.19"/></g></svg>
</template>

CSS

.icon-hanger {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m4.126%2015.367l6.002-3.377A3.7%203.7%200%200%201%2012%2011.5a3.7%203.7%200%200%201%201.872.49l6.002%203.377a2.208%202.208%200%200%201-1.082%204.133H5.208a2.208%202.208%200%200%201-1.082-4.133%22%2F%3E%3Cpath%20d%3D%22M10%206.405c0-1.052.895-1.905%202-1.905s2%20.853%202%201.905c0%20.72-.42%201.346-1.038%201.67c-.489.256-.962.682-.962%201.235v2.19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m4.126%2015.367l6.002-3.377A3.7%203.7%200%200%201%2012%2011.5a3.7%203.7%200%200%201%201.872.49l6.002%203.377a2.208%202.208%200%200%201-1.082%204.133H5.208a2.208%202.208%200%200%201-1.082-4.133%22%2F%3E%3Cpath%20d%3D%22M10%206.405c0-1.052.895-1.905%202-1.905s2%20.853%202%201.905c0%20.72-.42%201.346-1.038%201.67c-.489.256-.962.682-.962%201.235v2.19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hanger.svg?color=%231a73e8&size=48