John KuehJohn Kueh

rss simple icon

Phosphor · rss-simple · MIT

Download SVG

The Phosphor rss simple icon depicts a stylized radio wave symbol, commonly used to represent web feeds, content subscriptions, or news aggregators in user interfaces.

Common uses

  • Button to subscribe to a blog's RSS feed.
  • Link to a news or updates section.
  • Indicator for available podcast episodes.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { RssSimple } from '@phosphor-icons/react';

<RssSimple size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<RssSimple size={24} />
thin
<RssSimple size={24} weight="thin" />
light
<RssSimple size={24} weight="light" />
bold
<RssSimple size={24} weight="bold" />
fill
<RssSimple size={24} weight="fill" />
duotone
<RssSimple size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
radiobroadcastweb feednewsaggregatorcommunicationsrsssimplefeedsubscribe

FAQ

What is the purpose of the rss-simple icon?
It visually represents RSS feeds, which are used for syndicating frequently updated content like blog posts or news articles. It's useful for subscription or content aggregation features.
How do I use the RssSimple icon in React?
You can import it directly from the Phosphor React library: import { RssSimple } from '@phosphor-icons/react'. Then, render it as a component like <RssSimple size={24} />.
What is the license for the Phosphor rss simple icon?
The Phosphor icon library, including the rss-simple icon, is distributed 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 →