hierarchy square 04 icon

hierarchy-square-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
hierarchy-square-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the hierarchy square 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 12c0-1.414 0-2.121-.513-2.56C7.975 9 7.15 9 5.5 9s-2.475 0-2.987.44C2 9.878 2 10.585 2 12s0 2.121.513 2.56C3.025 15 3.85 15 5.5 15s2.475 0 2.987-.44C9 14.122 9 13.415 9 12Zm13-7c0-1.414 0-2.121-.41-2.56S20.52 2 19.2 2h-1.4c-1.32 0-1.98 0-2.39.44C15 2.878 15 3.585 15 5s0 2.121.41 2.56S16.48 8 17.8 8h1.4c1.32 0 1.98 0 2.39-.44C22 7.122 22 6.415 22 5Zm0 14c0-1.414 0-2.121-.41-2.56S20.52 16 19.2 16h-1.4c-1.32 0-1.98 0-2.39.44C15 16.878 15 17.585 15 19s0 2.121.41 2.56s1.07.44 2.39.44h1.4c1.32 0 1.98 0 2.39-.44c.41-.439.41-1.146.41-2.56Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 11.999v4.047c0 1.874.917 2.716 3 2.954m-3-7.001V7.952c0-1.767.779-2.694 3-2.952m-3 6.999H9"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHierarchySquare04(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9 12c0-1.414 0-2.121-.513-2.56C7.975 9 7.15 9 5.5 9s-2.475 0-2.987.44C2 9.878 2 10.585 2 12s0 2.121.513 2.56C3.025 15 3.85 15 5.5 15s2.475 0 2.987-.44C9 14.122 9 13.415 9 12Zm13-7c0-1.414 0-2.121-.41-2.56S20.52 2 19.2 2h-1.4c-1.32 0-1.98 0-2.39.44C15 2.878 15 3.585 15 5s0 2.121.41 2.56S16.48 8 17.8 8h1.4c1.32 0 1.98 0 2.39-.44C22 7.122 22 6.415 22 5Zm0 14c0-1.414 0-2.121-.41-2.56S20.52 16 19.2 16h-1.4c-1.32 0-1.98 0-2.39.44C15 16.878 15 17.585 15 19s0 2.121.41 2.56s1.07.44 2.39.44h1.4c1.32 0 1.98 0 2.39-.44c.41-.439.41-1.146.41-2.56Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 11.999v4.047c0 1.874.917 2.716 3 2.954m-3-7.001V7.952c0-1.767.779-2.694 3-2.952m-3 6.999H9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9 12c0-1.414 0-2.121-.513-2.56C7.975 9 7.15 9 5.5 9s-2.475 0-2.987.44C2 9.878 2 10.585 2 12s0 2.121.513 2.56C3.025 15 3.85 15 5.5 15s2.475 0 2.987-.44C9 14.122 9 13.415 9 12Zm13-7c0-1.414 0-2.121-.41-2.56S20.52 2 19.2 2h-1.4c-1.32 0-1.98 0-2.39.44C15 2.878 15 3.585 15 5s0 2.121.41 2.56S16.48 8 17.8 8h1.4c1.32 0 1.98 0 2.39-.44C22 7.122 22 6.415 22 5Zm0 14c0-1.414 0-2.121-.41-2.56S20.52 16 19.2 16h-1.4c-1.32 0-1.98 0-2.39.44C15 16.878 15 17.585 15 19s0 2.121.41 2.56s1.07.44 2.39.44h1.4c1.32 0 1.98 0 2.39-.44c.41-.439.41-1.146.41-2.56Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 11.999v4.047c0 1.874.917 2.716 3 2.954m-3-7.001V7.952c0-1.767.779-2.694 3-2.952m-3 6.999H9"/></g></svg>
</template>

CSS

.icon-hierarchy-square-04 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2012c0-1.414%200-2.121-.513-2.56C7.975%209%207.15%209%205.5%209s-2.475%200-2.987.44C2%209.878%202%2010.585%202%2012s0%202.121.513%202.56C3.025%2015%203.85%2015%205.5%2015s2.475%200%202.987-.44C9%2014.122%209%2013.415%209%2012Zm13-7c0-1.414%200-2.121-.41-2.56S20.52%202%2019.2%202h-1.4c-1.32%200-1.98%200-2.39.44C15%202.878%2015%203.585%2015%205s0%202.121.41%202.56S16.48%208%2017.8%208h1.4c1.32%200%201.98%200%202.39-.44C22%207.122%2022%206.415%2022%205Zm0%2014c0-1.414%200-2.121-.41-2.56S20.52%2016%2019.2%2016h-1.4c-1.32%200-1.98%200-2.39.44C15%2016.878%2015%2017.585%2015%2019s0%202.121.41%202.56s1.07.44%202.39.44h1.4c1.32%200%201.98%200%202.39-.44c.41-.439.41-1.146.41-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011.999v4.047c0%201.874.917%202.716%203%202.954m-3-7.001V7.952c0-1.767.779-2.694%203-2.952m-3%206.999H9%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2012c0-1.414%200-2.121-.513-2.56C7.975%209%207.15%209%205.5%209s-2.475%200-2.987.44C2%209.878%202%2010.585%202%2012s0%202.121.513%202.56C3.025%2015%203.85%2015%205.5%2015s2.475%200%202.987-.44C9%2014.122%209%2013.415%209%2012Zm13-7c0-1.414%200-2.121-.41-2.56S20.52%202%2019.2%202h-1.4c-1.32%200-1.98%200-2.39.44C15%202.878%2015%203.585%2015%205s0%202.121.41%202.56S16.48%208%2017.8%208h1.4c1.32%200%201.98%200%202.39-.44C22%207.122%2022%206.415%2022%205Zm0%2014c0-1.414%200-2.121-.41-2.56S20.52%2016%2019.2%2016h-1.4c-1.32%200-1.98%200-2.39.44C15%2016.878%2015%2017.585%2015%2019s0%202.121.41%202.56s1.07.44%202.39.44h1.4c1.32%200%201.98%200%202.39-.44c.41-.439.41-1.146.41-2.56Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2011.999v4.047c0%201.874.917%202.716%203%202.954m-3-7.001V7.952c0-1.767.779-2.694%203-2.952m-3%206.999H9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hierarchy-square-04.svg?color=%231a73e8&size=48