humbleicons

Git icon

version control code repository branch commit push pull merge development source
Git icon
SVG inline

Simply copy/paste this into your HTML:

copy
copied!
<svg class="humbleicons hi-git" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16 12-4-4m0 0L9 5m3 3v8m-9.293-4.707 8.586-8.586a1 1 0 0 1 1.414 0l8.586 8.586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1-1.414 0l-8.586-8.586a1 1 0 0 1 0-1.414ZM13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-4-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/></svg>
SVG sprite

Download the sprite file and address the icon by its slug:

copy
copied!
<svg class="humbleicons"><use xlink:href="humbleicons.svg#git"/></svg>