hanger2 icon

hanger2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
hanger2-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

More ui icons from Reicon

Use the hanger2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.286 3.91c0-.568.538-1.16 1.374-1.16s1.374.592 1.374 1.16c0 .311-.112.581-.294.78a11 11 0 0 1-.38.385l-.08.08a9 9 0 0 0-.529.558c-.265.312-.553.723-.658 1.23a4.3 4.3 0 0 0-1.774.722l-7.095 4.992c-.927.652-1.166 1.702-.828 2.582c.332.866 1.194 1.511 2.306 1.511H6.01C6 17.113 6 17.527 6 18c0 1.886 0 2.828.587 3.414C7.17 22 8.114 22 10 22h4c1.885 0 2.828 0 3.414-.586S18 19.886 18 18c0-.473 0-.887-.01-1.25h2.307c1.125 0 1.99-.657 2.316-1.533c.33-.891.073-1.948-.877-2.588l-7.433-5.01a4.3 4.3 0 0 0-1.614-.66q.075-.121.205-.274c.126-.149.274-.298.44-.464l.075-.072c.14-.14.295-.292.435-.445c.443-.48.69-1.115.69-1.795c0-1.542-1.364-2.659-2.874-2.659S8.786 2.367 8.786 3.91a.75.75 0 0 0 1.5 0m7.521 11.34h2.49c.509 0 .806-.277.91-.555c.097-.264.047-.582-.31-.822l-7.432-5.01a2.9 2.9 0 0 0-1.655-.483a2.9 2.9 0 0 0-1.628.512l-7.095 4.991c-.346.243-.391.558-.29.819c.105.275.403.548.905.548h2.49c.087-.267.212-.483.394-.664C7.17 14 8.114 14 10 14h4c1.885 0 2.828 0 3.414.586c.181.181.307.397.393.664" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHanger2Filled(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" fillRule="evenodd" d="M10.286 3.91c0-.568.538-1.16 1.374-1.16s1.374.592 1.374 1.16c0 .311-.112.581-.294.78a11 11 0 0 1-.38.385l-.08.08a9 9 0 0 0-.529.558c-.265.312-.553.723-.658 1.23a4.3 4.3 0 0 0-1.774.722l-7.095 4.992c-.927.652-1.166 1.702-.828 2.582c.332.866 1.194 1.511 2.306 1.511H6.01C6 17.113 6 17.527 6 18c0 1.886 0 2.828.587 3.414C7.17 22 8.114 22 10 22h4c1.885 0 2.828 0 3.414-.586S18 19.886 18 18c0-.473 0-.887-.01-1.25h2.307c1.125 0 1.99-.657 2.316-1.533c.33-.891.073-1.948-.877-2.588l-7.433-5.01a4.3 4.3 0 0 0-1.614-.66q.075-.121.205-.274c.126-.149.274-.298.44-.464l.075-.072c.14-.14.295-.292.435-.445c.443-.48.69-1.115.69-1.795c0-1.542-1.364-2.659-2.874-2.659S8.786 2.367 8.786 3.91a.75.75 0 0 0 1.5 0m7.521 11.34h2.49c.509 0 .806-.277.91-.555c.097-.264.047-.582-.31-.822l-7.432-5.01a2.9 2.9 0 0 0-1.655-.483a2.9 2.9 0 0 0-1.628.512l-7.095 4.991c-.346.243-.391.558-.29.819c.105.275.403.548.905.548h2.49c.087-.267.212-.483.394-.664C7.17 14 8.114 14 10 14h4c1.885 0 2.828 0 3.414.586c.181.181.307.397.393.664" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.286 3.91c0-.568.538-1.16 1.374-1.16s1.374.592 1.374 1.16c0 .311-.112.581-.294.78a11 11 0 0 1-.38.385l-.08.08a9 9 0 0 0-.529.558c-.265.312-.553.723-.658 1.23a4.3 4.3 0 0 0-1.774.722l-7.095 4.992c-.927.652-1.166 1.702-.828 2.582c.332.866 1.194 1.511 2.306 1.511H6.01C6 17.113 6 17.527 6 18c0 1.886 0 2.828.587 3.414C7.17 22 8.114 22 10 22h4c1.885 0 2.828 0 3.414-.586S18 19.886 18 18c0-.473 0-.887-.01-1.25h2.307c1.125 0 1.99-.657 2.316-1.533c.33-.891.073-1.948-.877-2.588l-7.433-5.01a4.3 4.3 0 0 0-1.614-.66q.075-.121.205-.274c.126-.149.274-.298.44-.464l.075-.072c.14-.14.295-.292.435-.445c.443-.48.69-1.115.69-1.795c0-1.542-1.364-2.659-2.874-2.659S8.786 2.367 8.786 3.91a.75.75 0 0 0 1.5 0m7.521 11.34h2.49c.509 0 .806-.277.91-.555c.097-.264.047-.582-.31-.822l-7.432-5.01a2.9 2.9 0 0 0-1.655-.483a2.9 2.9 0 0 0-1.628.512l-7.095 4.991c-.346.243-.391.558-.29.819c.105.275.403.548.905.548h2.49c.087-.267.212-.483.394-.664C7.17 14 8.114 14 10 14h4c1.885 0 2.828 0 3.414.586c.181.181.307.397.393.664" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-hanger2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.286%203.91c0-.568.538-1.16%201.374-1.16s1.374.592%201.374%201.16c0%20.311-.112.581-.294.78a11%2011%200%200%201-.38.385l-.08.08a9%209%200%200%200-.529.558c-.265.312-.553.723-.658%201.23a4.3%204.3%200%200%200-1.774.722l-7.095%204.992c-.927.652-1.166%201.702-.828%202.582c.332.866%201.194%201.511%202.306%201.511H6.01C6%2017.113%206%2017.527%206%2018c0%201.886%200%202.828.587%203.414C7.17%2022%208.114%2022%2010%2022h4c1.885%200%202.828%200%203.414-.586S18%2019.886%2018%2018c0-.473%200-.887-.01-1.25h2.307c1.125%200%201.99-.657%202.316-1.533c.33-.891.073-1.948-.877-2.588l-7.433-5.01a4.3%204.3%200%200%200-1.614-.66q.075-.121.205-.274c.126-.149.274-.298.44-.464l.075-.072c.14-.14.295-.292.435-.445c.443-.48.69-1.115.69-1.795c0-1.542-1.364-2.659-2.874-2.659S8.786%202.367%208.786%203.91a.75.75%200%200%200%201.5%200m7.521%2011.34h2.49c.509%200%20.806-.277.91-.555c.097-.264.047-.582-.31-.822l-7.432-5.01a2.9%202.9%200%200%200-1.655-.483a2.9%202.9%200%200%200-1.628.512l-7.095%204.991c-.346.243-.391.558-.29.819c.105.275.403.548.905.548h2.49c.087-.267.212-.483.394-.664C7.17%2014%208.114%2014%2010%2014h4c1.885%200%202.828%200%203.414.586c.181.181.307.397.393.664%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.286%203.91c0-.568.538-1.16%201.374-1.16s1.374.592%201.374%201.16c0%20.311-.112.581-.294.78a11%2011%200%200%201-.38.385l-.08.08a9%209%200%200%200-.529.558c-.265.312-.553.723-.658%201.23a4.3%204.3%200%200%200-1.774.722l-7.095%204.992c-.927.652-1.166%201.702-.828%202.582c.332.866%201.194%201.511%202.306%201.511H6.01C6%2017.113%206%2017.527%206%2018c0%201.886%200%202.828.587%203.414C7.17%2022%208.114%2022%2010%2022h4c1.885%200%202.828%200%203.414-.586S18%2019.886%2018%2018c0-.473%200-.887-.01-1.25h2.307c1.125%200%201.99-.657%202.316-1.533c.33-.891.073-1.948-.877-2.588l-7.433-5.01a4.3%204.3%200%200%200-1.614-.66q.075-.121.205-.274c.126-.149.274-.298.44-.464l.075-.072c.14-.14.295-.292.435-.445c.443-.48.69-1.115.69-1.795c0-1.542-1.364-2.659-2.874-2.659S8.786%202.367%208.786%203.91a.75.75%200%200%200%201.5%200m7.521%2011.34h2.49c.509%200%20.806-.277.91-.555c.097-.264.047-.582-.31-.822l-7.432-5.01a2.9%202.9%200%200%200-1.655-.483a2.9%202.9%200%200%200-1.628.512l-7.095%204.991c-.346.243-.391.558-.29.819c.105.275.403.548.905.548h2.49c.087-.267.212-.483.394-.664C7.17%2014%208.114%2014%2010%2014h4c1.885%200%202.828%200%203.414.586c.181.181.307.397.393.664%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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