The HugeIcons layer add icon visually represents the action of adding a new layer or element to an existing structure, commonly used for features like adding new content, duplicating items, or creating new sections.
Common uses
- Add new layer to a map
- Create a new section in a document
- Duplicate an existing element
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LayerAddIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LayerAddIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add layernew layerlayer plusstack add
FAQ
- What does the LayerAddIcon represent?
- The LayerAddIcon visually represents adding a new layer or element to an existing structure. It's typically used for actions like adding new content, duplicating items, or creating new sections within an interface.
- How do I use LayerAddIcon in a React project?
- To use LayerAddIcon in React, first import it along with HugeiconsIcon: `import { HugeiconsIcon } from '@hugeicons/react'; import { LayerAddIcon } from '@hugeicons/core-free-icons';`. Then, render it using `<HugeiconsIcon icon={LayerAddIcon} />`.
- What is the license for HugeIcons?
- The HugeIcons icon library is distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →