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

Name
square-github
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the square github logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 96c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zm-160.3 64C231.3 160 160 232.2 160 320.6c0 69.4 44.1 126.9 103.4 148.4c8.4 3.1 16.6-2.5 16.6-10.9v-25c-4.4 1.9-10 3.1-15 3.1c-20.6 0-32.8-11.2-41.6-32.2c-3.4-8.4-7.2-13.4-14.4-14.4c-3.7-.3-5-1.9-5-3.8c0-3.7 6.2-6.6 12.5-6.6c9.1 0 16.9 5.6 25 17.2c6.2 9.1 12.8 13.1 20.6 13.1s12.8-2.8 20-10c5.3-5.3 9.4-10 13.1-13.1c-41.3-5-70.3-34.7-70.3-73.1c0-15.6 5.6-32.5 15-43.8c-4.1-10.3-3.4-32.2 1.2-41.2c12.5-1.6 29.4 5 39.4 14.1c11.9-3.7 24.4-5.6 39.7-5.6s27.8 1.9 39.1 5.3c9.7-8.8 26.9-15.3 39.4-13.8c4.4 8.4 5 30.3.9 40.9c10 11.9 15.3 27.8 15.3 44.1c0 38.4-29.1 67.5-70.9 72.8c10.6 6.9 17.8 21.9 17.8 39.1v32.5c0 9.4 7.8 14.7 17.2 10.9c56.6-21.6 100.9-78.1 100.9-148.1c0-88.4-71.9-160.6-160.3-160.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsSquareGithub(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 96c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zm-160.3 64C231.3 160 160 232.2 160 320.6c0 69.4 44.1 126.9 103.4 148.4c8.4 3.1 16.6-2.5 16.6-10.9v-25c-4.4 1.9-10 3.1-15 3.1c-20.6 0-32.8-11.2-41.6-32.2c-3.4-8.4-7.2-13.4-14.4-14.4c-3.7-.3-5-1.9-5-3.8c0-3.7 6.2-6.6 12.5-6.6c9.1 0 16.9 5.6 25 17.2c6.2 9.1 12.8 13.1 20.6 13.1s12.8-2.8 20-10c5.3-5.3 9.4-10 13.1-13.1c-41.3-5-70.3-34.7-70.3-73.1c0-15.6 5.6-32.5 15-43.8c-4.1-10.3-3.4-32.2 1.2-41.2c12.5-1.6 29.4 5 39.4 14.1c11.9-3.7 24.4-5.6 39.7-5.6s27.8 1.9 39.1 5.3c9.7-8.8 26.9-15.3 39.4-13.8c4.4 8.4 5 30.3.9 40.9c10 11.9 15.3 27.8 15.3 44.1c0 38.4-29.1 67.5-70.9 72.8c10.6 6.9 17.8 21.9 17.8 39.1v32.5c0 9.4 7.8 14.7 17.2 10.9c56.6-21.6 100.9-78.1 100.9-148.1c0-88.4-71.9-160.6-160.3-160.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 96c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zm-160.3 64C231.3 160 160 232.2 160 320.6c0 69.4 44.1 126.9 103.4 148.4c8.4 3.1 16.6-2.5 16.6-10.9v-25c-4.4 1.9-10 3.1-15 3.1c-20.6 0-32.8-11.2-41.6-32.2c-3.4-8.4-7.2-13.4-14.4-14.4c-3.7-.3-5-1.9-5-3.8c0-3.7 6.2-6.6 12.5-6.6c9.1 0 16.9 5.6 25 17.2c6.2 9.1 12.8 13.1 20.6 13.1s12.8-2.8 20-10c5.3-5.3 9.4-10 13.1-13.1c-41.3-5-70.3-34.7-70.3-73.1c0-15.6 5.6-32.5 15-43.8c-4.1-10.3-3.4-32.2 1.2-41.2c12.5-1.6 29.4 5 39.4 14.1c11.9-3.7 24.4-5.6 39.7-5.6s27.8 1.9 39.1 5.3c9.7-8.8 26.9-15.3 39.4-13.8c4.4 8.4 5 30.3.9 40.9c10 11.9 15.3 27.8 15.3 44.1c0 38.4-29.1 67.5-70.9 72.8c10.6 6.9 17.8 21.9 17.8 39.1v32.5c0 9.4 7.8 14.7 17.2 10.9c56.6-21.6 100.9-78.1 100.9-148.1c0-88.4-71.9-160.6-160.3-160.6z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2096c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H160c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64zm-160.3%2064C231.3%20160%20160%20232.2%20160%20320.6c0%2069.4%2044.1%20126.9%20103.4%20148.4c8.4%203.1%2016.6-2.5%2016.6-10.9v-25c-4.4%201.9-10%203.1-15%203.1c-20.6%200-32.8-11.2-41.6-32.2c-3.4-8.4-7.2-13.4-14.4-14.4c-3.7-.3-5-1.9-5-3.8c0-3.7%206.2-6.6%2012.5-6.6c9.1%200%2016.9%205.6%2025%2017.2c6.2%209.1%2012.8%2013.1%2020.6%2013.1s12.8-2.8%2020-10c5.3-5.3%209.4-10%2013.1-13.1c-41.3-5-70.3-34.7-70.3-73.1c0-15.6%205.6-32.5%2015-43.8c-4.1-10.3-3.4-32.2%201.2-41.2c12.5-1.6%2029.4%205%2039.4%2014.1c11.9-3.7%2024.4-5.6%2039.7-5.6s27.8%201.9%2039.1%205.3c9.7-8.8%2026.9-15.3%2039.4-13.8c4.4%208.4%205%2030.3.9%2040.9c10%2011.9%2015.3%2027.8%2015.3%2044.1c0%2038.4-29.1%2067.5-70.9%2072.8c10.6%206.9%2017.8%2021.9%2017.8%2039.1v32.5c0%209.4%207.8%2014.7%2017.2%2010.9c56.6-21.6%20100.9-78.1%20100.9-148.1c0-88.4-71.9-160.6-160.3-160.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2096c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H160c-35.3%200-64-28.7-64-64V160c0-35.3%2028.7-64%2064-64zm-160.3%2064C231.3%20160%20160%20232.2%20160%20320.6c0%2069.4%2044.1%20126.9%20103.4%20148.4c8.4%203.1%2016.6-2.5%2016.6-10.9v-25c-4.4%201.9-10%203.1-15%203.1c-20.6%200-32.8-11.2-41.6-32.2c-3.4-8.4-7.2-13.4-14.4-14.4c-3.7-.3-5-1.9-5-3.8c0-3.7%206.2-6.6%2012.5-6.6c9.1%200%2016.9%205.6%2025%2017.2c6.2%209.1%2012.8%2013.1%2020.6%2013.1s12.8-2.8%2020-10c5.3-5.3%209.4-10%2013.1-13.1c-41.3-5-70.3-34.7-70.3-73.1c0-15.6%205.6-32.5%2015-43.8c-4.1-10.3-3.4-32.2%201.2-41.2c12.5-1.6%2029.4%205%2039.4%2014.1c11.9-3.7%2024.4-5.6%2039.7-5.6s27.8%201.9%2039.1%205.3c9.7-8.8%2026.9-15.3%2039.4-13.8c4.4%208.4%205%2030.3.9%2040.9c10%2011.9%2015.3%2027.8%2015.3%2044.1c0%2038.4-29.1%2067.5-70.9%2072.8c10.6%206.9%2017.8%2021.9%2017.8%2039.1v32.5c0%209.4%207.8%2014.7%2017.2%2010.9c56.6-21.6%20100.9-78.1%20100.9-148.1c0-88.4-71.9-160.6-160.3-160.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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