The Phosphor text strikethrough icon depicts a horizontal line through text, commonly used in UI to indicate deleted or struck-through content, often in editing contexts.
Common uses
- Marking text as deleted in a rich text editor.
- Showing a sale price by striking through the original price.
- Indicating a completed task in a to-do list.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TextStrikethrough } from '@phosphor-icons/react';
<TextStrikethrough size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TextStrikethrough size={24} />thin
<TextStrikethrough size={24} weight="thin" />light
<TextStrikethrough size={24} weight="light" />bold
<TextStrikethrough size={24} weight="bold" />fill
<TextStrikethrough size={24} weight="fill" />duotone
<TextStrikethrough size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- typographytypefaceprintfontstruckremovedeletechangedesigneditortextstrikethroughstrikecrossed outdeleted textcancel
FAQ
- What does the text strikethrough icon represent?
- It visually represents text that has been crossed out, typically signifying deletion, cancellation, or a previous state.
- How do I use this icon in React?
- You can import and use it with: import { TextStrikethrough } from '@phosphor-icons/react'
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →