The Phosphor rss icon depicts a stylized radio wave symbol, commonly used to represent web feeds, syndication, or content aggregation.
Common uses
- Button to subscribe to a blog's RSS feed
- Link to an external news aggregator
- Indicator for syndicated content
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Rss } from '@phosphor-icons/react';
<Rss size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Rss size={24} />thin
<Rss size={24} weight="thin" />light
<Rss size={24} weight="light" />bold
<Rss size={24} weight="bold" />fill
<Rss size={24} weight="fill" />duotone
<Rss size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- radiobroadcastweb feednewsaggregatorcommunicationsrssfeedsyndication
FAQ
- What does the RSS icon represent?
- It represents the Really Simple Syndication (RSS) format, used for distributing frequently updated content like blog posts or news articles.
- How do I use the RSS icon in React?
- You can import and use it like this: import { Rss } from '@phosphor-icons/react'
- What is the license for the Phosphor RSS icon?
- The Phosphor icon library, including the RSS icon, 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 →