The Lucide strikethrough icon visually represents text that has been crossed out, commonly used to indicate deleted or obsolete content.
Common uses
- Indicating a completed to-do item
- Showing a discounted price
- Marking text as removed or edited
Use it in React
Install
npm i lucide-reactImport & render
import { Strikethrough } from 'lucide-react';
<Strikethrough size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- cross outdeleteremoveformatstrikethroughstrike
FAQ
- What is the strikethrough icon used for?
- It's used to visually denote text that is considered deleted, obsolete, or completed. This helps users quickly identify modified or irrelevant information.
- How do I use the strikethrough icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { Strikethrough } from 'lucide-react'.
- What is the license for the Lucide strikethrough icon?
- The Lucide icon library, including the strikethrough icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →