The Phosphor rainbow icon depicts a colorful arc, commonly used in UIs to represent weather phenomena, pride events, or good fortune.
Common uses
- Displaying weather forecasts (e.g., after rain).
- Indicating LGBTQ+ pride themes or events.
- Representing luck or magic in a design.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Rainbow } from '@phosphor-icons/react';
<Rainbow size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Rainbow size={24} />thin
<Rainbow size={24} weight="thin" />light
<Rainbow size={24} weight="light" />bold
<Rainbow size={24} weight="bold" />fill
<Rainbow size={24} weight="fill" />duotone
<Rainbow size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- meteorologyrainstormarcpridelgbtq+leprechaunweatherrainbowlgbtq
FAQ
- What does the rainbow icon represent?
- It visually represents a rainbow, often associated with weather, pride, or luck.
- How do I use the rainbow icon in React?
- Import it using `import { Rainbow } from '@phosphor-icons/react';` and then use it as a component: `<Rainbow size={24} />`.
- What is the license for this icon?
- The Phosphor rainbow icon is available under the MIT license, allowing for free commercial and non-commercial 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 →