The Phosphor article icon depicts a document or piece of text, commonly used to represent content, news, or blog posts in user interfaces.
Common uses
- Link to a blog post
- Button for 'Read More'
- Section for news updates
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Article } from '@phosphor-icons/react';
<Article size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Article size={24} />thin
<Article size={24} weight="thin" />light
<Article size={24} weight="light" />bold
<Article size={24} weight="bold" />fill
<Article size={24} weight="fill" />duotone
<Article size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- readingwritingjournalsperiodicalstextnewspapermediaobjectsarticledocumentjournal
FAQ
- What does the article icon represent?
- It represents a document, text, or published content like a newspaper or journal.
- How do I use the article icon in React?
- You can import and use it like this: import { Article } from '@phosphor-icons/react'; <Article />.
- What is the license for this icon?
- The Phosphor icon library, including the article icon, is available 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 →