hierarchy icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the hierarchy 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 stroke-linecap="round" stroke-linejoin="round" d="M9.891 7.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.879-.807-.564-1.452-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.391 19.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.879-.808-.564-1.453-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M20 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.391 19.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.878-.808-.564-1.453-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M7 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 13v2.5m0 0l2.5 1.5M12 15.5L9.5 17"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHierarchy(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 strokeLinecap="round" strokeLinejoin="round" d="M9.891 7.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.879-.807-.564-1.452-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.391 19.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.879-.808-.564-1.453-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M20 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M3.391 19.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.878-.808-.564-1.453-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M7 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 13v2.5m0 0l2.5 1.5M12 15.5L9.5 17"/></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 stroke-linecap="round" stroke-linejoin="round" d="M9.891 7.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.879-.807-.564-1.452-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.391 19.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.879-.808-.564-1.453-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M20 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.391 19.556c-.55.316-1.992.96-1.114 1.768c.43.394.907.676 1.508.676h3.43c.6 0 1.079-.282 1.508-.676c.878-.808-.564-1.453-1.114-1.768a4.28 4.28 0 0 0-4.218 0"/><path d="M7 15.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 13v2.5m0 0l2.5 1.5M12 15.5L9.5 17"/></g></svg>
</template>

CSS

.icon-hierarchy {
  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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.891%207.556c-.55.316-1.992.96-1.114%201.768c.43.394.907.676%201.508.676h3.43c.6%200%201.079-.282%201.508-.676c.879-.807-.564-1.452-1.114-1.768a4.28%204.28%200%200%200-4.218%200%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.391%2019.556c-.55.316-1.992.96-1.114%201.768c.43.394.907.676%201.508.676h3.43c.6%200%201.079-.282%201.508-.676c.879-.808-.564-1.453-1.114-1.768a4.28%204.28%200%200%200-4.218%200%22%2F%3E%3Cpath%20d%3D%22M20%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.391%2019.556c-.55.316-1.992.96-1.114%201.768c.43.394.907.676%201.508.676h3.43c.6%200%201.079-.282%201.508-.676c.878-.808-.564-1.453-1.114-1.768a4.28%204.28%200%200%200-4.218%200%22%2F%3E%3Cpath%20d%3D%22M7%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2013v2.5m0%200l2.5%201.5M12%2015.5L9.5%2017%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.891%207.556c-.55.316-1.992.96-1.114%201.768c.43.394.907.676%201.508.676h3.43c.6%200%201.079-.282%201.508-.676c.879-.807-.564-1.452-1.114-1.768a4.28%204.28%200%200%200-4.218%200%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.391%2019.556c-.55.316-1.992.96-1.114%201.768c.43.394.907.676%201.508.676h3.43c.6%200%201.079-.282%201.508-.676c.879-.808-.564-1.453-1.114-1.768a4.28%204.28%200%200%200-4.218%200%22%2F%3E%3Cpath%20d%3D%22M20%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.391%2019.556c-.55.316-1.992.96-1.114%201.768c.43.394.907.676%201.508.676h3.43c.6%200%201.079-.282%201.508-.676c.878-.808-.564-1.453-1.114-1.768a4.28%204.28%200%200%200-4.218%200%22%2F%3E%3Cpath%20d%3D%22M7%2015.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2013v2.5m0%200l2.5%201.5M12%2015.5L9.5%2017%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.svg?color=%231a73e8&size=48