hierarchy square 05 icon

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

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

Related icons in Huge Icons

Use the hierarchy square 05 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="M15 12c0 1.414 0 2.121.513 2.56c.512.44 1.337.44 2.987.44s2.475 0 2.987-.44C22 14.122 22 13.415 22 12s0-2.121-.513-2.56C20.975 9 20.15 9 18.5 9s-2.475 0-2.987.44C15 9.878 15 10.585 15 12ZM2 19c0 1.414 0 2.121.41 2.56S3.48 22 4.8 22h1.4c1.32 0 1.98 0 2.39-.44C9 21.122 9 20.415 9 19s0-2.121-.41-2.56S7.52 16 6.2 16H4.8c-1.32 0-1.98 0-2.39.44C2 16.878 2 17.585 2 19ZM2 5c0 1.414 0 2.121.41 2.56S3.48 8 4.8 8h1.4c1.32 0 1.98 0 2.39-.44C9 7.122 9 6.415 9 5s0-2.121-.41-2.56S7.52 2 6.2 2H4.8c-1.32 0-1.98 0-2.39.44C2 2.878 2 3.585 2 5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12.001V7.954C12 6.08 11.083 5.238 9 5m3 7.001v4.047c0 1.768-.779 2.694-3 2.952m3-6.999h3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHierarchySquare05(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="M15 12c0 1.414 0 2.121.513 2.56c.512.44 1.337.44 2.987.44s2.475 0 2.987-.44C22 14.122 22 13.415 22 12s0-2.121-.513-2.56C20.975 9 20.15 9 18.5 9s-2.475 0-2.987.44C15 9.878 15 10.585 15 12ZM2 19c0 1.414 0 2.121.41 2.56S3.48 22 4.8 22h1.4c1.32 0 1.98 0 2.39-.44C9 21.122 9 20.415 9 19s0-2.121-.41-2.56S7.52 16 6.2 16H4.8c-1.32 0-1.98 0-2.39.44C2 16.878 2 17.585 2 19ZM2 5c0 1.414 0 2.121.41 2.56S3.48 8 4.8 8h1.4c1.32 0 1.98 0 2.39-.44C9 7.122 9 6.415 9 5s0-2.121-.41-2.56S7.52 2 6.2 2H4.8c-1.32 0-1.98 0-2.39.44C2 2.878 2 3.585 2 5Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 12.001V7.954C12 6.08 11.083 5.238 9 5m3 7.001v4.047c0 1.768-.779 2.694-3 2.952m3-6.999h3"/></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="M15 12c0 1.414 0 2.121.513 2.56c.512.44 1.337.44 2.987.44s2.475 0 2.987-.44C22 14.122 22 13.415 22 12s0-2.121-.513-2.56C20.975 9 20.15 9 18.5 9s-2.475 0-2.987.44C15 9.878 15 10.585 15 12ZM2 19c0 1.414 0 2.121.41 2.56S3.48 22 4.8 22h1.4c1.32 0 1.98 0 2.39-.44C9 21.122 9 20.415 9 19s0-2.121-.41-2.56S7.52 16 6.2 16H4.8c-1.32 0-1.98 0-2.39.44C2 16.878 2 17.585 2 19ZM2 5c0 1.414 0 2.121.41 2.56S3.48 8 4.8 8h1.4c1.32 0 1.98 0 2.39-.44C9 7.122 9 6.415 9 5s0-2.121-.41-2.56S7.52 2 6.2 2H4.8c-1.32 0-1.98 0-2.39.44C2 2.878 2 3.585 2 5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 12.001V7.954C12 6.08 11.083 5.238 9 5m3 7.001v4.047c0 1.768-.779 2.694-3 2.952m3-6.999h3"/></g></svg>
</template>

CSS

.icon-hierarchy-square-05 {
  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%22M15%2012c0%201.414%200%202.121.513%202.56c.512.44%201.337.44%202.987.44s2.475%200%202.987-.44C22%2014.122%2022%2013.415%2022%2012s0-2.121-.513-2.56C20.975%209%2020.15%209%2018.5%209s-2.475%200-2.987.44C15%209.878%2015%2010.585%2015%2012ZM2%2019c0%201.414%200%202.121.41%202.56S3.48%2022%204.8%2022h1.4c1.32%200%201.98%200%202.39-.44C9%2021.122%209%2020.415%209%2019s0-2.121-.41-2.56S7.52%2016%206.2%2016H4.8c-1.32%200-1.98%200-2.39.44C2%2016.878%202%2017.585%202%2019ZM2%205c0%201.414%200%202.121.41%202.56S3.48%208%204.8%208h1.4c1.32%200%201.98%200%202.39-.44C9%207.122%209%206.415%209%205s0-2.121-.41-2.56S7.52%202%206.2%202H4.8c-1.32%200-1.98%200-2.39.44C2%202.878%202%203.585%202%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012.001V7.954C12%206.08%2011.083%205.238%209%205m3%207.001v4.047c0%201.768-.779%202.694-3%202.952m3-6.999h3%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%22M15%2012c0%201.414%200%202.121.513%202.56c.512.44%201.337.44%202.987.44s2.475%200%202.987-.44C22%2014.122%2022%2013.415%2022%2012s0-2.121-.513-2.56C20.975%209%2020.15%209%2018.5%209s-2.475%200-2.987.44C15%209.878%2015%2010.585%2015%2012ZM2%2019c0%201.414%200%202.121.41%202.56S3.48%2022%204.8%2022h1.4c1.32%200%201.98%200%202.39-.44C9%2021.122%209%2020.415%209%2019s0-2.121-.41-2.56S7.52%2016%206.2%2016H4.8c-1.32%200-1.98%200-2.39.44C2%2016.878%202%2017.585%202%2019ZM2%205c0%201.414%200%202.121.41%202.56S3.48%208%204.8%208h1.4c1.32%200%201.98%200%202.39-.44C9%207.122%209%206.415%209%205s0-2.121-.41-2.56S7.52%202%206.2%202H4.8c-1.32%200-1.98%200-2.39.44C2%202.878%202%203.585%202%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012.001V7.954C12%206.08%2011.083%205.238%209%205m3%207.001v4.047c0%201.768-.779%202.694-3%202.952m3-6.999h3%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-05.svg?color=%231a73e8&size=48