Rss Pixel Art Icon
An RSS feed icon for blog subscriptions, news-feed links, podcast directories and content syndication.
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Rss icon
The classic quarter-circle RSS symbol with two curved arcs and a dot, universally recognized as a subscribe or feed icon. Place it next to a blog's 'Subscribe via RSS' link, on a podcast feed URL, in a news-reader app, or in a site footer alongside other subscription options. It is specifically associated with syndication standards (RSS and Atom), so avoid using it for general 'follow' actions on social platforms where a bell or follow button sets the correct expectation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/rss.svg" width="24" height="24" alt="Rss" />
<!-- React -->
import { Rss } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="rss.svg" width="48" height="48" style="image-rendering: pixelated" />