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

Name
clothes-hanger-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M9.999 4.5a1 1 0 0 0-.904.571a.75.75 0 1 1-1.354-.645a2.5 2.5 0 1 1 3.728 3.097c-.233.169-.427.33-.56.493c-.132.158-.16.264-.16.333c0 .128.07.245.181.306l6.528 3.58A2.006 2.006 0 0 1 16.494 16H3.504a2.003 2.003 0 0 1-.955-3.765l5.344-2.894a.75.75 0 1 1 .714 1.319l-5.343 2.894a.503.503 0 0 0 .24.946h12.99a.506.506 0 0 0 .243-.95L10.21 9.97a1.85 1.85 0 0 1-.96-1.62c0-.538.24-.971.501-1.288c.258-.313.578-.564.836-.752A1 1 0 0 0 10 4.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentClothesHanger20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.999 4.5a1 1 0 0 0-.904.571a.75.75 0 1 1-1.354-.645a2.5 2.5 0 1 1 3.728 3.097c-.233.169-.427.33-.56.493c-.132.158-.16.264-.16.333c0 .128.07.245.181.306l6.528 3.58A2.006 2.006 0 0 1 16.494 16H3.504a2.003 2.003 0 0 1-.955-3.765l5.344-2.894a.75.75 0 1 1 .714 1.319l-5.343 2.894a.503.503 0 0 0 .24.946h12.99a.506.506 0 0 0 .243-.95L10.21 9.97a1.85 1.85 0 0 1-.96-1.62c0-.538.24-.971.501-1.288c.258-.313.578-.564.836-.752A1 1 0 0 0 10 4.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.999 4.5a1 1 0 0 0-.904.571a.75.75 0 1 1-1.354-.645a2.5 2.5 0 1 1 3.728 3.097c-.233.169-.427.33-.56.493c-.132.158-.16.264-.16.333c0 .128.07.245.181.306l6.528 3.58A2.006 2.006 0 0 1 16.494 16H3.504a2.003 2.003 0 0 1-.955-3.765l5.344-2.894a.75.75 0 1 1 .714 1.319l-5.343 2.894a.503.503 0 0 0 .24.946h12.99a.506.506 0 0 0 .243-.95L10.21 9.97a1.85 1.85 0 0 1-.96-1.62c0-.538.24-.971.501-1.288c.258-.313.578-.564.836-.752A1 1 0 0 0 10 4.5"/></svg>
</template>

CSS

.icon-clothes-hanger-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.999%204.5a1%201%200%200%200-.904.571a.75.75%200%201%201-1.354-.645a2.5%202.5%200%201%201%203.728%203.097c-.233.169-.427.33-.56.493c-.132.158-.16.264-.16.333c0%20.128.07.245.181.306l6.528%203.58A2.006%202.006%200%200%201%2016.494%2016H3.504a2.003%202.003%200%200%201-.955-3.765l5.344-2.894a.75.75%200%201%201%20.714%201.319l-5.343%202.894a.503.503%200%200%200%20.24.946h12.99a.506.506%200%200%200%20.243-.95L10.21%209.97a1.85%201.85%200%200%201-.96-1.62c0-.538.24-.971.501-1.288c.258-.313.578-.564.836-.752A1%201%200%200%200%2010%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.999%204.5a1%201%200%200%200-.904.571a.75.75%200%201%201-1.354-.645a2.5%202.5%200%201%201%203.728%203.097c-.233.169-.427.33-.56.493c-.132.158-.16.264-.16.333c0%20.128.07.245.181.306l6.528%203.58A2.006%202.006%200%200%201%2016.494%2016H3.504a2.003%202.003%200%200%201-.955-3.765l5.344-2.894a.75.75%200%201%201%20.714%201.319l-5.343%202.894a.503.503%200%200%200%20.24.946h12.99a.506.506%200%200%200%20.243-.95L10.21%209.97a1.85%201.85%200%200%201-.96-1.62c0-.538.24-.971.501-1.288c.258-.313.578-.564.836-.752A1%201%200%200%200%2010%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-20-filled.svg?color=%231a73e8&size=48