The Tabler square rounded icon depicts a square with softly rounded corners, commonly used to represent a generic container, a card, or a button with a modern, softer aesthetic.
Common uses
- Default button style
- Card background
- Generic container element
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareRounded } from '@tabler/icons-react';
<IconSquareRounded size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareRounded size={24} stroke={2} />filled
<IconSquareRoundedFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapeboxfiguregeometrysquareroundedrectangularformpatternoutlineshapesrounded squarebox outlinesoft squaregeometry shape
FAQ
- What is the purpose of the square rounded icon?
- This icon represents a square with rounded corners, often used for UI elements that need a softer, more modern look than a sharp-cornered square.
- How do I use the square rounded icon in React?
- You can import and use it in your React application with: import { IconSquareRounded } from '@tabler/icons-react'
- What is the license for the Tabler square rounded icon?
- The Tabler icon library, including the square rounded 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 →