The Phosphor gradient icon visually represents a smooth transition between colors or shades, often used in UI design to indicate background effects, visual depth, or stylistic elements.
Common uses
- Backgrounds for cards or sections
- Loading indicators with color transitions
- Thematic elements in dashboards
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Gradient } from '@phosphor-icons/react';
<Gradient size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Gradient size={24} />thin
<Gradient size={24} weight="thin" />light
<Gradient size={24} weight="light" />bold
<Gradient size={24} weight="bold" />fill
<Gradient size={24} weight="fill" />duotone
<Gradient size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- fadeombreopacitydesigngradientcolor transitionblend
FAQ
- What is the gradient icon used for?
- It's typically used to represent visual transitions, such as color fades, opacity changes, or background effects in UI design.
- How do I use the gradient icon in React?
- You can import and use it like this: import { Gradient } from '@phosphor-icons/react'; <Gradient />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →