Github Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Github icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305759.svg" alt="Github icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305759.svg" alt="Github icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305759.svg" alt="Github icon" :width="24" :height="24" />
CSS background
.icon-github {
background-image: url('https://proicons.com/icon/305759.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M738 65c-78 49-158 8-217 0-256-34-338 266-151 386-48 25-45 152 7 170-122 14-144 185-79 255 79 85 323 79 395 0 50-56 56-170 13-222-40-48-240-56-237-131 2-53 74-45 118-66 83-39 131-157 99-248 18-4 34-10 52-13V65zM423 340c-96-210 221-195 125 0-32 23-94 25-125 0zm177 412c9 94-182 98-204 32-18-55 5-71 60-85 62-16 139-10 144 53z"/></svg>
Github in other icon packs
Copied!