clothes-hanger-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
clothes-hanger-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Use the clothes hanger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.5a1.5 1.5 0 0 0-1.376.9a1 1 0 0 1-1.832-.8q.165-.376.408-.7a3.5 3.5 0 1 1 4.294 5.266a1.3 1.3 0 0 0-.414.293c-.08.092-.08.137-.08.142c0 .037.02.072.052.09l7.543 4.19A2.731 2.731 0 0 1 19.27 19H4.743a2.743 2.743 0 0 1-1.37-5.12L9 10.635a1 1 0 0 1 1 1.732l-5.628 3.247A.743.743 0 0 0 4.743 17H19.27a.731.731 0 0 0 .355-1.37l-7.543-4.191A2.1 2.1 0 0 1 11 9.602c0-1.208.984-1.935 1.64-2.244A1.5 1.5 0 0 0 12 4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentClothesHanger24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.5a1.5 1.5 0 0 0-1.376.9a1 1 0 0 1-1.832-.8q.165-.376.408-.7a3.5 3.5 0 1 1 4.294 5.266a1.3 1.3 0 0 0-.414.293c-.08.092-.08.137-.08.142c0 .037.02.072.052.09l7.543 4.19A2.731 2.731 0 0 1 19.27 19H4.743a2.743 2.743 0 0 1-1.37-5.12L9 10.635a1 1 0 0 1 1 1.732l-5.628 3.247A.743.743 0 0 0 4.743 17H19.27a.731.731 0 0 0 .355-1.37l-7.543-4.191A2.1 2.1 0 0 1 11 9.602c0-1.208.984-1.935 1.64-2.244A1.5 1.5 0 0 0 12 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4.5a1.5 1.5 0 0 0-1.376.9a1 1 0 0 1-1.832-.8q.165-.376.408-.7a3.5 3.5 0 1 1 4.294 5.266a1.3 1.3 0 0 0-.414.293c-.08.092-.08.137-.08.142c0 .037.02.072.052.09l7.543 4.19A2.731 2.731 0 0 1 19.27 19H4.743a2.743 2.743 0 0 1-1.37-5.12L9 10.635a1 1 0 0 1 1 1.732l-5.628 3.247A.743.743 0 0 0 4.743 17H19.27a.731.731 0 0 0 .355-1.37l-7.543-4.191A2.1 2.1 0 0 1 11 9.602c0-1.208.984-1.935 1.64-2.244A1.5 1.5 0 0 0 12 4.5"/></svg>
</template>

CSS

.icon-clothes-hanger-24-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.5a1.5%201.5%200%200%200-1.376.9a1%201%200%200%201-1.832-.8q.165-.376.408-.7a3.5%203.5%200%201%201%204.294%205.266a1.3%201.3%200%200%200-.414.293c-.08.092-.08.137-.08.142c0%20.037.02.072.052.09l7.543%204.19A2.731%202.731%200%200%201%2019.27%2019H4.743a2.743%202.743%200%200%201-1.37-5.12L9%2010.635a1%201%200%200%201%201%201.732l-5.628%203.247A.743.743%200%200%200%204.743%2017H19.27a.731.731%200%200%200%20.355-1.37l-7.543-4.191A2.1%202.1%200%200%201%2011%209.602c0-1.208.984-1.935%201.64-2.244A1.5%201.5%200%200%200%2012%204.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.5a1.5%201.5%200%200%200-1.376.9a1%201%200%200%201-1.832-.8q.165-.376.408-.7a3.5%203.5%200%201%201%204.294%205.266a1.3%201.3%200%200%200-.414.293c-.08.092-.08.137-.08.142c0%20.037.02.072.052.09l7.543%204.19A2.731%202.731%200%200%201%2019.27%2019H4.743a2.743%202.743%200%200%201-1.37-5.12L9%2010.635a1%201%200%200%201%201%201.732l-5.628%203.247A.743.743%200%200%200%204.743%2017H19.27a.731.731%200%200%200%20.355-1.37l-7.543-4.191A2.1%202.1%200%200%201%2011%209.602c0-1.208.984-1.935%201.64-2.244A1.5%201.5%200%200%200%2012%204.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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