Hierarchy2 icon in outline, twotone, bold and bulk. Free in all four styles, for code, servers, databases, devops, terminals. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHierarchy2 } from "@devigner-ui/icons";
<IconHierarchy2 className="size-6" />
<script setup>
import { IconHierarchy2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHierarchy2 class="size-6" />
</template>
<script>
import { IconHierarchy2 } from "@devigner-ui/icons-svelte";
</script>
<IconHierarchy2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.92 22a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.67 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.67 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M5.67 15V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.8 15a4.06 4.06 0 0 1 3.94-3.04l3.43.01a6 6 0 0 0 5.67-4.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>