The Phosphor trend up icon visually represents an upward trend, commonly used in UI to indicate positive growth, increases, or improving performance.
Common uses
- Displaying stock market gains.
- Showing positive sales figures.
- Indicating an upward trend in user engagement.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TrendUp } from '@phosphor-icons/react';
<TrendUp size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TrendUp size={24} />thin
<TrendUp size={24} weight="thin" />light
<TrendUp size={24} weight="light" />bold
<TrendUp size={24} weight="bold" />fill
<TrendUp size={24} weight="fill" />duotone
<TrendUp size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- graphsgraphingchartsstatisticsanalyzeanalysisincreasearrowsfinancesofficetrendupgrowth iconincrease iconpositive trendupward graph
FAQ
- What does the trend up icon represent?
- It signifies an upward movement, growth, or positive change, often used for financial or performance metrics.
- How do I use the trend up icon in React?
- Import it from the library and use it as a component: import { TrendUp } from '@phosphor-icons/react'.
- 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 →