The Phosphor dev to logo icon depicts the Dev.to community logo, commonly used to represent the Dev.to platform or related content in user interfaces.
Common uses
- Link to Dev.to profile
- Button for Dev.to articles
- Branding element for Dev.to integration
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { DevToLogo } from '@phosphor-icons/react';
<DevToLogo size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<DevToLogo size={24} />thin
<DevToLogo size={24} weight="thin" />light
<DevToLogo size={24} weight="light" />bold
<DevToLogo size={24} weight="bold" />fill
<DevToLogo size={24} weight="fill" />duotone
<DevToLogo size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- brands
- Keywords
- readingwritingsocial medialogosbrandstechnology & developmentdevtologodev.tocommunity logoblogging platformsocial media logo
FAQ
- What is the dev to logo icon for?
- This icon represents the Dev.to community and is used to visually link to or identify content related to the Dev.to platform.
- How do I use the dev to logo icon in React?
- You can import and use it in your React application with: import { DevToLogo } from '@phosphor-icons/react'
- What is the license for this icon?
- The dev to logo icon from the Phosphor library 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 →