logo github icon

logo-github from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.

Name
logo-github
Set
Carbon
Style
Outline
Category
Brand
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More brand icons from Carbon

Use the logo github icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M16 2a14 14 0 0 0-4.43 27.28c.7.13 1-.3 1-.67v-2.38c-3.89.84-4.71-1.88-4.71-1.88a3.7 3.7 0 0 0-1.62-2.05c-1.27-.86.1-.85.1-.85a2.94 2.94 0 0 1 2.14 1.45a3 3 0 0 0 4.08 1.16a2.93 2.93 0 0 1 .88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4 5.4 0 0 1 1.44-3.76a5 5 0 0 1 .14-3.7s1.17-.38 3.85 1.43a13.3 13.3 0 0 1 7 0c2.67-1.81 3.84-1.43 3.84-1.43a5 5 0 0 1 .14 3.7a5.4 5.4 0 0 1 1.44 3.76c0 5.38-3.27 6.56-6.39 6.91a3.33 3.33 0 0 1 .95 2.59v3.84c0 .46.25.81 1 .67A14 14 0 0 0 16 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLogoGithub(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fillRule="evenodd" d="M16 2a14 14 0 0 0-4.43 27.28c.7.13 1-.3 1-.67v-2.38c-3.89.84-4.71-1.88-4.71-1.88a3.7 3.7 0 0 0-1.62-2.05c-1.27-.86.1-.85.1-.85a2.94 2.94 0 0 1 2.14 1.45a3 3 0 0 0 4.08 1.16a2.93 2.93 0 0 1 .88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4 5.4 0 0 1 1.44-3.76a5 5 0 0 1 .14-3.7s1.17-.38 3.85 1.43a13.3 13.3 0 0 1 7 0c2.67-1.81 3.84-1.43 3.84-1.43a5 5 0 0 1 .14 3.7a5.4 5.4 0 0 1 1.44 3.76c0 5.38-3.27 6.56-6.39 6.91a3.33 3.33 0 0 1 .95 2.59v3.84c0 .46.25.81 1 .67A14 14 0 0 0 16 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M16 2a14 14 0 0 0-4.43 27.28c.7.13 1-.3 1-.67v-2.38c-3.89.84-4.71-1.88-4.71-1.88a3.7 3.7 0 0 0-1.62-2.05c-1.27-.86.1-.85.1-.85a2.94 2.94 0 0 1 2.14 1.45a3 3 0 0 0 4.08 1.16a2.93 2.93 0 0 1 .88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4 5.4 0 0 1 1.44-3.76a5 5 0 0 1 .14-3.7s1.17-.38 3.85 1.43a13.3 13.3 0 0 1 7 0c2.67-1.81 3.84-1.43 3.84-1.43a5 5 0 0 1 .14 3.7a5.4 5.4 0 0 1 1.44 3.76c0 5.38-3.27 6.56-6.39 6.91a3.33 3.33 0 0 1 .95 2.59v3.84c0 .46.25.81 1 .67A14 14 0 0 0 16 2"/></svg>
</template>

CSS

.icon-logo-github {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202a14%2014%200%200%200-4.43%2027.28c.7.13%201-.3%201-.67v-2.38c-3.89.84-4.71-1.88-4.71-1.88a3.7%203.7%200%200%200-1.62-2.05c-1.27-.86.1-.85.1-.85a2.94%202.94%200%200%201%202.14%201.45a3%203%200%200%200%204.08%201.16a2.93%202.93%200%200%201%20.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4%205.4%200%200%201%201.44-3.76a5%205%200%200%201%20.14-3.7s1.17-.38%203.85%201.43a13.3%2013.3%200%200%201%207%200c2.67-1.81%203.84-1.43%203.84-1.43a5%205%200%200%201%20.14%203.7a5.4%205.4%200%200%201%201.44%203.76c0%205.38-3.27%206.56-6.39%206.91a3.33%203.33%200%200%201%20.95%202.59v3.84c0%20.46.25.81%201%20.67A14%2014%200%200%200%2016%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202a14%2014%200%200%200-4.43%2027.28c.7.13%201-.3%201-.67v-2.38c-3.89.84-4.71-1.88-4.71-1.88a3.7%203.7%200%200%200-1.62-2.05c-1.27-.86.1-.85.1-.85a2.94%202.94%200%200%201%202.14%201.45a3%203%200%200%200%204.08%201.16a2.93%202.93%200%200%201%20.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4%205.4%200%200%201%201.44-3.76a5%205%200%200%201%20.14-3.7s1.17-.38%203.85%201.43a13.3%2013.3%200%200%201%207%200c2.67-1.81%203.84-1.43%203.84-1.43a5%205%200%200%201%20.14%203.7a5.4%205.4%200%200%201%201.44%203.76c0%205.38-3.27%206.56-6.39%206.91a3.33%203.33%200%200%201%20.95%202.59v3.84c0%20.46.25.81%201%20.67A14%2014%200%200%200%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-github.svg?color=%231a73e8&size=48