The Tabler square letter x icon depicts a stylized letter 'X' within a square, commonly used to represent actions like closing a window, canceling an operation, or deleting an item.
Common uses
- Close modal dialogs
- Cancel form submissions
- Remove items from a list
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareLetterX } from '@tabler/icons-react';
<IconSquareLetterX size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareLetterX size={24} stroke={2} />filled
<IconSquareLetterXFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Letters
- Keywords
- cancelclosedeleteremovetimesclearnosquareletterrectangularlettersxclose iconcancel icondelete icontimes icon
FAQ
- What is the square letter x icon used for?
- It's primarily used for closing, canceling, or deleting actions in a user interface. It provides a clear visual cue for these operations.
- How do I use the square letter x icon in React?
- You can import it directly from the '@tabler/icons-react' library like this: import { IconSquareLetterX } from '@tabler/icons-react'.
- What is the license for the Tabler square letter x icon?
- The Tabler icon library, including the square letter x icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.