github-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
github-2-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the github 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.75 15.5c.875.292.875 2.042 2.917 1.75l.583-.117m3.471 1.367l.029-2.745c0-.502-.211-.955-.55-1.274a.006.006 0 0 1 .003-.01c1.994-.398 3.464-1.762 3.464-3.383c0-.736-.303-1.419-.82-1.982l-.002-.006c.369-.897.028-2.053-.056-2.095c-.08-.04-1.141.168-2.012.843l-.005.001A6 6 0 0 0 12 7.59a6 6 0 0 0-1.773.26h-.006c-.87-.676-1.931-.885-2.013-.844c-.084.042-.425 1.2-.055 2.096l-.001.006c-.516.564-.819 1.246-.819 1.981c0 1.621 1.47 2.985 3.464 3.383a.006.006 0 0 1 .003.01c-.339.319-.55.772-.55 1.274l-.03 2.744M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteGithub2Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M6.75 15.5c.875.292.875 2.042 2.917 1.75l.583-.117m3.471 1.367l.029-2.745c0-.502-.211-.955-.55-1.274a.006.006 0 0 1 .003-.01c1.994-.398 3.464-1.762 3.464-3.383c0-.736-.303-1.419-.82-1.982l-.002-.006c.369-.897.028-2.053-.056-2.095c-.08-.04-1.141.168-2.012.843l-.005.001A6 6 0 0 0 12 7.59a6 6 0 0 0-1.773.26h-.006c-.87-.676-1.931-.885-2.013-.844c-.084.042-.425 1.2-.055 2.096l-.001.006c-.516.564-.819 1.246-.819 1.981c0 1.621 1.47 2.985 3.464 3.383a.006.006 0 0 1 .003.01c-.339.319-.55.772-.55 1.274l-.03 2.744M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6.75 15.5c.875.292.875 2.042 2.917 1.75l.583-.117m3.471 1.367l.029-2.745c0-.502-.211-.955-.55-1.274a.006.006 0 0 1 .003-.01c1.994-.398 3.464-1.762 3.464-3.383c0-.736-.303-1.419-.82-1.982l-.002-.006c.369-.897.028-2.053-.056-2.095c-.08-.04-1.141.168-2.012.843l-.005.001A6 6 0 0 0 12 7.59a6 6 0 0 0-1.773.26h-.006c-.87-.676-1.931-.885-2.013-.844c-.084.042-.425 1.2-.055 2.096l-.001.006c-.516.564-.819 1.246-.819 1.981c0 1.621 1.47 2.985 3.464 3.383a.006.006 0 0 1 .003.01c-.339.319-.55.772-.55 1.274l-.03 2.744M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0"/></svg>
</template>

CSS

.icon-github-2-line {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6.75%2015.5c.875.292.875%202.042%202.917%201.75l.583-.117m3.471%201.367l.029-2.745c0-.502-.211-.955-.55-1.274a.006.006%200%200%201%20.003-.01c1.994-.398%203.464-1.762%203.464-3.383c0-.736-.303-1.419-.82-1.982l-.002-.006c.369-.897.028-2.053-.056-2.095c-.08-.04-1.141.168-2.012.843l-.005.001A6%206%200%200%200%2012%207.59a6%206%200%200%200-1.773.26h-.006c-.87-.676-1.931-.885-2.013-.844c-.084.042-.425%201.2-.055%202.096l-.001.006c-.516.564-.819%201.246-.819%201.981c0%201.621%201.47%202.985%203.464%203.383a.006.006%200%200%201%20.003.01c-.339.319-.55.772-.55%201.274l-.03%202.744M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6.75%2015.5c.875.292.875%202.042%202.917%201.75l.583-.117m3.471%201.367l.029-2.745c0-.502-.211-.955-.55-1.274a.006.006%200%200%201%20.003-.01c1.994-.398%203.464-1.762%203.464-3.383c0-.736-.303-1.419-.82-1.982l-.002-.006c.369-.897.028-2.053-.056-2.095c-.08-.04-1.141.168-2.012.843l-.005.001A6%206%200%200%200%2012%207.59a6%206%200%200%200-1.773.26h-.006c-.87-.676-1.931-.885-2.013-.844c-.084.042-.425%201.2-.055%202.096l-.001.006c-.516.564-.819%201.246-.819%201.981c0%201.621%201.47%202.985%203.464%203.383a.006.006%200%200%201%20.003.01c-.339.319-.55.772-.55%201.274l-.03%202.744M21%2012a9%209%200%201%201-18%200a9%209%200%200%201%2018%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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