The Tabler cross icon depicts a simple cross shape, commonly used to represent actions like closing a modal or dismissing a notification.
Common uses
- Close button in modals
- Dismissible alert banners
- Cancel action button
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCross } from '@tabler/icons-react';
<IconCross size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCross size={24} stroke={2} />filled
<IconCrossFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Symbols
- Keywords
- prayerchurchcatholicjezusreligioncrosssignmarkemblemrepresentationsymbolsclosetimescancelx
FAQ
- What is the Tabler cross icon used for?
- It's primarily used for closing elements like modals, pop-ups, or dismissing notifications. It can also signify a cancel action.
- How do I use the cross icon in React?
- You can import and use it directly with the following statement: import { IconCross } from '@tabler/icons-react'
- What is the license for the Tabler cross icon?
- The Tabler icon library, including the cross icon, is available 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 →