The Tabler article icon depicts a document or paper, commonly used to represent content, news, or blog posts in user interfaces.
Common uses
- Link to a blog post
- Button for 'Read More'
- Menu item for 'Documents'
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconArticle } from '@tabler/icons-react';
<IconArticle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconArticle size={24} stroke={2} />filled
<IconArticleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- newsnewspapermediablogarticlefilepapertextrecordinformationdocument
FAQ
- What does the article icon represent?
- It represents a document, paper, or written content, often used for news, articles, or blog posts.
- How do I use the article icon in React?
- You can import it using `import { IconArticle } from '@tabler/icons-react'` and then use it as a component: `<IconArticle />`.
- What is the license for the Tabler article icon?
- The Tabler icon library, including the article icon, is released 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 →