The Tabler backspace icon visually represents the action of deleting the preceding character, commonly used in text input fields and keyboards.
Common uses
- Delete character in text input
- Clear input field
- Keyboard layout button
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBackspace } from '@tabler/icons-react';
<IconBackspace size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBackspace size={24} stroke={2} />filled
<IconBackspaceFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- deleteremoveeliminatebackspacetypographywritingfontcharacterwordtexteraseclear
FAQ
- What does the backspace icon signify?
- It signifies the deletion of the character immediately before the cursor or the last character entered.
- How do I use the backspace icon in React?
- You can import and use it like this: import { IconBackspace } from '@tabler/icons-react'; <IconBackspace />.
- What is the license for this icon?
- The Tabler icons, including backspace, are 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 →