The Phosphor github logo icon depicts the official GitHub Octocat logo, commonly used in UIs to represent links to GitHub repositories, profiles, or services.
Common uses
- Link to GitHub repository
- GitHub profile button
- Integrations section for GitHub
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GithubLogo } from '@phosphor-icons/react';
<GithubLogo size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GithubLogo size={24} />thin
<GithubLogo size={24} weight="thin" />light
<GithubLogo size={24} weight="light" />bold
<GithubLogo size={24} weight="bold" />fill
<GithubLogo size={24} weight="fill" />duotone
<GithubLogo size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- octocatvcssource controlversion controlversioningbranchestechnology & developmentbrandsgithublogo
FAQ
- What does the github-logo icon represent?
- It represents the GitHub Octocat logo, widely recognized for the GitHub platform which is used for version control and collaboration.
- How do I use the GithubLogo icon in React?
- You can import and use it directly in your React components like this: import { GithubLogo } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the github-logo 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 →