hierarchy square 10 icon

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

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

Related icons in Huge Icons

Use the hierarchy square 10 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="M2 20c0-.943 0-1.414.293-1.707S3.057 18 4 18h1c.943 0 1.414 0 1.707.293S7 19.057 7 20s0 1.414-.293 1.707S5.943 22 5 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20Zm15 0c0-.943 0-1.414.293-1.707S18.057 18 19 18h1c.943 0 1.414 0 1.707.293S22 19.057 22 20s0 1.414-.293 1.707S20.943 22 20 22h-1c-.943 0-1.414 0-1.707-.293S17 20.943 17 20Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 17.5c0-3.31-.648-4-3.75-4H14.5m-10 4c0-3.31.648-4 3.75-4H9.5M12 7v4"/><path d="M10 2h4c1.815 0 2 .925 2 2.5S15.815 7 14 7h-4c-1.815 0-2-.925-2-2.5S8.185 2 10 2Zm4.5 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHierarchySquare10(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="M2 20c0-.943 0-1.414.293-1.707S3.057 18 4 18h1c.943 0 1.414 0 1.707.293S7 19.057 7 20s0 1.414-.293 1.707S5.943 22 5 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20Zm15 0c0-.943 0-1.414.293-1.707S18.057 18 19 18h1c.943 0 1.414 0 1.707.293S22 19.057 22 20s0 1.414-.293 1.707S20.943 22 20 22h-1c-.943 0-1.414 0-1.707-.293S17 20.943 17 20Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19.5 17.5c0-3.31-.648-4-3.75-4H14.5m-10 4c0-3.31.648-4 3.75-4H9.5M12 7v4"/><path d="M10 2h4c1.815 0 2 .925 2 2.5S15.815 7 14 7h-4c-1.815 0-2-.925-2-2.5S8.185 2 10 2Zm4.5 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></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="M2 20c0-.943 0-1.414.293-1.707S3.057 18 4 18h1c.943 0 1.414 0 1.707.293S7 19.057 7 20s0 1.414-.293 1.707S5.943 22 5 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20Zm15 0c0-.943 0-1.414.293-1.707S18.057 18 19 18h1c.943 0 1.414 0 1.707.293S22 19.057 22 20s0 1.414-.293 1.707S20.943 22 20 22h-1c-.943 0-1.414 0-1.707-.293S17 20.943 17 20Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 17.5c0-3.31-.648-4-3.75-4H14.5m-10 4c0-3.31.648-4 3.75-4H9.5M12 7v4"/><path d="M10 2h4c1.815 0 2 .925 2 2.5S15.815 7 14 7h-4c-1.815 0-2-.925-2-2.5S8.185 2 10 2Zm4.5 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>
</template>

CSS

.icon-hierarchy-square-10 {
  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%22M2%2020c0-.943%200-1.414.293-1.707S3.057%2018%204%2018h1c.943%200%201.414%200%201.707.293S7%2019.057%207%2020s0%201.414-.293%201.707S5.943%2022%205%2022H4c-.943%200-1.414%200-1.707-.293S2%2020.943%202%2020Zm15%200c0-.943%200-1.414.293-1.707S18.057%2018%2019%2018h1c.943%200%201.414%200%201.707.293S22%2019.057%2022%2020s0%201.414-.293%201.707S20.943%2022%2020%2022h-1c-.943%200-1.414%200-1.707-.293S17%2020.943%2017%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.5%2017.5c0-3.31-.648-4-3.75-4H14.5m-10%204c0-3.31.648-4%203.75-4H9.5M12%207v4%22%2F%3E%3Cpath%20d%3D%22M10%202h4c1.815%200%202%20.925%202%202.5S15.815%207%2014%207h-4c-1.815%200-2-.925-2-2.5S8.185%202%2010%202Zm4.5%2011.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%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%22M2%2020c0-.943%200-1.414.293-1.707S3.057%2018%204%2018h1c.943%200%201.414%200%201.707.293S7%2019.057%207%2020s0%201.414-.293%201.707S5.943%2022%205%2022H4c-.943%200-1.414%200-1.707-.293S2%2020.943%202%2020Zm15%200c0-.943%200-1.414.293-1.707S18.057%2018%2019%2018h1c.943%200%201.414%200%201.707.293S22%2019.057%2022%2020s0%201.414-.293%201.707S20.943%2022%2020%2022h-1c-.943%200-1.414%200-1.707-.293S17%2020.943%2017%2020Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.5%2017.5c0-3.31-.648-4-3.75-4H14.5m-10%204c0-3.31.648-4%203.75-4H9.5M12%207v4%22%2F%3E%3Cpath%20d%3D%22M10%202h4c1.815%200%202%20.925%202%202.5S15.815%207%2014%207h-4c-1.815%200-2-.925-2-2.5S8.185%202%2010%202Zm4.5%2011.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%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-10.svg?color=%231a73e8&size=48