Skip to main content

Tree Structure


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">tree_structure</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#tree-structure" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-tree-structure" viewBox="0 0 24 24">
  <path d="M11 9h1.08c.22.72.88 1.25 1.67 1.25h5c.96 0 1.75-.79 1.75-1.75v-1c0-.96-.79-1.75-1.75-1.75h-5c-.79 0-1.45.53-1.67 1.25H6V4c0-.55-.45-1-1-1s-1 .45-1 1v16c0 .55.45 1 1 1h7.08c.22.72.88 1.25 1.67 1.25h5c.96 0 1.75-.79 1.75-1.75v-1c0-.96-.79-1.75-1.75-1.75h-5c-.79 0-1.45.53-1.67 1.25H6v-4h6.08c.22.72.88 1.25 1.67 1.25h5c.96 0 1.75-.79 1.75-1.75v-1c0-.96-.79-1.75-1.75-1.75h-5c-.79 0-1.45.53-1.67 1.25H6V9zm2.5-1.5c0-.14.11-.25.25-.25h5c.14 0 .25.11.25.25v1c0 .14-.11.25-.25.25h-5c-.14 0-.25-.11-.25-.25zm0 12c0-.14.11-.25.25-.25h5c.14 0 .25.11.25.25v1c0 .14-.11.25-.25.25h-5c-.14 0-.25-.11-.25-.25zm0-6c0-.14.11-.25.25-.25h5c.14 0 .25.11.25.25v1c0 .14-.11.25-.25.25h-5c-.14 0-.25-.11-.25-.25z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.