John KuehJohn Kueh

list indent increase icon

HugeIcons · ListIndentIncreaseIcon · MIT

Download SVG

The HugeIcons list indent increase icon visually represents increasing the indentation level of a list item, commonly used to structure hierarchical content or organize information within a document.

Common uses

  • Increasing the indentation of a bullet point in a rich text editor.
  • Deepening a sub-level in an outline or task list.
  • Adjusting the nesting of an element in a hierarchical menu.

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ListIndentIncreaseIcon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={ListIndentIncreaseIcon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
increase indentoutdentindent morenest item

FAQ

What does the list indent increase icon signify?
It signifies the action of making a list item or element more deeply nested within a hierarchical structure.
How do I use the ListIndentIncreaseIcon in React?
Import it using `import { ListIndentIncreaseIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={ListIndentIncreaseIcon} />` after importing `HugeiconsIcon` from '@hugeicons/react'.
What is the license for this icon?
This icon is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in HugeIcons.

Looking for something else? Search HugeIcons and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →