Hanger Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hanger icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305831.svg" alt="Hanger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305831.svg" alt="Hanger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305831.svg" alt="Hanger icon" :width="24" :height="24" />
CSS background
.icon-hanger {
background-image: url('https://proicons.com/icon/305831.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M499 733H140c-31 0-56-11-70-40-19-39 0-84 42-98 94-31 188-61 282-92 25-8 50-17 76-25 6-2 9-5 9-12 0-20 7-36 21-50 9-9 18-17 26-26 13-16 14-36 4-53-10-15-29-24-46-21-21 4-35 18-38 39 0 2-1 5-1 7-2 15-12 24-25 23-14-1-23-12-23-26 1-47 35-85 85-92 42-5 87 25 99 68 9 34 2 64-23 90l-21 22c-3 4-7 8-8 12-6 12-3 17 10 21l345 113c34 11 54 38 54 70-1 32-23 60-54 67-8 3-17 3-26 3H499zm0-49h359c4 0 8 1 11 0 11-1 17-7 19-17 3-13-3-22-20-28-118-38-236-77-355-116-9-3-17-3-26 0-78 26-157 51-235 77-41 13-82 27-122 40-14 5-21 15-18 27 2 11 11 17 27 17h360z"/></svg>
Copied!