John KuehJohn Kueh

document check icon

Heroicons · document-check · MIT

Download SVG

The Heroicons document check icon visually represents a document with a checkmark, commonly used to indicate successful completion, verification, or approval of a document or task.

Common uses

  • Confirming document submission
  • Verifying task completion
  • Indicating successful form validation

Use it in React

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

<DocumentCheckIcon className="size-6" />

Styles

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

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

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
documentcheckdocument verifiedapproved documenttask completesuccess document

FAQ

What does the document check icon signify?
It signifies that a document or a related task has been successfully completed, verified, or approved.
How do I use this icon in React?
Import it using `import { DocumentCheckIcon } from '@heroicons/react/24/outline'` and then use it as a React component: `<DocumentCheckIcon className="h-6 w-6" />`.
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 →