logo github icon
logo-github-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- logo-github-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 49×16
- License
- MIT
- Aliases
- logo-github
1 other variant in Octicons
The same icon in other sets
Related icons in Octicons
Use the logo github icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 16"><path fill="currentColor" d="M5.606 2.058c2.796 0 4.485 1.194 5.024 3.204l-2.505.597c-.305-1.092-1.179-1.69-2.519-1.69c-1.995 0-3.072 1.311-3.072 3.801s1.048 3.83 3.014 3.83c1.656 0 2.7-.93 2.861-2.534H5.344V7.17h5.592v1.326c0 3.48-2.024 5.417-5.432 5.417C2.126 13.912 0 11.596 0 7.97s2.17-5.912 5.606-5.912m28.554 8.373c0 1.005.45 1.559 1.31 1.559c.99 0 1.747-.918 1.747-2.17V5.51h2.316v8.183h-2.316V12.31c-.436.888-1.485 1.529-2.606 1.529c-1.791 0-2.767-.99-2.767-2.796V5.509h2.315z"/><path fill="currentColor" fill-rule="evenodd" d="M43.055 7.01c.471-.99 1.535-1.69 2.607-1.69c2.233 0 3.413 1.544 3.334 4.267c.078 2.694-1.145 4.252-3.334 4.252c-1.116 0-2.136-.641-2.621-1.558v1.412H40.74V2.277h2.315zm1.791.247c-.955 0-1.713.932-1.79 2.213v.131c.077 1.325.835 2.301 1.79 2.301c1.2 0 1.855-.888 1.777-2.315c.078-1.442-.577-2.33-1.777-2.33"/><path fill="currentColor" d="M14.11 13.693h-2.3V5.51h2.3zm4.636-8.183h1.703v1.922h-1.703v3.713c0 .451.204.626.655.626h1.048v1.922h-1.878c-1.53 0-2.126-.655-2.126-2.039V7.432h-1.456V5.509h1.456V3.88l2.3-.54zm5.15-3.233v4.63h4.34v-4.63h2.475v11.416h-2.476V9.121h-4.34v4.572H21.42V2.277zM12.96 2a1.35 1.35 0 0 1 1.369 1.369a1.35 1.35 0 0 1-1.369 1.369a1.35 1.35 0 0 1-1.369-1.37A1.35 1.35 0 0 1 12.96 2"/></svg>
React
import type { SVGProps } from "react";
export function OcticonLogoGithub16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 16"><path fill="currentColor" d="M5.606 2.058c2.796 0 4.485 1.194 5.024 3.204l-2.505.597c-.305-1.092-1.179-1.69-2.519-1.69c-1.995 0-3.072 1.311-3.072 3.801s1.048 3.83 3.014 3.83c1.656 0 2.7-.93 2.861-2.534H5.344V7.17h5.592v1.326c0 3.48-2.024 5.417-5.432 5.417C2.126 13.912 0 11.596 0 7.97s2.17-5.912 5.606-5.912m28.554 8.373c0 1.005.45 1.559 1.31 1.559c.99 0 1.747-.918 1.747-2.17V5.51h2.316v8.183h-2.316V12.31c-.436.888-1.485 1.529-2.606 1.529c-1.791 0-2.767-.99-2.767-2.796V5.509h2.315z"/><path fill="currentColor" fillRule="evenodd" d="M43.055 7.01c.471-.99 1.535-1.69 2.607-1.69c2.233 0 3.413 1.544 3.334 4.267c.078 2.694-1.145 4.252-3.334 4.252c-1.116 0-2.136-.641-2.621-1.558v1.412H40.74V2.277h2.315zm1.791.247c-.955 0-1.713.932-1.79 2.213v.131c.077 1.325.835 2.301 1.79 2.301c1.2 0 1.855-.888 1.777-2.315c.078-1.442-.577-2.33-1.777-2.33"/><path fill="currentColor" d="M14.11 13.693h-2.3V5.51h2.3zm4.636-8.183h1.703v1.922h-1.703v3.713c0 .451.204.626.655.626h1.048v1.922h-1.878c-1.53 0-2.126-.655-2.126-2.039V7.432h-1.456V5.509h1.456V3.88l2.3-.54zm5.15-3.233v4.63h4.34v-4.63h2.475v11.416h-2.476V9.121h-4.34v4.572H21.42V2.277zM12.96 2a1.35 1.35 0 0 1 1.369 1.369a1.35 1.35 0 0 1-1.369 1.369a1.35 1.35 0 0 1-1.369-1.37A1.35 1.35 0 0 1 12.96 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 16"><path fill="currentColor" d="M5.606 2.058c2.796 0 4.485 1.194 5.024 3.204l-2.505.597c-.305-1.092-1.179-1.69-2.519-1.69c-1.995 0-3.072 1.311-3.072 3.801s1.048 3.83 3.014 3.83c1.656 0 2.7-.93 2.861-2.534H5.344V7.17h5.592v1.326c0 3.48-2.024 5.417-5.432 5.417C2.126 13.912 0 11.596 0 7.97s2.17-5.912 5.606-5.912m28.554 8.373c0 1.005.45 1.559 1.31 1.559c.99 0 1.747-.918 1.747-2.17V5.51h2.316v8.183h-2.316V12.31c-.436.888-1.485 1.529-2.606 1.529c-1.791 0-2.767-.99-2.767-2.796V5.509h2.315z"/><path fill="currentColor" fill-rule="evenodd" d="M43.055 7.01c.471-.99 1.535-1.69 2.607-1.69c2.233 0 3.413 1.544 3.334 4.267c.078 2.694-1.145 4.252-3.334 4.252c-1.116 0-2.136-.641-2.621-1.558v1.412H40.74V2.277h2.315zm1.791.247c-.955 0-1.713.932-1.79 2.213v.131c.077 1.325.835 2.301 1.79 2.301c1.2 0 1.855-.888 1.777-2.315c.078-1.442-.577-2.33-1.777-2.33"/><path fill="currentColor" d="M14.11 13.693h-2.3V5.51h2.3zm4.636-8.183h1.703v1.922h-1.703v3.713c0 .451.204.626.655.626h1.048v1.922h-1.878c-1.53 0-2.126-.655-2.126-2.039V7.432h-1.456V5.509h1.456V3.88l2.3-.54zm5.15-3.233v4.63h4.34v-4.63h2.475v11.416h-2.476V9.121h-4.34v4.572H21.42V2.277zM12.96 2a1.35 1.35 0 0 1 1.369 1.369a1.35 1.35 0 0 1-1.369 1.369a1.35 1.35 0 0 1-1.369-1.37A1.35 1.35 0 0 1 12.96 2"/></svg> </template>
CSS
.icon-logo-github-16 {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2049%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.606%202.058c2.796%200%204.485%201.194%205.024%203.204l-2.505.597c-.305-1.092-1.179-1.69-2.519-1.69c-1.995%200-3.072%201.311-3.072%203.801s1.048%203.83%203.014%203.83c1.656%200%202.7-.93%202.861-2.534H5.344V7.17h5.592v1.326c0%203.48-2.024%205.417-5.432%205.417C2.126%2013.912%200%2011.596%200%207.97s2.17-5.912%205.606-5.912m28.554%208.373c0%201.005.45%201.559%201.31%201.559c.99%200%201.747-.918%201.747-2.17V5.51h2.316v8.183h-2.316V12.31c-.436.888-1.485%201.529-2.606%201.529c-1.791%200-2.767-.99-2.767-2.796V5.509h2.315z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.055%207.01c.471-.99%201.535-1.69%202.607-1.69c2.233%200%203.413%201.544%203.334%204.267c.078%202.694-1.145%204.252-3.334%204.252c-1.116%200-2.136-.641-2.621-1.558v1.412H40.74V2.277h2.315zm1.791.247c-.955%200-1.713.932-1.79%202.213v.131c.077%201.325.835%202.301%201.79%202.301c1.2%200%201.855-.888%201.777-2.315c.078-1.442-.577-2.33-1.777-2.33%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.11%2013.693h-2.3V5.51h2.3zm4.636-8.183h1.703v1.922h-1.703v3.713c0%20.451.204.626.655.626h1.048v1.922h-1.878c-1.53%200-2.126-.655-2.126-2.039V7.432h-1.456V5.509h1.456V3.88l2.3-.54zm5.15-3.233v4.63h4.34v-4.63h2.475v11.416h-2.476V9.121h-4.34v4.572H21.42V2.277zM12.96%202a1.35%201.35%200%200%201%201.369%201.369a1.35%201.35%200%200%201-1.369%201.369a1.35%201.35%200%200%201-1.369-1.37A1.35%201.35%200%200%201%2012.96%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2049%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.606%202.058c2.796%200%204.485%201.194%205.024%203.204l-2.505.597c-.305-1.092-1.179-1.69-2.519-1.69c-1.995%200-3.072%201.311-3.072%203.801s1.048%203.83%203.014%203.83c1.656%200%202.7-.93%202.861-2.534H5.344V7.17h5.592v1.326c0%203.48-2.024%205.417-5.432%205.417C2.126%2013.912%200%2011.596%200%207.97s2.17-5.912%205.606-5.912m28.554%208.373c0%201.005.45%201.559%201.31%201.559c.99%200%201.747-.918%201.747-2.17V5.51h2.316v8.183h-2.316V12.31c-.436.888-1.485%201.529-2.606%201.529c-1.791%200-2.767-.99-2.767-2.796V5.509h2.315z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.055%207.01c.471-.99%201.535-1.69%202.607-1.69c2.233%200%203.413%201.544%203.334%204.267c.078%202.694-1.145%204.252-3.334%204.252c-1.116%200-2.136-.641-2.621-1.558v1.412H40.74V2.277h2.315zm1.791.247c-.955%200-1.713.932-1.79%202.213v.131c.077%201.325.835%202.301%201.79%202.301c1.2%200%201.855-.888%201.777-2.315c.078-1.442-.577-2.33-1.777-2.33%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.11%2013.693h-2.3V5.51h2.3zm4.636-8.183h1.703v1.922h-1.703v3.713c0%20.451.204.626.655.626h1.048v1.922h-1.878c-1.53%200-2.126-.655-2.126-2.039V7.432h-1.456V5.509h1.456V3.88l2.3-.54zm5.15-3.233v4.63h4.34v-4.63h2.475v11.416h-2.476V9.121h-4.34v4.572H21.42V2.277zM12.96%202a1.35%201.35%200%200%201%201.369%201.369a1.35%201.35%200%200%201-1.369%201.369a1.35%201.35%200%200%201-1.369-1.37A1.35%201.35%200%200%201%2012.96%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/logo-github-16.svg?color=%231a73e8&size=48