Github Pixel Art Icon
The GitHub logo icon for repository links, 'Sign in with GitHub' buttons and open-source project credits.
Tags
gitrepository
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Github icon
The GitHub logo, the familiar Octocat silhouette. Use it to link a code repository, offer a 'Sign in with GitHub' option, or credit an open-source project. As a brand mark it should keep its recognizable shape and sit alongside other platform logos rather than blending into a generic icon row. For developers it is the expected cue for source code and developer accounts.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/github.svg" width="24" height="24" alt="Github" />
<!-- React -->
import { Github } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="github.svg" width="48" height="48" style="image-rendering: pixelated" />