The Tabler clear formatting icon depicts a document with a strikethrough, commonly used in UI to signify the removal of all applied text formatting.
Common uses
- Button to reset text to default style
- Toolbar option to remove bold, italics, and underline
- Action to revert rich text to plain text
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconClearFormatting } from '@tabler/icons-react';
<IconClearFormatting size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- textreturndefaultclearformattingtypographywritingfontcharacterwordremove formattingreset textplain textclear styles
FAQ
- What does the clear formatting icon do?
- It visually represents the action of removing all formatting from selected text, returning it to its default appearance.
- How do I use this icon in React?
- Import it using `import { IconClearFormatting } from '@tabler/icons-react'` and then use it as a component: `<IconClearFormatting />`.
- What is the license for this icon?
- The Tabler icon library, including the clear formatting icon, is available 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 →