hanger-2-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
hanger-2-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the hanger 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a3 3 0 0 1 3 3a1 1 0 0 1-1.993.117L13 5a1 1 0 0 0-2-.004c.006 1.516.495 2.579 1.486 3.13l7.97 4.428A3 3 0 0 1 22 15.177V16a3 3 0 0 1-2.824 2.995L19 19a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3a3 3 0 0 1-3-3v-.823a3 3 0 0 1 1.543-2.623l6.695-3.72C9.406 7.858 9.006 6.538 9 5a3 3 0 0 1 3-3m0 8.144l-7.486 4.158a1 1 0 0 0-.514.875V16a1 1 0 0 0 1 1h.17A3 3 0 0 1 8 15h8c1.306 0 2.418.835 2.83 2H19a1 1 0 0 0 1-1v-.823a1 1 0 0 0-.515-.875z"/></svg>

React

import type { SVGProps } from "react";

export function TablerHanger2Filled(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 2a3 3 0 0 1 3 3a1 1 0 0 1-1.993.117L13 5a1 1 0 0 0-2-.004c.006 1.516.495 2.579 1.486 3.13l7.97 4.428A3 3 0 0 1 22 15.177V16a3 3 0 0 1-2.824 2.995L19 19a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3a3 3 0 0 1-3-3v-.823a3 3 0 0 1 1.543-2.623l6.695-3.72C9.406 7.858 9.006 6.538 9 5a3 3 0 0 1 3-3m0 8.144l-7.486 4.158a1 1 0 0 0-.514.875V16a1 1 0 0 0 1 1h.17A3 3 0 0 1 8 15h8c1.306 0 2.418.835 2.83 2H19a1 1 0 0 0 1-1v-.823a1 1 0 0 0-.515-.875z"/></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 2a3 3 0 0 1 3 3a1 1 0 0 1-1.993.117L13 5a1 1 0 0 0-2-.004c.006 1.516.495 2.579 1.486 3.13l7.97 4.428A3 3 0 0 1 22 15.177V16a3 3 0 0 1-2.824 2.995L19 19a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3a3 3 0 0 1-3-3v-.823a3 3 0 0 1 1.543-2.623l6.695-3.72C9.406 7.858 9.006 6.538 9 5a3 3 0 0 1 3-3m0 8.144l-7.486 4.158a1 1 0 0 0-.514.875V16a1 1 0 0 0 1 1h.17A3 3 0 0 1 8 15h8c1.306 0 2.418.835 2.83 2H19a1 1 0 0 0 1-1v-.823a1 1 0 0 0-.515-.875z"/></svg>
</template>

CSS

.icon-hanger-2-filled {
  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%202a3%203%200%200%201%203%203a1%201%200%200%201-1.993.117L13%205a1%201%200%200%200-2-.004c.006%201.516.495%202.579%201.486%203.13l7.97%204.428A3%203%200%200%201%2022%2015.177V16a3%203%200%200%201-2.824%202.995L19%2019a3%203%200%200%201-3%203H8a3%203%200%200%201-3-3a3%203%200%200%201-3-3v-.823a3%203%200%200%201%201.543-2.623l6.695-3.72C9.406%207.858%209.006%206.538%209%205a3%203%200%200%201%203-3m0%208.144l-7.486%204.158a1%201%200%200%200-.514.875V16a1%201%200%200%200%201%201h.17A3%203%200%200%201%208%2015h8c1.306%200%202.418.835%202.83%202H19a1%201%200%200%200%201-1v-.823a1%201%200%200%200-.515-.875z%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%202a3%203%200%200%201%203%203a1%201%200%200%201-1.993.117L13%205a1%201%200%200%200-2-.004c.006%201.516.495%202.579%201.486%203.13l7.97%204.428A3%203%200%200%201%2022%2015.177V16a3%203%200%200%201-2.824%202.995L19%2019a3%203%200%200%201-3%203H8a3%203%200%200%201-3-3a3%203%200%200%201-3-3v-.823a3%203%200%200%201%201.543-2.623l6.695-3.72C9.406%207.858%209.006%206.538%209%205a3%203%200%200%201%203-3m0%208.144l-7.486%204.158a1%201%200%200%200-.514.875V16a1%201%200%200%200%201%201h.17A3%203%200%200%201%208%2015h8c1.306%200%202.418.835%202.83%202H19a1%201%200%200%200%201-1v-.823a1%201%200%200%200-.515-.875z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/hanger-2-filled.svg?color=%231a73e8&size=48