hanger2 icon

hanger2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
hanger2
Set
Reicon
Style
Outline
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.511H5.26c-.01.364-.01.764-.01 1.198v.104c0 .899 0 1.648.08 2.242c.085.628.27 1.195.726 1.65c.456.456 1.023.642 1.65.726c.595.08 1.344.08 2.243.08h4.104c.898 0 1.648 0 2.242-.08c.628-.084 1.195-.27 1.65-.726c.456-.455.642-1.022.726-1.65c.08-.594.08-1.343.08-2.242v-.104c0-.434 0-.834-.01-1.198h1.557c1.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 0m8.3 11.34h1.711c.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.548h1.712c.109-.447.299-.852.641-1.194c.456-.456 1.023-.642 1.65-.726c.595-.08 1.344-.08 2.243-.08h4.104c.898 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.343.342.533.747.642 1.194m-11.47-.134c.13-.13.328-.237.79-.3c.482-.064 1.13-.066 2.094-.066h4c.964 0 1.611.002 2.094.066c.462.063.66.17.79.3s.237.328.3.79c.064.482.066 1.13.066 2.094s-.002 1.612-.067 2.095c-.062.461-.169.659-.3.789s-.327.237-.789.3c-.483.064-1.13.066-2.094.066h-4c-.964 0-1.612-.002-2.095-.067c-.461-.062-.659-.169-.79-.3c-.13-.13-.237-.327-.299-.788c-.065-.483-.066-1.131-.066-2.095s.001-1.612.066-2.095c.062-.461.17-.659.3-.789" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHanger2(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.511H5.26c-.01.364-.01.764-.01 1.198v.104c0 .899 0 1.648.08 2.242c.085.628.27 1.195.726 1.65c.456.456 1.023.642 1.65.726c.595.08 1.344.08 2.243.08h4.104c.898 0 1.648 0 2.242-.08c.628-.084 1.195-.27 1.65-.726c.456-.455.642-1.022.726-1.65c.08-.594.08-1.343.08-2.242v-.104c0-.434 0-.834-.01-1.198h1.557c1.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 0m8.3 11.34h1.711c.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.548h1.712c.109-.447.299-.852.641-1.194c.456-.456 1.023-.642 1.65-.726c.595-.08 1.344-.08 2.243-.08h4.104c.898 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.343.342.533.747.642 1.194m-11.47-.134c.13-.13.328-.237.79-.3c.482-.064 1.13-.066 2.094-.066h4c.964 0 1.611.002 2.094.066c.462.063.66.17.79.3s.237.328.3.79c.064.482.066 1.13.066 2.094s-.002 1.612-.067 2.095c-.062.461-.169.659-.3.789s-.327.237-.789.3c-.483.064-1.13.066-2.094.066h-4c-.964 0-1.612-.002-2.095-.067c-.461-.062-.659-.169-.79-.3c-.13-.13-.237-.327-.299-.788c-.065-.483-.066-1.131-.066-2.095s.001-1.612.066-2.095c.062-.461.17-.659.3-.789" 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.511H5.26c-.01.364-.01.764-.01 1.198v.104c0 .899 0 1.648.08 2.242c.085.628.27 1.195.726 1.65c.456.456 1.023.642 1.65.726c.595.08 1.344.08 2.243.08h4.104c.898 0 1.648 0 2.242-.08c.628-.084 1.195-.27 1.65-.726c.456-.455.642-1.022.726-1.65c.08-.594.08-1.343.08-2.242v-.104c0-.434 0-.834-.01-1.198h1.557c1.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 0m8.3 11.34h1.711c.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.548h1.712c.109-.447.299-.852.641-1.194c.456-.456 1.023-.642 1.65-.726c.595-.08 1.344-.08 2.243-.08h4.104c.898 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.343.342.533.747.642 1.194m-11.47-.134c.13-.13.328-.237.79-.3c.482-.064 1.13-.066 2.094-.066h4c.964 0 1.611.002 2.094.066c.462.063.66.17.79.3s.237.328.3.79c.064.482.066 1.13.066 2.094s-.002 1.612-.067 2.095c-.062.461-.169.659-.3.789s-.327.237-.789.3c-.483.064-1.13.066-2.094.066h-4c-.964 0-1.612-.002-2.095-.067c-.461-.062-.659-.169-.79-.3c-.13-.13-.237-.327-.299-.788c-.065-.483-.066-1.131-.066-2.095s.001-1.612.066-2.095c.062-.461.17-.659.3-.789" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-hanger2 {
  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.511H5.26c-.01.364-.01.764-.01%201.198v.104c0%20.899%200%201.648.08%202.242c.085.628.27%201.195.726%201.65c.456.456%201.023.642%201.65.726c.595.08%201.344.08%202.243.08h4.104c.898%200%201.648%200%202.242-.08c.628-.084%201.195-.27%201.65-.726c.456-.455.642-1.022.726-1.65c.08-.594.08-1.343.08-2.242v-.104c0-.434%200-.834-.01-1.198h1.557c1.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%200m8.3%2011.34h1.711c.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.548h1.712c.109-.447.299-.852.641-1.194c.456-.456%201.023-.642%201.65-.726c.595-.08%201.344-.08%202.243-.08h4.104c.898%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.343.342.533.747.642%201.194m-11.47-.134c.13-.13.328-.237.79-.3c.482-.064%201.13-.066%202.094-.066h4c.964%200%201.611.002%202.094.066c.462.063.66.17.79.3s.237.328.3.79c.064.482.066%201.13.066%202.094s-.002%201.612-.067%202.095c-.062.461-.169.659-.3.789s-.327.237-.789.3c-.483.064-1.13.066-2.094.066h-4c-.964%200-1.612-.002-2.095-.067c-.461-.062-.659-.169-.79-.3c-.13-.13-.237-.327-.299-.788c-.065-.483-.066-1.131-.066-2.095s.001-1.612.066-2.095c.062-.461.17-.659.3-.789%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.511H5.26c-.01.364-.01.764-.01%201.198v.104c0%20.899%200%201.648.08%202.242c.085.628.27%201.195.726%201.65c.456.456%201.023.642%201.65.726c.595.08%201.344.08%202.243.08h4.104c.898%200%201.648%200%202.242-.08c.628-.084%201.195-.27%201.65-.726c.456-.455.642-1.022.726-1.65c.08-.594.08-1.343.08-2.242v-.104c0-.434%200-.834-.01-1.198h1.557c1.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%200m8.3%2011.34h1.711c.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.548h1.712c.109-.447.299-.852.641-1.194c.456-.456%201.023-.642%201.65-.726c.595-.08%201.344-.08%202.243-.08h4.104c.898%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.343.342.533.747.642%201.194m-11.47-.134c.13-.13.328-.237.79-.3c.482-.064%201.13-.066%202.094-.066h4c.964%200%201.611.002%202.094.066c.462.063.66.17.79.3s.237.328.3.79c.064.482.066%201.13.066%202.094s-.002%201.612-.067%202.095c-.062.461-.169.659-.3.789s-.327.237-.789.3c-.483.064-1.13.066-2.094.066h-4c-.964%200-1.612-.002-2.095-.067c-.461-.062-.659-.169-.79-.3c-.13-.13-.237-.327-.299-.788c-.065-.483-.066-1.131-.066-2.095s.001-1.612.066-2.095c.062-.461.17-.659.3-.789%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.svg?color=%231a73e8&size=48