hanger2 icon

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

Name
hanger2-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path d="M6 18c0-1.886 0-2.828.586-3.414S8.114 14 10 14h4c1.886 0 2.828 0 3.414.586S18 16.114 18 18s0 2.828-.586 3.414S15.886 22 14 22h-4c-1.886 0-2.828 0-3.414-.586S6 19.886 6 18"/><path 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.01c.016-.637.061-1.12.184-1.5h-2.49c-.503 0-.801-.273-.907-.548c-.1-.261-.054-.576.29-.819l7.096-4.99a2.9 2.9 0 0 1 1.628-.513a2.9 2.9 0 0 1 1.655.482l7.433 5.01c.356.241.406.56.308.823c-.103.278-.4.555-.909.555h-2.49c.123.38.168.863.184 1.5h2.306c1.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 0" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHanger2Duotone(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 d="M6 18c0-1.886 0-2.828.586-3.414S8.114 14 10 14h4c1.886 0 2.828 0 3.414.586S18 16.114 18 18s0 2.828-.586 3.414S15.886 22 14 22h-4c-1.886 0-2.828 0-3.414-.586S6 19.886 6 18"/><path 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.01c.016-.637.061-1.12.184-1.5h-2.49c-.503 0-.801-.273-.907-.548c-.1-.261-.054-.576.29-.819l7.096-4.99a2.9 2.9 0 0 1 1.628-.513a2.9 2.9 0 0 1 1.655.482l7.433 5.01c.356.241.406.56.308.823c-.103.278-.4.555-.909.555h-2.49c.123.38.168.863.184 1.5h2.306c1.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 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 d="M6 18c0-1.886 0-2.828.586-3.414S8.114 14 10 14h4c1.886 0 2.828 0 3.414.586S18 16.114 18 18s0 2.828-.586 3.414S15.886 22 14 22h-4c-1.886 0-2.828 0-3.414-.586S6 19.886 6 18"/><path 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.01c.016-.637.061-1.12.184-1.5h-2.49c-.503 0-.801-.273-.907-.548c-.1-.261-.054-.576.29-.819l7.096-4.99a2.9 2.9 0 0 1 1.628-.513a2.9 2.9 0 0 1 1.655.482l7.433 5.01c.356.241.406.56.308.823c-.103.278-.4.555-.909.555h-2.49c.123.38.168.863.184 1.5h2.306c1.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 0" opacity=".5"/></g></svg>
</template>

CSS

.icon-hanger2-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%20d%3D%22M6%2018c0-1.886%200-2.828.586-3.414S8.114%2014%2010%2014h4c1.886%200%202.828%200%203.414.586S18%2016.114%2018%2018s0%202.828-.586%203.414S15.886%2022%2014%2022h-4c-1.886%200-2.828%200-3.414-.586S6%2019.886%206%2018%22%2F%3E%3Cpath%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.01c.016-.637.061-1.12.184-1.5h-2.49c-.503%200-.801-.273-.907-.548c-.1-.261-.054-.576.29-.819l7.096-4.99a2.9%202.9%200%200%201%201.628-.513a2.9%202.9%200%200%201%201.655.482l7.433%205.01c.356.241.406.56.308.823c-.103.278-.4.555-.909.555h-2.49c.123.38.168.863.184%201.5h2.306c1.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%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%20d%3D%22M6%2018c0-1.886%200-2.828.586-3.414S8.114%2014%2010%2014h4c1.886%200%202.828%200%203.414.586S18%2016.114%2018%2018s0%202.828-.586%203.414S15.886%2022%2014%2022h-4c-1.886%200-2.828%200-3.414-.586S6%2019.886%206%2018%22%2F%3E%3Cpath%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.01c.016-.637.061-1.12.184-1.5h-2.49c-.503%200-.801-.273-.907-.548c-.1-.261-.054-.576.29-.819l7.096-4.99a2.9%202.9%200%200%201%201.628-.513a2.9%202.9%200%200%201%201.655.482l7.433%205.01c.356.241.406.56.308.823c-.103.278-.4.555-.909.555h-2.49c.123.38.168.863.184%201.5h2.306c1.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%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/hanger2-duotone.svg?color=%231a73e8&size=48