Rss Circle Pixel Art Icon
An RSS feed symbol inside a circle for subscription buttons, feed badges and podcast subscribe actions.
Tags
rsscircle
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Rss Circle icon
The standard RSS arc-and-dot enclosed in a circle, creating a badge-style variant of the feed icon. Use it when you want a more contained, button-friendly shape for a subscribe control, such as a circular icon button in an app toolbar, a feed-subscription badge in a browser extension, or a rounded-icon treatment in a podcast app. The enclosing circle gives it more visual weight than the bare rss icon, making it easier to tap on touch screens.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/rss-circle.svg" width="24" height="24" alt="Rss Circle" />
<!-- React -->
import { RssCircle } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="rss-circle.svg" width="48" height="48" style="image-rendering: pixelated" />