hanger icon
hanger-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- hanger-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All hanger icons →More ui icons from Reicon
Use the hanger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.793 9.88a4.4 4.4 0 0 1 2.51.739l7.433 5.01c.95.64 1.207 1.697.877 2.588c-.325.876-1.191 1.533-2.316 1.533H3.702c-1.112 0-1.974-.645-2.306-1.51c-.338-.88-.1-1.931.828-2.583l7.095-4.991a4.4 4.4 0 0 1 2.473-.786m1.672 1.983a2.9 2.9 0 0 0-1.655-.483a2.9 2.9 0 0 0-1.628.512l-7.095 4.992c-.346.242-.391.557-.29.818c.105.276.403.548.905.548h16.595c.509 0 .806-.277.91-.555c.097-.263.047-.582-.31-.822z" clip-rule="evenodd"/><path d="M10.285 6.91c0-.568.538-1.16 1.374-1.16s1.374.592 1.374 1.16c0 .311-.111.581-.293.78c-.113.122-.238.245-.38.385l-.08.08a9 9 0 0 0-.53.558c-.265.312-.552.724-.658 1.23a4.5 4.5 0 0 1 1.596.016q.075-.12.205-.274a8 8 0 0 1 .441-.464l.074-.072c.141-.14.296-.292.436-.445c.442-.48.69-1.115.69-1.795c0-1.542-1.365-2.659-2.875-2.659S8.785 5.367 8.785 6.91a.75.75 0 1 0 1.5 0" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHangerDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M11.793 9.88a4.4 4.4 0 0 1 2.51.739l7.433 5.01c.95.64 1.207 1.697.877 2.588c-.325.876-1.191 1.533-2.316 1.533H3.702c-1.112 0-1.974-.645-2.306-1.51c-.338-.88-.1-1.931.828-2.583l7.095-4.991a4.4 4.4 0 0 1 2.473-.786m1.672 1.983a2.9 2.9 0 0 0-1.655-.483a2.9 2.9 0 0 0-1.628.512l-7.095 4.992c-.346.242-.391.557-.29.818c.105.276.403.548.905.548h16.595c.509 0 .806-.277.91-.555c.097-.263.047-.582-.31-.822z" clipRule="evenodd"/><path d="M10.285 6.91c0-.568.538-1.16 1.374-1.16s1.374.592 1.374 1.16c0 .311-.111.581-.293.78c-.113.122-.238.245-.38.385l-.08.08a9 9 0 0 0-.53.558c-.265.312-.552.724-.658 1.23a4.5 4.5 0 0 1 1.596.016q.075-.12.205-.274a8 8 0 0 1 .441-.464l.074-.072c.141-.14.296-.292.436-.445c.442-.48.69-1.115.69-1.795c0-1.542-1.365-2.659-2.875-2.659S8.785 5.367 8.785 6.91a.75.75 0 1 0 1.5 0" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M11.793 9.88a4.4 4.4 0 0 1 2.51.739l7.433 5.01c.95.64 1.207 1.697.877 2.588c-.325.876-1.191 1.533-2.316 1.533H3.702c-1.112 0-1.974-.645-2.306-1.51c-.338-.88-.1-1.931.828-2.583l7.095-4.991a4.4 4.4 0 0 1 2.473-.786m1.672 1.983a2.9 2.9 0 0 0-1.655-.483a2.9 2.9 0 0 0-1.628.512l-7.095 4.992c-.346.242-.391.557-.29.818c.105.276.403.548.905.548h16.595c.509 0 .806-.277.91-.555c.097-.263.047-.582-.31-.822z" clip-rule="evenodd"/><path d="M10.285 6.91c0-.568.538-1.16 1.374-1.16s1.374.592 1.374 1.16c0 .311-.111.581-.293.78c-.113.122-.238.245-.38.385l-.08.08a9 9 0 0 0-.53.558c-.265.312-.552.724-.658 1.23a4.5 4.5 0 0 1 1.596.016q.075-.12.205-.274a8 8 0 0 1 .441-.464l.074-.072c.141-.14.296-.292.436-.445c.442-.48.69-1.115.69-1.795c0-1.542-1.365-2.659-2.875-2.659S8.785 5.367 8.785 6.91a.75.75 0 1 0 1.5 0" opacity=".5"/></g></svg> </template>
CSS
.icon-hanger-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.793%209.88a4.4%204.4%200%200%201%202.51.739l7.433%205.01c.95.64%201.207%201.697.877%202.588c-.325.876-1.191%201.533-2.316%201.533H3.702c-1.112%200-1.974-.645-2.306-1.51c-.338-.88-.1-1.931.828-2.583l7.095-4.991a4.4%204.4%200%200%201%202.473-.786m1.672%201.983a2.9%202.9%200%200%200-1.655-.483a2.9%202.9%200%200%200-1.628.512l-7.095%204.992c-.346.242-.391.557-.29.818c.105.276.403.548.905.548h16.595c.509%200%20.806-.277.91-.555c.097-.263.047-.582-.31-.822z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.285%206.91c0-.568.538-1.16%201.374-1.16s1.374.592%201.374%201.16c0%20.311-.111.581-.293.78c-.113.122-.238.245-.38.385l-.08.08a9%209%200%200%200-.53.558c-.265.312-.552.724-.658%201.23a4.5%204.5%200%200%201%201.596.016q.075-.12.205-.274a8%208%200%200%201%20.441-.464l.074-.072c.141-.14.296-.292.436-.445c.442-.48.69-1.115.69-1.795c0-1.542-1.365-2.659-2.875-2.659S8.785%205.367%208.785%206.91a.75.75%200%201%200%201.5%200%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.793%209.88a4.4%204.4%200%200%201%202.51.739l7.433%205.01c.95.64%201.207%201.697.877%202.588c-.325.876-1.191%201.533-2.316%201.533H3.702c-1.112%200-1.974-.645-2.306-1.51c-.338-.88-.1-1.931.828-2.583l7.095-4.991a4.4%204.4%200%200%201%202.473-.786m1.672%201.983a2.9%202.9%200%200%200-1.655-.483a2.9%202.9%200%200%200-1.628.512l-7.095%204.992c-.346.242-.391.557-.29.818c.105.276.403.548.905.548h16.595c.509%200%20.806-.277.91-.555c.097-.263.047-.582-.31-.822z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.285%206.91c0-.568.538-1.16%201.374-1.16s1.374.592%201.374%201.16c0%20.311-.111.581-.293.78c-.113.122-.238.245-.38.385l-.08.08a9%209%200%200%200-.53.558c-.265.312-.552.724-.658%201.23a4.5%204.5%200%200%201%201.596.016q.075-.12.205-.274a8%208%200%200%201%20.441-.464l.074-.072c.141-.14.296-.292.436-.445c.442-.48.69-1.115.69-1.795c0-1.542-1.365-2.659-2.875-2.659S8.785%205.367%208.785%206.91a.75.75%200%201%200%201.5%200%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/hanger-duotone.svg?color=%231a73e8&size=48