The Phosphor medium logo icon depicts the distinctive "M" symbol of the Medium publishing platform, commonly used to represent the brand in user interfaces, especially in contexts related to content, blogging, or social media.
Common uses
- Link to Medium profile
- Identify Medium content
- Branding in social media feeds
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MediumLogo } from '@phosphor-icons/react';
<MediumLogo size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MediumLogo size={24} />thin
<MediumLogo size={24} weight="thin" />light
<MediumLogo size={24} weight="light" />bold
<MediumLogo size={24} weight="bold" />fill
<MediumLogo size={24} weight="fill" />duotone
<MediumLogo size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- brands
- Keywords
- logosreadingwritingnewssocial mediabrandsmediumlogopublishingbloggingsocial
FAQ
- What is this icon for?
- This icon represents the Medium brand. It's used to link to Medium articles, profiles, or indicate content originating from the platform.
- How do I use this in React?
- Import it from the library like this: `import { MediumLogo } from '@phosphor-icons/react'`. Then use it as a component: `<MediumLogo />`.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →