Trending Pixel Art Icon
A trending arrow icon for viral content sections, rising metrics, hot items, and 'What's popular' features.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Trending icon
An upward-angled arrow or rising line, the go-to icon for content or data that is gaining momentum. Social platforms, news apps, and e-commerce sites use it for 'Trending now,' 'Hot products,' and 'Rising searches' sections. It implies rapid positive growth rather than steady long-term increase, so it suits real-time or short-window metrics. For longer historical performance data with axes, the line chart communicates a fuller picture of the data's movement.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/trending.svg" width="24" height="24" alt="Trending" />
<!-- React -->
import { Trending } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="trending.svg" width="48" height="48" style="image-rendering: pixelated" />