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

Name
square-github
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0
Aliases
github-square

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the square github logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4.1-28.8.1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7.1 30.6c0 4.8.1 8.6.1 10c0 4.3-3 9.5-11.5 8c-66-22.1-112.2-84.9-112.2-158.3c0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8m-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7.6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9.4-3.7-.4-3.9-1.7m-9.1 3.2c-2.2.2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7.9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4m-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3m-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3.6c1.3 1.3 1.8 3.3.9 4.1c-.9 1.1-2.8.9-4.3-.6m-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9.6-2.6 0-3.7-1.5m-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5.6c1.1 1.3 1.3 2.8.4 3.5c-.9.9-2.4.4-3.5-.6m-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3.7 1.9 1.8 1.5 2.6c-.4.9-1.7 1.1-2.8.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSquareGithub(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4.1-28.8.1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7.1 30.6c0 4.8.1 8.6.1 10c0 4.3-3 9.5-11.5 8c-66-22.1-112.2-84.9-112.2-158.3c0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8m-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7.6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9.4-3.7-.4-3.9-1.7m-9.1 3.2c-2.2.2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7.9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4m-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3m-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3.6c1.3 1.3 1.8 3.3.9 4.1c-.9 1.1-2.8.9-4.3-.6m-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9.6-2.6 0-3.7-1.5m-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5.6c1.1 1.3 1.3 2.8.4 3.5c-.9.9-2.4.4-3.5-.6m-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3.7 1.9 1.8 1.5 2.6c-.4.9-1.7 1.1-2.8.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4.1-28.8.1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7.1 30.6c0 4.8.1 8.6.1 10c0 4.3-3 9.5-11.5 8c-66-22.1-112.2-84.9-112.2-158.3c0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8m-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7.6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9.4-3.7-.4-3.9-1.7m-9.1 3.2c-2.2.2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7.9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4m-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3m-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3.6c1.3 1.3 1.8 3.3.9 4.1c-.9 1.1-2.8.9-4.3-.6m-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9.6-2.6 0-3.7-1.5m-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5.6c1.1 1.3 1.3 2.8.4 3.5c-.9.9-2.4.4-3.5-.6m-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3.7 1.9 1.8 1.5 2.6c-.4.9-1.7 1.1-2.8.4"/></svg>
</template>

CSS

.icon-square-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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%2096c0-35.3-28.7-64-64-64H64C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM265.8%20407.7c0-1.8%200-6%20.1-11.6c.1-11.4.1-28.8.1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1%2076-9.2%2076-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3%207.4-22-1.7-45c-13.9-4.3-45.7%2017.9-45.7%2017.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4%201.9-41.6%205.6c0%200-31.8-22.2-45.7-17.9c-9.1%2022.9-3.5%2040.6-1.7%2045c-10.6%2011.7-15.6%2020.8-15.6%2039c0%2063.6%2037.3%2069%2074.3%2073.1c-4.8%204.3-9.1%2011.7-10.6%2022.3c-9.5%204.3-33.8%2011.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1%2010.2-1.1%2010.2c10.8%205%2018.4%2024.2%2018.4%2024.2c9.7%2029.7%2056.1%2019.7%2056.1%2019.7c0%209%20.1%2021.7.1%2030.6c0%204.8.1%208.6.1%2010c0%204.3-3%209.5-11.5%208c-66-22.1-112.2-84.9-112.2-158.3c0-91.8%2070.2-161.5%20162-161.5S388%20165.6%20388%20257.4c.1%2073.4-44.7%20136.3-110.7%20158.3c-8.4%201.5-11.5-3.7-11.5-8m-90.5-54.8c-.2-1.5%201.1-2.8%203-3.2c1.9-.2%203.7.6%203.9%201.9c.3%201.3-1%202.6-3%203c-1.9.4-3.7-.4-3.9-1.7m-9.1%203.2c-2.2.2-3.7-.9-3.7-2.4c0-1.3%201.5-2.4%203.5-2.4c1.9-.2%203.7.9%203.7%202.4c0%201.3-1.5%202.4-3.5%202.4m-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9%204.1-1.5c2%20.6%203.3%202.1%202.8%203.4c-.4%201.3-2.4%201.9-4.1%201.3m-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1%202.8-.9%204.3.6c1.3%201.3%201.8%203.3.9%204.1c-.9%201.1-2.8.9-4.3-.6m-8.5-10c-1.1-1.5-1.1-3.2%200-3.9c1.1-.9%202.8-.2%203.7%201.3c1.1%201.5%201.1%203.3%200%204.1c-.9.6-2.6%200-3.7-1.5m-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9%202.4-.4%203.5.6c1.1%201.3%201.3%202.8.4%203.5c-.9.9-2.4.4-3.5-.6m-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6%201.5-.9%202.8-.4c1.3.7%201.9%201.8%201.5%202.6c-.4.9-1.7%201.1-2.8.4%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%2096c0-35.3-28.7-64-64-64H64C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM265.8%20407.7c0-1.8%200-6%20.1-11.6c.1-11.4.1-28.8.1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1%2076-9.2%2076-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3%207.4-22-1.7-45c-13.9-4.3-45.7%2017.9-45.7%2017.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4%201.9-41.6%205.6c0%200-31.8-22.2-45.7-17.9c-9.1%2022.9-3.5%2040.6-1.7%2045c-10.6%2011.7-15.6%2020.8-15.6%2039c0%2063.6%2037.3%2069%2074.3%2073.1c-4.8%204.3-9.1%2011.7-10.6%2022.3c-9.5%204.3-33.8%2011.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1%2010.2-1.1%2010.2c10.8%205%2018.4%2024.2%2018.4%2024.2c9.7%2029.7%2056.1%2019.7%2056.1%2019.7c0%209%20.1%2021.7.1%2030.6c0%204.8.1%208.6.1%2010c0%204.3-3%209.5-11.5%208c-66-22.1-112.2-84.9-112.2-158.3c0-91.8%2070.2-161.5%20162-161.5S388%20165.6%20388%20257.4c.1%2073.4-44.7%20136.3-110.7%20158.3c-8.4%201.5-11.5-3.7-11.5-8m-90.5-54.8c-.2-1.5%201.1-2.8%203-3.2c1.9-.2%203.7.6%203.9%201.9c.3%201.3-1%202.6-3%203c-1.9.4-3.7-.4-3.9-1.7m-9.1%203.2c-2.2.2-3.7-.9-3.7-2.4c0-1.3%201.5-2.4%203.5-2.4c1.9-.2%203.7.9%203.7%202.4c0%201.3-1.5%202.4-3.5%202.4m-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9%204.1-1.5c2%20.6%203.3%202.1%202.8%203.4c-.4%201.3-2.4%201.9-4.1%201.3m-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1%202.8-.9%204.3.6c1.3%201.3%201.8%203.3.9%204.1c-.9%201.1-2.8.9-4.3-.6m-8.5-10c-1.1-1.5-1.1-3.2%200-3.9c1.1-.9%202.8-.2%203.7%201.3c1.1%201.5%201.1%203.3%200%204.1c-.9.6-2.6%200-3.7-1.5m-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9%202.4-.4%203.5.6c1.1%201.3%201.3%202.8.4%203.5c-.9.9-2.4.4-3.5-.6m-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6%201.5-.9%202.8-.4c1.3.7%201.9%201.8%201.5%202.6c-.4.9-1.7%201.1-2.8.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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