coat hanger icon
coat-hanger-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- coat-hanger-bold
- Set
- Phosphor
- Style
- Bold
- 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="m244 168l-96-72l19.2-14.4A12 12 0 0 0 172 72a44 44 0 0 0-87.66-5.48a12 12 0 1 0 23.82 3a20 20 0 0 1 39.09-2.92L121 86.24c-.15.1-.29.21-.43.32L12 168a20 20 0 0 0 12 36h208a20 20 0 0 0 12-36M36 180l92-69l92 69Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCoatHangerBold(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="m244 168l-96-72l19.2-14.4A12 12 0 0 0 172 72a44 44 0 0 0-87.66-5.48a12 12 0 1 0 23.82 3a20 20 0 0 1 39.09-2.92L121 86.24c-.15.1-.29.21-.43.32L12 168a20 20 0 0 0 12 36h208a20 20 0 0 0 12-36M36 180l92-69l92 69Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m244 168l-96-72l19.2-14.4A12 12 0 0 0 172 72a44 44 0 0 0-87.66-5.48a12 12 0 1 0 23.82 3a20 20 0 0 1 39.09-2.92L121 86.24c-.15.1-.29.21-.43.32L12 168a20 20 0 0 0 12 36h208a20 20 0 0 0 12-36M36 180l92-69l92 69Z"/></svg> </template>
CSS
.icon-coat-hanger-bold {
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%22m244%20168l-96-72l19.2-14.4A12%2012%200%200%200%20172%2072a44%2044%200%200%200-87.66-5.48a12%2012%200%201%200%2023.82%203a20%2020%200%200%201%2039.09-2.92L121%2086.24c-.15.1-.29.21-.43.32L12%20168a20%2020%200%200%200%2012%2036h208a20%2020%200%200%200%2012-36M36%20180l92-69l92%2069Z%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%22m244%20168l-96-72l19.2-14.4A12%2012%200%200%200%20172%2072a44%2044%200%200%200-87.66-5.48a12%2012%200%201%200%2023.82%203a20%2020%200%200%201%2039.09-2.92L121%2086.24c-.15.1-.29.21-.43.32L12%20168a20%2020%200%200%200%2012%2036h208a20%2020%200%200%200%2012-36M36%20180l92-69l92%2069Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/coat-hanger-bold.svg?color=%231a73e8&size=48