hanger two icon
hanger-two from IconPark by ByteDance · Color · Life · Apache-2.0 Free for personal and commercial use.
- Name
- hanger-two
- Set
- IconPark
- Style
- Color
- Category
- Life
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More life icons from IconPark
Use the hanger two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M37 32H40.9098C42.6165 32 44 30.6165 44 28.9098C44 27.7394 43.3387 26.6693 42.2918 26.1459L24 17L5.7082 26.1459C4.6613 26.6693 4 27.7394 4 28.9098C4 30.6165 5.38352 32 7.09017 32H11"/><path fill="#2F88FF" d="M11 30H37V32V44H11V32V30Z"/><path d="M24 17C24 17 28 10.2091 28 8C28 5.79086 26.2091 4 24 4C21.7909 4 20 5.79086 20 8"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkHangerTwo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M37 32H40.9098C42.6165 32 44 30.6165 44 28.9098C44 27.7394 43.3387 26.6693 42.2918 26.1459L24 17L5.7082 26.1459C4.6613 26.6693 4 27.7394 4 28.9098C4 30.6165 5.38352 32 7.09017 32H11"/><path fill="#2F88FF" d="M11 30H37V32V44H11V32V30Z"/><path d="M24 17C24 17 28 10.2091 28 8C28 5.79086 26.2091 4 24 4C21.7909 4 20 5.79086 20 8"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M37 32H40.9098C42.6165 32 44 30.6165 44 28.9098C44 27.7394 43.3387 26.6693 42.2918 26.1459L24 17L5.7082 26.1459C4.6613 26.6693 4 27.7394 4 28.9098C4 30.6165 5.38352 32 7.09017 32H11"/><path fill="#2F88FF" d="M11 30H37V32V44H11V32V30Z"/><path d="M24 17C24 17 28 10.2091 28 8C28 5.79086 26.2091 4 24 4C21.7909 4 20 5.79086 20 8"/></g></svg> </template>
CSS
.icon-hanger-two {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M37%2032H40.9098C42.6165%2032%2044%2030.6165%2044%2028.9098C44%2027.7394%2043.3387%2026.6693%2042.2918%2026.1459L24%2017L5.7082%2026.1459C4.6613%2026.6693%204%2027.7394%204%2028.9098C4%2030.6165%205.38352%2032%207.09017%2032H11%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2030H37V32V44H11V32V30Z%22%2F%3E%3Cpath%20d%3D%22M24%2017C24%2017%2028%2010.2091%2028%208C28%205.79086%2026.2091%204%2024%204C21.7909%204%2020%205.79086%2020%208%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M37%2032H40.9098C42.6165%2032%2044%2030.6165%2044%2028.9098C44%2027.7394%2043.3387%2026.6693%2042.2918%2026.1459L24%2017L5.7082%2026.1459C4.6613%2026.6693%204%2027.7394%204%2028.9098C4%2030.6165%205.38352%2032%207.09017%2032H11%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2030H37V32V44H11V32V30Z%22%2F%3E%3Cpath%20d%3D%22M24%2017C24%2017%2028%2010.2091%2028%208C28%205.79086%2026.2091%204%2024%204C21.7909%204%2020%205.79086%2020%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/hanger-two.svg?color=%231a73e8&size=48