github-alt from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
github-alt
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
480×512
License
CC BY 4.0

The same logo in other sets

Use the github alt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1s10.9-55.1 36.7-55.1s36.7 34.2 36.7 55.1M480 278.2c0 31.9-3.2 65.7-17.5 95c-37.9 76.6-142.1 74.8-216.7 74.8c-75.8 0-186.2 2.7-225.6-74.8c-14.6-29-20.2-63.1-20.2-95c0-41.9 13.9-81.5 41.5-113.6c-5.2-15.8-7.7-32.4-7.7-48.8c0-21.5 4.9-32.3 14.6-51.8c45.3 0 74.3 9 108.8 36c29-6.9 58.8-10 88.7-10c27 0 54.2 2.9 80.4 9.2c34-26.7 63-35.2 107.8-35.2c9.8 19.5 14.6 30.3 14.6 51.8c0 16.4-2.6 32.7-7.7 48.2c27.5 32.4 39 72.3 39 114.2m-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6c-18.9 0-37 3.4-56 6c-14.9 2.3-29.8 3.2-45.1 3.2c-15.2 0-30.1-.9-45.1-3.2c-18.7-2.6-37-6-56-6c-46.8 0-73.5 38.7-73.5 82.6c0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3m-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1s36.7-34.2 36.7-55.1s-10.9-55.1-36.7-55.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsGithubAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1s10.9-55.1 36.7-55.1s36.7 34.2 36.7 55.1M480 278.2c0 31.9-3.2 65.7-17.5 95c-37.9 76.6-142.1 74.8-216.7 74.8c-75.8 0-186.2 2.7-225.6-74.8c-14.6-29-20.2-63.1-20.2-95c0-41.9 13.9-81.5 41.5-113.6c-5.2-15.8-7.7-32.4-7.7-48.8c0-21.5 4.9-32.3 14.6-51.8c45.3 0 74.3 9 108.8 36c29-6.9 58.8-10 88.7-10c27 0 54.2 2.9 80.4 9.2c34-26.7 63-35.2 107.8-35.2c9.8 19.5 14.6 30.3 14.6 51.8c0 16.4-2.6 32.7-7.7 48.2c27.5 32.4 39 72.3 39 114.2m-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6c-18.9 0-37 3.4-56 6c-14.9 2.3-29.8 3.2-45.1 3.2c-15.2 0-30.1-.9-45.1-3.2c-18.7-2.6-37-6-56-6c-46.8 0-73.5 38.7-73.5 82.6c0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3m-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1s36.7-34.2 36.7-55.1s-10.9-55.1-36.7-55.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1s10.9-55.1 36.7-55.1s36.7 34.2 36.7 55.1M480 278.2c0 31.9-3.2 65.7-17.5 95c-37.9 76.6-142.1 74.8-216.7 74.8c-75.8 0-186.2 2.7-225.6-74.8c-14.6-29-20.2-63.1-20.2-95c0-41.9 13.9-81.5 41.5-113.6c-5.2-15.8-7.7-32.4-7.7-48.8c0-21.5 4.9-32.3 14.6-51.8c45.3 0 74.3 9 108.8 36c29-6.9 58.8-10 88.7-10c27 0 54.2 2.9 80.4 9.2c34-26.7 63-35.2 107.8-35.2c9.8 19.5 14.6 30.3 14.6 51.8c0 16.4-2.6 32.7-7.7 48.2c27.5 32.4 39 72.3 39 114.2m-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6c-18.9 0-37 3.4-56 6c-14.9 2.3-29.8 3.2-45.1 3.2c-15.2 0-30.1-.9-45.1-3.2c-18.7-2.6-37-6-56-6c-46.8 0-73.5 38.7-73.5 82.6c0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3m-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1s36.7-34.2 36.7-55.1s-10.9-55.1-36.7-55.1"/></svg>
</template>

CSS

.icon-github-alt {
  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%20480%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.1%20328.7c0%2020.9-10.9%2055.1-36.7%2055.1s-36.7-34.2-36.7-55.1s10.9-55.1%2036.7-55.1s36.7%2034.2%2036.7%2055.1M480%20278.2c0%2031.9-3.2%2065.7-17.5%2095c-37.9%2076.6-142.1%2074.8-216.7%2074.8c-75.8%200-186.2%202.7-225.6-74.8c-14.6-29-20.2-63.1-20.2-95c0-41.9%2013.9-81.5%2041.5-113.6c-5.2-15.8-7.7-32.4-7.7-48.8c0-21.5%204.9-32.3%2014.6-51.8c45.3%200%2074.3%209%20108.8%2036c29-6.9%2058.8-10%2088.7-10c27%200%2054.2%202.9%2080.4%209.2c34-26.7%2063-35.2%20107.8-35.2c9.8%2019.5%2014.6%2030.3%2014.6%2051.8c0%2016.4-2.6%2032.7-7.7%2048.2c27.5%2032.4%2039%2072.3%2039%20114.2m-64.3%2050.5c0-43.9-26.7-82.6-73.5-82.6c-18.9%200-37%203.4-56%206c-14.9%202.3-29.8%203.2-45.1%203.2c-15.2%200-30.1-.9-45.1-3.2c-18.7-2.6-37-6-56-6c-46.8%200-73.5%2038.7-73.5%2082.6c0%2087.8%2080.4%20101.3%20150.4%20101.3h48.2c70.3%200%20150.6-13.4%20150.6-101.3m-82.6-55.1c-25.8%200-36.7%2034.2-36.7%2055.1s10.9%2055.1%2036.7%2055.1s36.7-34.2%2036.7-55.1s-10.9-55.1-36.7-55.1%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%20480%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.1%20328.7c0%2020.9-10.9%2055.1-36.7%2055.1s-36.7-34.2-36.7-55.1s10.9-55.1%2036.7-55.1s36.7%2034.2%2036.7%2055.1M480%20278.2c0%2031.9-3.2%2065.7-17.5%2095c-37.9%2076.6-142.1%2074.8-216.7%2074.8c-75.8%200-186.2%202.7-225.6-74.8c-14.6-29-20.2-63.1-20.2-95c0-41.9%2013.9-81.5%2041.5-113.6c-5.2-15.8-7.7-32.4-7.7-48.8c0-21.5%204.9-32.3%2014.6-51.8c45.3%200%2074.3%209%20108.8%2036c29-6.9%2058.8-10%2088.7-10c27%200%2054.2%202.9%2080.4%209.2c34-26.7%2063-35.2%20107.8-35.2c9.8%2019.5%2014.6%2030.3%2014.6%2051.8c0%2016.4-2.6%2032.7-7.7%2048.2c27.5%2032.4%2039%2072.3%2039%20114.2m-64.3%2050.5c0-43.9-26.7-82.6-73.5-82.6c-18.9%200-37%203.4-56%206c-14.9%202.3-29.8%203.2-45.1%203.2c-15.2%200-30.1-.9-45.1-3.2c-18.7-2.6-37-6-56-6c-46.8%200-73.5%2038.7-73.5%2082.6c0%2087.8%2080.4%20101.3%20150.4%20101.3h48.2c70.3%200%20150.6-13.4%20150.6-101.3m-82.6-55.1c-25.8%200-36.7%2034.2-36.7%2055.1s10.9%2055.1%2036.7%2055.1s36.7-34.2%2036.7-55.1s-10.9-55.1-36.7-55.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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