The Phosphor asterisk icon depicts a six-pointed star, commonly used to represent wildcards, required fields, or as a bullet point in lists.
Common uses
- Indicate required form fields
- Represent a wildcard search character
- Use as a decorative bullet point
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Asterisk } from '@phosphor-icons/react';
<Asterisk size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Asterisk size={24} />thin
<Asterisk size={24} weight="thin" />light
<Asterisk size={24} weight="light" />bold
<Asterisk size={24} weight="bold" />fill
<Asterisk size={24} weight="fill" />duotone
<Asterisk size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- starwildcardbullet point6emergencycommunicationsasteriskbulletrequired
FAQ
- What is the asterisk icon typically used for?
- It's often used to denote required fields in forms, as a wildcard symbol in searches, or as a bullet point.
- How do I use the asterisk icon in React?
- Import it from the library like so: import { Asterisk } from '@phosphor-icons/react'. Then use it as a component: <Asterisk />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →