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

Name
github-line
Set
Remix Icon
Style
Line
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More logos icons from Remix Icon

Use the github icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.884 18.653c-.3-.2-.558-.455-.86-.816a51 51 0 0 1-.466-.579c-.463-.575-.755-.841-1.056-.95a1 1 0 1 1 .675-1.882c.752.27 1.261.735 1.947 1.588c-.094-.117.34.427.433.539c.19.227.33.365.44.438c.204.137.588.196 1.15.14c.024-.382.094-.753.202-1.095c-2.968-.726-4.648-2.64-4.648-6.396c0-1.24.37-2.356 1.058-3.292c-.218-.894-.185-1.975.302-3.192a1 1 0 0 1 .63-.582c.081-.024.127-.035.208-.047c.803-.124 1.937.17 3.415 1.096a11.7 11.7 0 0 1 2.687-.308c.912 0 1.819.104 2.684.308c1.477-.933 2.614-1.227 3.422-1.096q.128.02.218.05a1 1 0 0 1 .616.58c.487 1.216.52 2.296.302 3.19c.691.936 1.058 2.045 1.058 3.293c0 3.757-1.674 5.665-4.642 6.392c.125.415.19.878.19 1.38c0 .665-.002 1.299-.007 2.01c0 .19-.002.394-.005.706a1 1 0 0 1-.018 1.958c-1.14.227-1.984-.532-1.984-1.525l.002-.447l.005-.705c.005-.707.008-1.337.008-1.997c0-.697-.184-1.152-.426-1.361c-.661-.57-.326-1.654.541-1.751c2.966-.333 4.336-1.482 4.336-4.66c0-.955-.312-1.744-.913-2.404A1 1 0 0 1 17.2 6.19c.166-.414.236-.957.095-1.614l-.01.003c-.491.139-1.11.44-1.858.949a1 1 0 0 1-.833.135a9.6 9.6 0 0 0-2.592-.349c-.89 0-1.772.118-2.592.35a1 1 0 0 1-.829-.134c-.753-.507-1.374-.807-1.87-.947c-.143.653-.072 1.194.093 1.607a1 1 0 0 1-.189 1.045c-.597.655-.913 1.458-.913 2.404c0 3.172 1.371 4.328 4.322 4.66c.865.097 1.202 1.177.545 1.748c-.193.168-.43.732-.43 1.364v3.15c0 .985-.834 1.725-1.96 1.528a1 1 0 0 1-.04-1.962v-.99c-.91.061-1.661-.088-2.254-.485"/></svg>

React

import type { SVGProps } from "react";

export function RiGithubLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.884 18.653c-.3-.2-.558-.455-.86-.816a51 51 0 0 1-.466-.579c-.463-.575-.755-.841-1.056-.95a1 1 0 1 1 .675-1.882c.752.27 1.261.735 1.947 1.588c-.094-.117.34.427.433.539c.19.227.33.365.44.438c.204.137.588.196 1.15.14c.024-.382.094-.753.202-1.095c-2.968-.726-4.648-2.64-4.648-6.396c0-1.24.37-2.356 1.058-3.292c-.218-.894-.185-1.975.302-3.192a1 1 0 0 1 .63-.582c.081-.024.127-.035.208-.047c.803-.124 1.937.17 3.415 1.096a11.7 11.7 0 0 1 2.687-.308c.912 0 1.819.104 2.684.308c1.477-.933 2.614-1.227 3.422-1.096q.128.02.218.05a1 1 0 0 1 .616.58c.487 1.216.52 2.296.302 3.19c.691.936 1.058 2.045 1.058 3.293c0 3.757-1.674 5.665-4.642 6.392c.125.415.19.878.19 1.38c0 .665-.002 1.299-.007 2.01c0 .19-.002.394-.005.706a1 1 0 0 1-.018 1.958c-1.14.227-1.984-.532-1.984-1.525l.002-.447l.005-.705c.005-.707.008-1.337.008-1.997c0-.697-.184-1.152-.426-1.361c-.661-.57-.326-1.654.541-1.751c2.966-.333 4.336-1.482 4.336-4.66c0-.955-.312-1.744-.913-2.404A1 1 0 0 1 17.2 6.19c.166-.414.236-.957.095-1.614l-.01.003c-.491.139-1.11.44-1.858.949a1 1 0 0 1-.833.135a9.6 9.6 0 0 0-2.592-.349c-.89 0-1.772.118-2.592.35a1 1 0 0 1-.829-.134c-.753-.507-1.374-.807-1.87-.947c-.143.653-.072 1.194.093 1.607a1 1 0 0 1-.189 1.045c-.597.655-.913 1.458-.913 2.404c0 3.172 1.371 4.328 4.322 4.66c.865.097 1.202 1.177.545 1.748c-.193.168-.43.732-.43 1.364v3.15c0 .985-.834 1.725-1.96 1.528a1 1 0 0 1-.04-1.962v-.99c-.91.061-1.661-.088-2.254-.485"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.884 18.653c-.3-.2-.558-.455-.86-.816a51 51 0 0 1-.466-.579c-.463-.575-.755-.841-1.056-.95a1 1 0 1 1 .675-1.882c.752.27 1.261.735 1.947 1.588c-.094-.117.34.427.433.539c.19.227.33.365.44.438c.204.137.588.196 1.15.14c.024-.382.094-.753.202-1.095c-2.968-.726-4.648-2.64-4.648-6.396c0-1.24.37-2.356 1.058-3.292c-.218-.894-.185-1.975.302-3.192a1 1 0 0 1 .63-.582c.081-.024.127-.035.208-.047c.803-.124 1.937.17 3.415 1.096a11.7 11.7 0 0 1 2.687-.308c.912 0 1.819.104 2.684.308c1.477-.933 2.614-1.227 3.422-1.096q.128.02.218.05a1 1 0 0 1 .616.58c.487 1.216.52 2.296.302 3.19c.691.936 1.058 2.045 1.058 3.293c0 3.757-1.674 5.665-4.642 6.392c.125.415.19.878.19 1.38c0 .665-.002 1.299-.007 2.01c0 .19-.002.394-.005.706a1 1 0 0 1-.018 1.958c-1.14.227-1.984-.532-1.984-1.525l.002-.447l.005-.705c.005-.707.008-1.337.008-1.997c0-.697-.184-1.152-.426-1.361c-.661-.57-.326-1.654.541-1.751c2.966-.333 4.336-1.482 4.336-4.66c0-.955-.312-1.744-.913-2.404A1 1 0 0 1 17.2 6.19c.166-.414.236-.957.095-1.614l-.01.003c-.491.139-1.11.44-1.858.949a1 1 0 0 1-.833.135a9.6 9.6 0 0 0-2.592-.349c-.89 0-1.772.118-2.592.35a1 1 0 0 1-.829-.134c-.753-.507-1.374-.807-1.87-.947c-.143.653-.072 1.194.093 1.607a1 1 0 0 1-.189 1.045c-.597.655-.913 1.458-.913 2.404c0 3.172 1.371 4.328 4.322 4.66c.865.097 1.202 1.177.545 1.748c-.193.168-.43.732-.43 1.364v3.15c0 .985-.834 1.725-1.96 1.528a1 1 0 0 1-.04-1.962v-.99c-.91.061-1.661-.088-2.254-.485"/></svg>
</template>

CSS

.icon-github-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%22currentColor%22%20d%3D%22M5.884%2018.653c-.3-.2-.558-.455-.86-.816a51%2051%200%200%201-.466-.579c-.463-.575-.755-.841-1.056-.95a1%201%200%201%201%20.675-1.882c.752.27%201.261.735%201.947%201.588c-.094-.117.34.427.433.539c.19.227.33.365.44.438c.204.137.588.196%201.15.14c.024-.382.094-.753.202-1.095c-2.968-.726-4.648-2.64-4.648-6.396c0-1.24.37-2.356%201.058-3.292c-.218-.894-.185-1.975.302-3.192a1%201%200%200%201%20.63-.582c.081-.024.127-.035.208-.047c.803-.124%201.937.17%203.415%201.096a11.7%2011.7%200%200%201%202.687-.308c.912%200%201.819.104%202.684.308c1.477-.933%202.614-1.227%203.422-1.096q.128.02.218.05a1%201%200%200%201%20.616.58c.487%201.216.52%202.296.302%203.19c.691.936%201.058%202.045%201.058%203.293c0%203.757-1.674%205.665-4.642%206.392c.125.415.19.878.19%201.38c0%20.665-.002%201.299-.007%202.01c0%20.19-.002.394-.005.706a1%201%200%200%201-.018%201.958c-1.14.227-1.984-.532-1.984-1.525l.002-.447l.005-.705c.005-.707.008-1.337.008-1.997c0-.697-.184-1.152-.426-1.361c-.661-.57-.326-1.654.541-1.751c2.966-.333%204.336-1.482%204.336-4.66c0-.955-.312-1.744-.913-2.404A1%201%200%200%201%2017.2%206.19c.166-.414.236-.957.095-1.614l-.01.003c-.491.139-1.11.44-1.858.949a1%201%200%200%201-.833.135a9.6%209.6%200%200%200-2.592-.349c-.89%200-1.772.118-2.592.35a1%201%200%200%201-.829-.134c-.753-.507-1.374-.807-1.87-.947c-.143.653-.072%201.194.093%201.607a1%201%200%200%201-.189%201.045c-.597.655-.913%201.458-.913%202.404c0%203.172%201.371%204.328%204.322%204.66c.865.097%201.202%201.177.545%201.748c-.193.168-.43.732-.43%201.364v3.15c0%20.985-.834%201.725-1.96%201.528a1%201%200%200%201-.04-1.962v-.99c-.91.061-1.661-.088-2.254-.485%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%22currentColor%22%20d%3D%22M5.884%2018.653c-.3-.2-.558-.455-.86-.816a51%2051%200%200%201-.466-.579c-.463-.575-.755-.841-1.056-.95a1%201%200%201%201%20.675-1.882c.752.27%201.261.735%201.947%201.588c-.094-.117.34.427.433.539c.19.227.33.365.44.438c.204.137.588.196%201.15.14c.024-.382.094-.753.202-1.095c-2.968-.726-4.648-2.64-4.648-6.396c0-1.24.37-2.356%201.058-3.292c-.218-.894-.185-1.975.302-3.192a1%201%200%200%201%20.63-.582c.081-.024.127-.035.208-.047c.803-.124%201.937.17%203.415%201.096a11.7%2011.7%200%200%201%202.687-.308c.912%200%201.819.104%202.684.308c1.477-.933%202.614-1.227%203.422-1.096q.128.02.218.05a1%201%200%200%201%20.616.58c.487%201.216.52%202.296.302%203.19c.691.936%201.058%202.045%201.058%203.293c0%203.757-1.674%205.665-4.642%206.392c.125.415.19.878.19%201.38c0%20.665-.002%201.299-.007%202.01c0%20.19-.002.394-.005.706a1%201%200%200%201-.018%201.958c-1.14.227-1.984-.532-1.984-1.525l.002-.447l.005-.705c.005-.707.008-1.337.008-1.997c0-.697-.184-1.152-.426-1.361c-.661-.57-.326-1.654.541-1.751c2.966-.333%204.336-1.482%204.336-4.66c0-.955-.312-1.744-.913-2.404A1%201%200%200%201%2017.2%206.19c.166-.414.236-.957.095-1.614l-.01.003c-.491.139-1.11.44-1.858.949a1%201%200%200%201-.833.135a9.6%209.6%200%200%200-2.592-.349c-.89%200-1.772.118-2.592.35a1%201%200%200%201-.829-.134c-.753-.507-1.374-.807-1.87-.947c-.143.653-.072%201.194.093%201.607a1%201%200%200%201-.189%201.045c-.597.655-.913%201.458-.913%202.404c0%203.172%201.371%204.328%204.322%204.66c.865.097%201.202%201.177.545%201.748c-.193.168-.43.732-.43%201.364v3.15c0%20.985-.834%201.725-1.96%201.528a1%201%200%200%201-.04-1.962v-.99c-.91.061-1.661-.088-2.254-.485%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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