The Tabler square asterisk icon depicts a square shape with an asterisk inside, commonly used to represent password fields or indicate required input.
Common uses
- Password input field masking
- Required form field indicator
- Security or access control symbol
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareAsterisk } from '@tabler/icons-react';
<IconSquareAsterisk size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareAsterisk size={24} stroke={2} />filled
<IconSquareAsteriskFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapesstarpasswordsecuritysquareasteriskrectangularpassword iconsecurity symbolrequired fieldmasked input
FAQ
- What is the square asterisk icon used for?
- It's typically used to visually represent a password field where characters are masked, or to denote a required input in a form.
- How do I use the square asterisk icon in React?
- You can import and use it like this: import { IconSquareAsterisk } from '@tabler/icons-react'; <IconSquareAsterisk />
- What is the license for the Tabler square asterisk icon?
- The Tabler icon library, including the square asterisk 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 →