The Phosphor messenger logo icon depicts the Facebook Messenger application's branding, commonly used to represent chat or messaging features within a user interface.
Common uses
- Link to the Facebook Messenger app
- Button for initiating a chat
- Branding element in social media integrations
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MessengerLogo } from '@phosphor-icons/react';
<MessengerLogo size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MessengerLogo size={24} />thin
<MessengerLogo size={24} weight="thin" />light
<MessengerLogo size={24} weight="light" />bold
<MessengerLogo size={24} weight="bold" />fill
<MessengerLogo size={24} weight="fill" />duotone
<MessengerLogo size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- brands
- Keywords
- logosfacebooksocial mediabrandscommunicationsmessengerlogofacebook messengerchat iconsocial media logomessaging app
FAQ
- What is this icon for?
- This icon represents the Facebook Messenger service. It's used to signify chat, messaging, or social media connections related to Facebook.
- How do I use the messenger logo icon in React?
- You can import and use it in your React application with: `import { MessengerLogo } from '@phosphor-icons/react'`. Then render it as `<MessengerLogo />`.
- What is the license for this icon?
- The Phosphor icon library, including the messenger logo, 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 →