github square icon

github-square from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
github-square
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the github square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm8.908 2C11.99 9 9 11.975 9 15.885c0 3.133 1.967 5.815 4.783 6.758c.365.064.492-.16.492-.342c0-.174-.007-1.142-.007-1.737c0 0-1.985.428-2.397-.841c0 0-.323-.818-.783-1.032c0 0-.643-.443.047-.435c0 0 .699.056 1.088.73c.618 1.095 1.655.776 2.06.594c.063-.452.247-.77.453-.951c-1.579-.174-3.174-.404-3.174-3.117c0-.778.215-1.166.667-1.666c-.072-.183-.317-.944.072-1.92c.595-.183 1.951.761 1.951.761a7 7 0 0 1 1.775-.238a7 7 0 0 1 1.778.239s1.356-.944 1.95-.762c.389.984.142 1.738.071 1.92c.452.5.73.889.73 1.666c0 2.728-1.666 2.943-3.244 3.117c.262.222.485.642.485 1.308c0 .953-.008 2.136-.008 2.366c0 .182.127.403.484.34C21.088 21.699 23 19.018 23 15.885C23 11.975 19.827 9 15.908 9m-4.345 9.486c-.056-.016-.104-.006-.12.026s.007.077.063.11c.048.023.103.016.119-.024c.016-.032-.007-.08-.063-.112zm.253.237q-.04-.011-.072.017c-.04.032-.032.095.016.15c.048.04.11.064.15.024c.04-.032.033-.094-.015-.15a.2.2 0 0 0-.079-.041m.297.367a.1.1 0 0 0-.084.008c-.048.032-.048.105 0 .168s.12.094.16.062c.047-.032.047-.112 0-.174a.15.15 0 0 0-.076-.064m.325.396a.09.09 0 0 0-.083.032c-.039.04-.023.117.04.173c.063.064.141.074.181.026c.04-.032.017-.12-.039-.176a.2.2 0 0 0-.1-.055zm.544.317c-.07-.016-.157.006-.173.062s.04.121.119.137c.07.032.158-.002.174-.057c.024-.055-.033-.118-.12-.142m1.07.025c-.078.016-.134.072-.126.135c.008.055.087.086.166.07c.087-.016.143-.07.127-.127c-.008-.056-.086-.087-.166-.078zm-.523.063c-.088 0-.15.047-.15.103c0 .063.063.112.158.104c.088 0 .15-.048.15-.104c0-.064-.078-.111-.158-.103"/></svg>

React

import type { SVGProps } from "react";

export function LaGithubSquare(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" d="M5 5v22h22V5zm2 2h18v18H7zm8.908 2C11.99 9 9 11.975 9 15.885c0 3.133 1.967 5.815 4.783 6.758c.365.064.492-.16.492-.342c0-.174-.007-1.142-.007-1.737c0 0-1.985.428-2.397-.841c0 0-.323-.818-.783-1.032c0 0-.643-.443.047-.435c0 0 .699.056 1.088.73c.618 1.095 1.655.776 2.06.594c.063-.452.247-.77.453-.951c-1.579-.174-3.174-.404-3.174-3.117c0-.778.215-1.166.667-1.666c-.072-.183-.317-.944.072-1.92c.595-.183 1.951.761 1.951.761a7 7 0 0 1 1.775-.238a7 7 0 0 1 1.778.239s1.356-.944 1.95-.762c.389.984.142 1.738.071 1.92c.452.5.73.889.73 1.666c0 2.728-1.666 2.943-3.244 3.117c.262.222.485.642.485 1.308c0 .953-.008 2.136-.008 2.366c0 .182.127.403.484.34C21.088 21.699 23 19.018 23 15.885C23 11.975 19.827 9 15.908 9m-4.345 9.486c-.056-.016-.104-.006-.12.026s.007.077.063.11c.048.023.103.016.119-.024c.016-.032-.007-.08-.063-.112zm.253.237q-.04-.011-.072.017c-.04.032-.032.095.016.15c.048.04.11.064.15.024c.04-.032.033-.094-.015-.15a.2.2 0 0 0-.079-.041m.297.367a.1.1 0 0 0-.084.008c-.048.032-.048.105 0 .168s.12.094.16.062c.047-.032.047-.112 0-.174a.15.15 0 0 0-.076-.064m.325.396a.09.09 0 0 0-.083.032c-.039.04-.023.117.04.173c.063.064.141.074.181.026c.04-.032.017-.12-.039-.176a.2.2 0 0 0-.1-.055zm.544.317c-.07-.016-.157.006-.173.062s.04.121.119.137c.07.032.158-.002.174-.057c.024-.055-.033-.118-.12-.142m1.07.025c-.078.016-.134.072-.126.135c.008.055.087.086.166.07c.087-.016.143-.07.127-.127c-.008-.056-.086-.087-.166-.078zm-.523.063c-.088 0-.15.047-.15.103c0 .063.063.112.158.104c.088 0 .15-.048.15-.104c0-.064-.078-.111-.158-.103"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm8.908 2C11.99 9 9 11.975 9 15.885c0 3.133 1.967 5.815 4.783 6.758c.365.064.492-.16.492-.342c0-.174-.007-1.142-.007-1.737c0 0-1.985.428-2.397-.841c0 0-.323-.818-.783-1.032c0 0-.643-.443.047-.435c0 0 .699.056 1.088.73c.618 1.095 1.655.776 2.06.594c.063-.452.247-.77.453-.951c-1.579-.174-3.174-.404-3.174-3.117c0-.778.215-1.166.667-1.666c-.072-.183-.317-.944.072-1.92c.595-.183 1.951.761 1.951.761a7 7 0 0 1 1.775-.238a7 7 0 0 1 1.778.239s1.356-.944 1.95-.762c.389.984.142 1.738.071 1.92c.452.5.73.889.73 1.666c0 2.728-1.666 2.943-3.244 3.117c.262.222.485.642.485 1.308c0 .953-.008 2.136-.008 2.366c0 .182.127.403.484.34C21.088 21.699 23 19.018 23 15.885C23 11.975 19.827 9 15.908 9m-4.345 9.486c-.056-.016-.104-.006-.12.026s.007.077.063.11c.048.023.103.016.119-.024c.016-.032-.007-.08-.063-.112zm.253.237q-.04-.011-.072.017c-.04.032-.032.095.016.15c.048.04.11.064.15.024c.04-.032.033-.094-.015-.15a.2.2 0 0 0-.079-.041m.297.367a.1.1 0 0 0-.084.008c-.048.032-.048.105 0 .168s.12.094.16.062c.047-.032.047-.112 0-.174a.15.15 0 0 0-.076-.064m.325.396a.09.09 0 0 0-.083.032c-.039.04-.023.117.04.173c.063.064.141.074.181.026c.04-.032.017-.12-.039-.176a.2.2 0 0 0-.1-.055zm.544.317c-.07-.016-.157.006-.173.062s.04.121.119.137c.07.032.158-.002.174-.057c.024-.055-.033-.118-.12-.142m1.07.025c-.078.016-.134.072-.126.135c.008.055.087.086.166.07c.087-.016.143-.07.127-.127c-.008-.056-.086-.087-.166-.078zm-.523.063c-.088 0-.15.047-.15.103c0 .063.063.112.158.104c.088 0 .15-.048.15-.104c0-.064-.078-.111-.158-.103"/></svg>
</template>

CSS

.icon-github-square {
  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%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm8.908%202C11.99%209%209%2011.975%209%2015.885c0%203.133%201.967%205.815%204.783%206.758c.365.064.492-.16.492-.342c0-.174-.007-1.142-.007-1.737c0%200-1.985.428-2.397-.841c0%200-.323-.818-.783-1.032c0%200-.643-.443.047-.435c0%200%20.699.056%201.088.73c.618%201.095%201.655.776%202.06.594c.063-.452.247-.77.453-.951c-1.579-.174-3.174-.404-3.174-3.117c0-.778.215-1.166.667-1.666c-.072-.183-.317-.944.072-1.92c.595-.183%201.951.761%201.951.761a7%207%200%200%201%201.775-.238a7%207%200%200%201%201.778.239s1.356-.944%201.95-.762c.389.984.142%201.738.071%201.92c.452.5.73.889.73%201.666c0%202.728-1.666%202.943-3.244%203.117c.262.222.485.642.485%201.308c0%20.953-.008%202.136-.008%202.366c0%20.182.127.403.484.34C21.088%2021.699%2023%2019.018%2023%2015.885C23%2011.975%2019.827%209%2015.908%209m-4.345%209.486c-.056-.016-.104-.006-.12.026s.007.077.063.11c.048.023.103.016.119-.024c.016-.032-.007-.08-.063-.112zm.253.237q-.04-.011-.072.017c-.04.032-.032.095.016.15c.048.04.11.064.15.024c.04-.032.033-.094-.015-.15a.2.2%200%200%200-.079-.041m.297.367a.1.1%200%200%200-.084.008c-.048.032-.048.105%200%20.168s.12.094.16.062c.047-.032.047-.112%200-.174a.15.15%200%200%200-.076-.064m.325.396a.09.09%200%200%200-.083.032c-.039.04-.023.117.04.173c.063.064.141.074.181.026c.04-.032.017-.12-.039-.176a.2.2%200%200%200-.1-.055zm.544.317c-.07-.016-.157.006-.173.062s.04.121.119.137c.07.032.158-.002.174-.057c.024-.055-.033-.118-.12-.142m1.07.025c-.078.016-.134.072-.126.135c.008.055.087.086.166.07c.087-.016.143-.07.127-.127c-.008-.056-.086-.087-.166-.078zm-.523.063c-.088%200-.15.047-.15.103c0%20.063.063.112.158.104c.088%200%20.15-.048.15-.104c0-.064-.078-.111-.158-.103%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%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm8.908%202C11.99%209%209%2011.975%209%2015.885c0%203.133%201.967%205.815%204.783%206.758c.365.064.492-.16.492-.342c0-.174-.007-1.142-.007-1.737c0%200-1.985.428-2.397-.841c0%200-.323-.818-.783-1.032c0%200-.643-.443.047-.435c0%200%20.699.056%201.088.73c.618%201.095%201.655.776%202.06.594c.063-.452.247-.77.453-.951c-1.579-.174-3.174-.404-3.174-3.117c0-.778.215-1.166.667-1.666c-.072-.183-.317-.944.072-1.92c.595-.183%201.951.761%201.951.761a7%207%200%200%201%201.775-.238a7%207%200%200%201%201.778.239s1.356-.944%201.95-.762c.389.984.142%201.738.071%201.92c.452.5.73.889.73%201.666c0%202.728-1.666%202.943-3.244%203.117c.262.222.485.642.485%201.308c0%20.953-.008%202.136-.008%202.366c0%20.182.127.403.484.34C21.088%2021.699%2023%2019.018%2023%2015.885C23%2011.975%2019.827%209%2015.908%209m-4.345%209.486c-.056-.016-.104-.006-.12.026s.007.077.063.11c.048.023.103.016.119-.024c.016-.032-.007-.08-.063-.112zm.253.237q-.04-.011-.072.017c-.04.032-.032.095.016.15c.048.04.11.064.15.024c.04-.032.033-.094-.015-.15a.2.2%200%200%200-.079-.041m.297.367a.1.1%200%200%200-.084.008c-.048.032-.048.105%200%20.168s.12.094.16.062c.047-.032.047-.112%200-.174a.15.15%200%200%200-.076-.064m.325.396a.09.09%200%200%200-.083.032c-.039.04-.023.117.04.173c.063.064.141.074.181.026c.04-.032.017-.12-.039-.176a.2.2%200%200%200-.1-.055zm.544.317c-.07-.016-.157.006-.173.062s.04.121.119.137c.07.032.158-.002.174-.057c.024-.055-.033-.118-.12-.142m1.07.025c-.078.016-.134.072-.126.135c.008.055.087.086.166.07c.087-.016.143-.07.127-.127c-.008-.056-.086-.087-.166-.078zm-.523.063c-.088%200-.15.047-.15.103c0%20.063.063.112.158.104c.088%200%20.15-.048.15-.104c0-.064-.078-.111-.158-.103%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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