The Tabler file rss icon depicts a document with an RSS feed symbol, commonly used to represent content feeds, news sources, or data streams within a user interface.
Common uses
- Button to subscribe to a blog's RSS feed.
- Link to a news or updates section.
- Indicator for a data feed source.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileRss } from '@tabler/icons-react';
<IconFileRss size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileRss size={24} stroke={2} />filled
<IconFileRssFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- extensionformatnewsfilerssdocumentdatacontentrecordpaperfeed iconnews feeddocument feeddata stream
FAQ
- What does the file rss icon represent?
- It represents a document or file associated with an RSS feed, often used for news, updates, or syndicated content.
- How do I use this icon in React?
- You can import and use it in React with: import { IconFileRss } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the file rss icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →