coat hanger icon

coat-hanger-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
coat-hanger-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the coat hanger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.18 174.4L134.67 96l27.72-20.8A4 4 0 0 0 164 72a36 36 0 1 0-72 0a4 4 0 0 0 8 0a28 28 0 0 1 55.92-2l-30.26 22.7l-.14.1l-108.7 81.6A12 12 0 0 0 24 196h208a12 12 0 0 0 7.2-21.6Zm-3.41 10.87A3.88 3.88 0 0 1 232 188H24a4 4 0 0 1-2.4-7.2L128 101l106.38 79.8a3.88 3.88 0 0 1 1.39 4.47"/></svg>

React

import type { SVGProps } from "react";

export function PhCoatHangerThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.18 174.4L134.67 96l27.72-20.8A4 4 0 0 0 164 72a36 36 0 1 0-72 0a4 4 0 0 0 8 0a28 28 0 0 1 55.92-2l-30.26 22.7l-.14.1l-108.7 81.6A12 12 0 0 0 24 196h208a12 12 0 0 0 7.2-21.6Zm-3.41 10.87A3.88 3.88 0 0 1 232 188H24a4 4 0 0 1-2.4-7.2L128 101l106.38 79.8a3.88 3.88 0 0 1 1.39 4.47"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.18 174.4L134.67 96l27.72-20.8A4 4 0 0 0 164 72a36 36 0 1 0-72 0a4 4 0 0 0 8 0a28 28 0 0 1 55.92-2l-30.26 22.7l-.14.1l-108.7 81.6A12 12 0 0 0 24 196h208a12 12 0 0 0 7.2-21.6Zm-3.41 10.87A3.88 3.88 0 0 1 232 188H24a4 4 0 0 1-2.4-7.2L128 101l106.38 79.8a3.88 3.88 0 0 1 1.39 4.47"/></svg>
</template>

CSS

.icon-coat-hanger-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.18%20174.4L134.67%2096l27.72-20.8A4%204%200%200%200%20164%2072a36%2036%200%201%200-72%200a4%204%200%200%200%208%200a28%2028%200%200%201%2055.92-2l-30.26%2022.7l-.14.1l-108.7%2081.6A12%2012%200%200%200%2024%20196h208a12%2012%200%200%200%207.2-21.6Zm-3.41%2010.87A3.88%203.88%200%200%201%20232%20188H24a4%204%200%200%201-2.4-7.2L128%20101l106.38%2079.8a3.88%203.88%200%200%201%201.39%204.47%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.18%20174.4L134.67%2096l27.72-20.8A4%204%200%200%200%20164%2072a36%2036%200%201%200-72%200a4%204%200%200%200%208%200a28%2028%200%200%201%2055.92-2l-30.26%2022.7l-.14.1l-108.7%2081.6A12%2012%200%200%200%2024%20196h208a12%2012%200%200%200%207.2-21.6Zm-3.41%2010.87A3.88%203.88%200%200%201%20232%20188H24a4%204%200%200%201-2.4-7.2L128%20101l106.38%2079.8a3.88%203.88%200%200%201%201.39%204.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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