The Tabler text spellcheck icon visually represents a document with a checkmark, commonly used in UIs to indicate a spell-checking or grammar correction feature.
Common uses
- Button to initiate spell check on a text field.
- Status indicator for correctly spelled text.
- Tooltip for a grammar correction tool.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTextSpellcheck } from '@tabler/icons-react';
<IconTextSpellcheck size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- grammarspellingortographytextspellcheckconfirmapprovetypographywritingfontgrammar checkproofreadwriting check
FAQ
- What does the text spellcheck icon represent?
- It signifies a spell-checking or grammar verification process, often used to confirm the accuracy of written text.
- How do I use this icon in React?
- Import it using `import { IconTextSpellcheck } from '@tabler/icons-react'` and then render it as a component: `<IconTextSpellcheck />`.
- What is the license for this icon?
- The Tabler icon library, including this icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →