John KuehJohn Kueh

document duplicate icon

Heroicons · document-duplicate · MIT

Download SVG

The Heroicons document duplicate icon visually represents copying or duplicating an existing document, commonly used to initiate a copy action for files or content.

Common uses

  • Copy document action button
  • Duplicate record in a list
  • Create a copy of a template

Use it in React

Install
npm i @heroicons/react
Import & render
import { DocumentDuplicateIcon } from '@heroicons/react/24/outline';

<DocumentDuplicateIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<DocumentDuplicateIcon className="size-6" />
24/solid
<DocumentDuplicateIcon className="size-6" />
20/solid
<DocumentDuplicateIcon className="size-6" />
16/solid
<DocumentDuplicateIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
documentduplicatecopyclonecopy documentduplicate file

FAQ

What does the document duplicate icon represent?
It signifies the action of creating an exact copy of a document or item. This is often used for functions like 'Duplicate' or 'Copy'.
How do I use this icon in React?
Import it from Heroicons and use it as a component: import { DocumentDuplicateIcon } from '@heroicons/react/24/outline'.
What is the license for this icon?
The Heroicons library, including this icon, is available under the MIT license.

Related icons

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

Looking for something else? Search Heroicons 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 →