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

Name
git-square
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 git square logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M216.8 399.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5.7-44.5M480 96H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64M339.9 236.2c-14.5 0-22.9-8.4-22.9-22.9s8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9M245.6 259h49.5v21.6l-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8.6 14.3.8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zm120.9 108.1l13 1.8V389h-72.4v-20.1q4.05-.6 6.9-.9c9.9-1.2 10.1-1.3 10.1-6v-74.7c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V362c0 4.1.2 4.6 4.1 5.1zm106.6-10.4L480 379c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9v-66.6c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7v-22.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3.1.7 0 1.3 0h35.8v25.4h-37.8v61.6c-.2 6.3-.9 30.4 37.9 15.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsGitSquare(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="M216.8 399.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5.7-44.5M480 96H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64M339.9 236.2c-14.5 0-22.9-8.4-22.9-22.9s8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9M245.6 259h49.5v21.6l-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8.6 14.3.8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zm120.9 108.1l13 1.8V389h-72.4v-20.1q4.05-.6 6.9-.9c9.9-1.2 10.1-1.3 10.1-6v-74.7c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V362c0 4.1.2 4.6 4.1 5.1zm106.6-10.4L480 379c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9v-66.6c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7v-22.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3.1.7 0 1.3 0h35.8v25.4h-37.8v61.6c-.2 6.3-.9 30.4 37.9 15.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M216.8 399.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5.7-44.5M480 96H160c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64M339.9 236.2c-14.5 0-22.9-8.4-22.9-22.9s8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9M245.6 259h49.5v21.6l-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8.6 14.3.8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zm120.9 108.1l13 1.8V389h-72.4v-20.1q4.05-.6 6.9-.9c9.9-1.2 10.1-1.3 10.1-6v-74.7c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V362c0 4.1.2 4.6 4.1 5.1zm106.6-10.4L480 379c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9v-66.6c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7v-22.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3.1.7 0 1.3 0h35.8v25.4h-37.8v61.6c-.2 6.3-.9 30.4 37.9 15.9z"/></svg>
</template>

CSS

.icon-git-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216.8%20399.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3%204.1-6.6%208.4-6.6%2013.5c0%2018.5%2065.5%2018.5%2065.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3%200-33.7%2044.5-.7%2044.5c32.5%200%2031.7-44.5.7-44.5M480%2096H160c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64M339.9%20236.2c-14.5%200-22.9-8.4-22.9-22.9s8.4-22.3%2022.9-22.3c14.7%200%2023.1%207.8%2023.1%2022.3s-8.4%2022.9-23.1%2022.9M245.6%20259h49.5v21.6l-23.4%201.8c4.6%205.8%209.4%2014%209.4%2025.7c0%2048.7-57.2%2047.2-74.2%2042.4l-8.4%2013.4c5%20.3%209.8.6%2014.3.8c56.3%203.2%2080.5%204.6%2080.5%2038.5c0%2029.2-25.7%2045.7-69.9%2045.7c-46%200-63.5-11.6-63.5-31.7c0-11.4%205.1-17.5%2014-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6%207.4-16.3%2023-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6%2056.6-53.3%2081.6-46.8zm120.9%20108.1l13%201.8V389h-72.4v-20.1q4.05-.6%206.9-.9c9.9-1.2%2010.1-1.3%2010.1-6v-74.7c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V362c0%204.1.2%204.6%204.1%205.1zm106.6-10.4L480%20379c-10.9%205.4-26.9%2010.2-41.4%2010.2c-30.2%200-41.7-12.2-41.7-40.9v-66.6c0-.8%200-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7v-22.6c22.3-2.5%2031.2-13.7%2034-41.4h24.2c0%2033.3-.6%2038%20.7%2038.6c.3.1.7%200%201.3%200h35.8v25.4h-37.8v61.6c-.2%206.3-.9%2030.4%2037.9%2015.9z%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%22M216.8%20399.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3%204.1-6.6%208.4-6.6%2013.5c0%2018.5%2065.5%2018.5%2065.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3%200-33.7%2044.5-.7%2044.5c32.5%200%2031.7-44.5.7-44.5M480%2096H160c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64M339.9%20236.2c-14.5%200-22.9-8.4-22.9-22.9s8.4-22.3%2022.9-22.3c14.7%200%2023.1%207.8%2023.1%2022.3s-8.4%2022.9-23.1%2022.9M245.6%20259h49.5v21.6l-23.4%201.8c4.6%205.8%209.4%2014%209.4%2025.7c0%2048.7-57.2%2047.2-74.2%2042.4l-8.4%2013.4c5%20.3%209.8.6%2014.3.8c56.3%203.2%2080.5%204.6%2080.5%2038.5c0%2029.2-25.7%2045.7-69.9%2045.7c-46%200-63.5-11.6-63.5-31.7c0-11.4%205.1-17.5%2014-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6%207.4-16.3%2023-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6%2056.6-53.3%2081.6-46.8zm120.9%20108.1l13%201.8V389h-72.4v-20.1q4.05-.6%206.9-.9c9.9-1.2%2010.1-1.3%2010.1-6v-74.7c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V362c0%204.1.2%204.6%204.1%205.1zm106.6-10.4L480%20379c-10.9%205.4-26.9%2010.2-41.4%2010.2c-30.2%200-41.7-12.2-41.7-40.9v-66.6c0-.8%200-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7v-22.6c22.3-2.5%2031.2-13.7%2034-41.4h24.2c0%2033.3-.6%2038%20.7%2038.6c.3.1.7%200%201.3%200h35.8v25.4h-37.8v61.6c-.2%206.3-.9%2030.4%2037.9%2015.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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