John KuehJohn Kueh

shooting star icon

Phosphor · shooting-star · MIT

Download SVG

The Phosphor shooting star icon visually represents a celestial event, often used in UIs to signify something new, a wish, or a special offer.

Common uses

  • Highlighting a new feature or update
  • Indicating a limited-time promotion
  • Representing a 'wishlist' or 'favorites' feature

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ShootingStar } from '@phosphor-icons/react';

<ShootingStar size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ShootingStar size={24} />
thin
<ShootingStar size={24} weight="thin" />
light
<ShootingStar size={24} weight="light" />
bold
<ShootingStar size={24} weight="bold" />
fill
<ShootingStar size={24} weight="fill" />
duotone
<ShootingStar size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
nature
Keywords
wishcometmeteornatureshootingstarstar streak

FAQ

What does the shooting star icon represent?
It depicts a meteor streaking across the sky, commonly used to draw attention to something exciting or aspirational.
How do I use the shooting star icon in React?
Import it from the library and use it as a component: import { ShootingStar } from '@phosphor-icons/react'; <ShootingStar />.
What is the license for this icon?
The Phosphor icon set, including the shooting star, is available under the MIT license.

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 →