The HugeIcons text strikethrough icon visually represents text that has been crossed out, commonly used to indicate deleted, canceled, or obsolete content.
Common uses
- Indicating a sale price (crossed out original price)
- Showing a completed to-do item
- Marking outdated or removed information
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextStrikethroughIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextStrikethroughIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- strikecrossed outdeleted textcanceled
FAQ
- What does the text strikethrough icon represent?
- It represents text that has been crossed out, typically used to show deleted, canceled, or obsolete content in a user interface.
- How do I use the TextStrikethroughIcon in React?
- Import both HugeiconsIcon and TextStrikethroughIcon, then render the icon using <HugeiconsIcon icon={TextStrikethroughIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing 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 →