clothes hanger icon
clothes-hanger-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- clothes-hanger-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.5c-.652 0-1.208.416-1.415 1A.75.75 0 1 1 9.171 5a3 3 0 1 1 4.588 3.43c-.301.219-.568.438-.757.667c-.186.226-.252.407-.252.563a.66.66 0 0 0 .346.58l7.607 4.112A2.473 2.473 0 0 1 19.527 19H4.473a2.473 2.473 0 0 1-1.176-4.648l6.1-3.298a.75.75 0 1 1 .713 1.32l-6.1 3.297a.973.973 0 0 0 .463 1.829h15.054a.973.973 0 0 0 .463-1.829l-7.607-4.112a2.16 2.16 0 0 1-1.133-1.9c0-.623.278-1.131.594-1.515c.314-.38.707-.69 1.035-.928A1.5 1.5 0 0 0 12 4.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentClothesHanger24Regular(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.5c-.652 0-1.208.416-1.415 1A.75.75 0 1 1 9.171 5a3 3 0 1 1 4.588 3.43c-.301.219-.568.438-.757.667c-.186.226-.252.407-.252.563a.66.66 0 0 0 .346.58l7.607 4.112A2.473 2.473 0 0 1 19.527 19H4.473a2.473 2.473 0 0 1-1.176-4.648l6.1-3.298a.75.75 0 1 1 .713 1.32l-6.1 3.297a.973.973 0 0 0 .463 1.829h15.054a.973.973 0 0 0 .463-1.829l-7.607-4.112a2.16 2.16 0 0 1-1.133-1.9c0-.623.278-1.131.594-1.515c.314-.38.707-.69 1.035-.928A1.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.5c-.652 0-1.208.416-1.415 1A.75.75 0 1 1 9.171 5a3 3 0 1 1 4.588 3.43c-.301.219-.568.438-.757.667c-.186.226-.252.407-.252.563a.66.66 0 0 0 .346.58l7.607 4.112A2.473 2.473 0 0 1 19.527 19H4.473a2.473 2.473 0 0 1-1.176-4.648l6.1-3.298a.75.75 0 1 1 .713 1.32l-6.1 3.297a.973.973 0 0 0 .463 1.829h15.054a.973.973 0 0 0 .463-1.829l-7.607-4.112a2.16 2.16 0 0 1-1.133-1.9c0-.623.278-1.131.594-1.515c.314-.38.707-.69 1.035-.928A1.5 1.5 0 0 0 12 4.5"/></svg> </template>
CSS
.icon-clothes-hanger-24-regular {
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.5c-.652%200-1.208.416-1.415%201A.75.75%200%201%201%209.171%205a3%203%200%201%201%204.588%203.43c-.301.219-.568.438-.757.667c-.186.226-.252.407-.252.563a.66.66%200%200%200%20.346.58l7.607%204.112A2.473%202.473%200%200%201%2019.527%2019H4.473a2.473%202.473%200%200%201-1.176-4.648l6.1-3.298a.75.75%200%201%201%20.713%201.32l-6.1%203.297a.973.973%200%200%200%20.463%201.829h15.054a.973.973%200%200%200%20.463-1.829l-7.607-4.112a2.16%202.16%200%200%201-1.133-1.9c0-.623.278-1.131.594-1.515c.314-.38.707-.69%201.035-.928A1.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.5c-.652%200-1.208.416-1.415%201A.75.75%200%201%201%209.171%205a3%203%200%201%201%204.588%203.43c-.301.219-.568.438-.757.667c-.186.226-.252.407-.252.563a.66.66%200%200%200%20.346.58l7.607%204.112A2.473%202.473%200%200%201%2019.527%2019H4.473a2.473%202.473%200%200%201-1.176-4.648l6.1-3.298a.75.75%200%201%201%20.713%201.32l-6.1%203.297a.973.973%200%200%200%20.463%201.829h15.054a.973.973%200%200%200%20.463-1.829l-7.607-4.112a2.16%202.16%200%200%201-1.133-1.9c0-.623.278-1.131.594-1.515c.314-.38.707-.69%201.035-.928A1.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-regular.svg?color=%231a73e8&size=48