The Tabler square rounded check icon depicts a square with rounded corners containing a checkmark, commonly used to indicate a completed task, a confirmed selection, or a positive status.
Common uses
- Confirming a successful action.
- Indicating a selected option in a form.
- Displaying a completed status for an item.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareRoundedCheck } from '@tabler/icons-react';
<IconSquareRoundedCheck size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareRoundedCheck size={24} stroke={2} />filled
<IconSquareRoundedCheckFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapetickaccpetdoneyessquareroundedcheckrectangularconfirmshapescompleted taskselection confirmedsuccess indicatorcheckmark box
FAQ
- What is the purpose of the square rounded check icon?
- This icon signifies completion, confirmation, or a positive choice. It's useful for confirming user actions or indicating that something is done.
- How do I use the square rounded check icon in React?
- You can import and use it directly in your React components like this: import { IconSquareRoundedCheck } from '@tabler/icons-react'.
- What is the license for the Tabler square rounded check icon?
- The Tabler icon library, including the square rounded check 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 →