hanger icon
hanger from Material Design Icons by Pictogrammers · Filled · Clothing · Apache-2.0 Free for personal and commercial use.
- Name
- hanger
- Set
- Material Design Icons
- Style
- Filled
- Category
- Clothing
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- closet, clothes-hanger, coat-hanger
The same icon in other sets
More clothing icons from Material Design Icons
Use the 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 4a3.5 3.5 0 0 0-3.5 3.5h2A1.5 1.5 0 0 1 12 6a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 9c-.55 0-1 .45-1 1v1.75L2.4 18.2A1 1 0 0 0 3 20h18a1 1 0 0 0 .6-1.8L13 11.75v-.9a3.5 3.5 0 0 0 2.5-3.35A3.5 3.5 0 0 0 12 4m0 9.5l6 4.5H6Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHanger(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 4a3.5 3.5 0 0 0-3.5 3.5h2A1.5 1.5 0 0 1 12 6a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 9c-.55 0-1 .45-1 1v1.75L2.4 18.2A1 1 0 0 0 3 20h18a1 1 0 0 0 .6-1.8L13 11.75v-.9a3.5 3.5 0 0 0 2.5-3.35A3.5 3.5 0 0 0 12 4m0 9.5l6 4.5H6Z"/></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 4a3.5 3.5 0 0 0-3.5 3.5h2A1.5 1.5 0 0 1 12 6a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 1 12 9c-.55 0-1 .45-1 1v1.75L2.4 18.2A1 1 0 0 0 3 20h18a1 1 0 0 0 .6-1.8L13 11.75v-.9a3.5 3.5 0 0 0 2.5-3.35A3.5 3.5 0 0 0 12 4m0 9.5l6 4.5H6Z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204a3.5%203.5%200%200%200-3.5%203.5h2A1.5%201.5%200%200%201%2012%206a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2012%209c-.55%200-1%20.45-1%201v1.75L2.4%2018.2A1%201%200%200%200%203%2020h18a1%201%200%200%200%20.6-1.8L13%2011.75v-.9a3.5%203.5%200%200%200%202.5-3.35A3.5%203.5%200%200%200%2012%204m0%209.5l6%204.5H6Z%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%204a3.5%203.5%200%200%200-3.5%203.5h2A1.5%201.5%200%200%201%2012%206a1.5%201.5%200%200%201%201.5%201.5A1.5%201.5%200%200%201%2012%209c-.55%200-1%20.45-1%201v1.75L2.4%2018.2A1%201%200%200%200%203%2020h18a1%201%200%200%200%20.6-1.8L13%2011.75v-.9a3.5%203.5%200%200%200%202.5-3.35A3.5%203.5%200%200%200%2012%204m0%209.5l6%204.5H6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hanger.svg?color=%231a73e8&size=48