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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M280.3 222.4H201c-40-10.5-130.5-7.8-130.5 74.8c0 30.1 15 51.2 35 61c-25.1 23-37 33.8-37 49.2c0 11 4.5 21.1 17.9 26.8C72.1 447.6 64 457.3 64 475.6c0 32.1 28 50.8 101.6 50.8c70.8 0 111.8-26.4 111.8-73.2c0-58.7-45.2-56.5-151.6-63l13.4-21.6c27.3 7.6 118.7 10 118.7-67.9c0-18.7-7.7-31.7-15-41.1l37.4-2.8v-34.5zm-63.4 241.9c0 32.1-104.9 32.1-104.9 2.4c0-8.1 5.3-15 10.6-21.5c77.7 5.3 94.3 3.4 94.3 19.1m-50.8-134.6c-52.8 0-50.5-71.2 1.2-71.2c49.5 0 50.8 71.2-1.2 71.2m133.3 100.5v-32.1c26.7-3.7 27.2-2 27.2-11V267.6c0-8.5-2.1-7.4-27.2-16.3l4.5-32.9h84.2v168.7c0 6.5.4 7.3 6.5 8.1l20.7 2.8v32.1H299.4zm52.5-244.3c-23.2 0-36.6-13.4-36.6-36.6s13.4-35.8 36.6-35.8c23.6 0 37 12.6 37 35.8s-13.4 36.6-37 36.6M576 414.5c-17.5 8.5-43.1 16.3-66.3 16.3c-48.4 0-66.7-19.5-66.7-65.5V258.8c0-5.4 1-4.1-31.7-4.1v-36.2c35.8-4.1 50-22 54.5-66.3h38.6c0 65.8-1.3 61.8 3.3 61.8H565v40.6h-60.6v97.1c0 6.9-4.9 51.4 60.6 26.8l11 35.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsGit(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="M280.3 222.4H201c-40-10.5-130.5-7.8-130.5 74.8c0 30.1 15 51.2 35 61c-25.1 23-37 33.8-37 49.2c0 11 4.5 21.1 17.9 26.8C72.1 447.6 64 457.3 64 475.6c0 32.1 28 50.8 101.6 50.8c70.8 0 111.8-26.4 111.8-73.2c0-58.7-45.2-56.5-151.6-63l13.4-21.6c27.3 7.6 118.7 10 118.7-67.9c0-18.7-7.7-31.7-15-41.1l37.4-2.8v-34.5zm-63.4 241.9c0 32.1-104.9 32.1-104.9 2.4c0-8.1 5.3-15 10.6-21.5c77.7 5.3 94.3 3.4 94.3 19.1m-50.8-134.6c-52.8 0-50.5-71.2 1.2-71.2c49.5 0 50.8 71.2-1.2 71.2m133.3 100.5v-32.1c26.7-3.7 27.2-2 27.2-11V267.6c0-8.5-2.1-7.4-27.2-16.3l4.5-32.9h84.2v168.7c0 6.5.4 7.3 6.5 8.1l20.7 2.8v32.1H299.4zm52.5-244.3c-23.2 0-36.6-13.4-36.6-36.6s13.4-35.8 36.6-35.8c23.6 0 37 12.6 37 35.8s-13.4 36.6-37 36.6M576 414.5c-17.5 8.5-43.1 16.3-66.3 16.3c-48.4 0-66.7-19.5-66.7-65.5V258.8c0-5.4 1-4.1-31.7-4.1v-36.2c35.8-4.1 50-22 54.5-66.3h38.6c0 65.8-1.3 61.8 3.3 61.8H565v40.6h-60.6v97.1c0 6.9-4.9 51.4 60.6 26.8l11 35.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M280.3 222.4H201c-40-10.5-130.5-7.8-130.5 74.8c0 30.1 15 51.2 35 61c-25.1 23-37 33.8-37 49.2c0 11 4.5 21.1 17.9 26.8C72.1 447.6 64 457.3 64 475.6c0 32.1 28 50.8 101.6 50.8c70.8 0 111.8-26.4 111.8-73.2c0-58.7-45.2-56.5-151.6-63l13.4-21.6c27.3 7.6 118.7 10 118.7-67.9c0-18.7-7.7-31.7-15-41.1l37.4-2.8v-34.5zm-63.4 241.9c0 32.1-104.9 32.1-104.9 2.4c0-8.1 5.3-15 10.6-21.5c77.7 5.3 94.3 3.4 94.3 19.1m-50.8-134.6c-52.8 0-50.5-71.2 1.2-71.2c49.5 0 50.8 71.2-1.2 71.2m133.3 100.5v-32.1c26.7-3.7 27.2-2 27.2-11V267.6c0-8.5-2.1-7.4-27.2-16.3l4.5-32.9h84.2v168.7c0 6.5.4 7.3 6.5 8.1l20.7 2.8v32.1H299.4zm52.5-244.3c-23.2 0-36.6-13.4-36.6-36.6s13.4-35.8 36.6-35.8c23.6 0 37 12.6 37 35.8s-13.4 36.6-37 36.6M576 414.5c-17.5 8.5-43.1 16.3-66.3 16.3c-48.4 0-66.7-19.5-66.7-65.5V258.8c0-5.4 1-4.1-31.7-4.1v-36.2c35.8-4.1 50-22 54.5-66.3h38.6c0 65.8-1.3 61.8 3.3 61.8H565v40.6h-60.6v97.1c0 6.9-4.9 51.4 60.6 26.8l11 35.8z"/></svg>
</template>

CSS

.icon-git {
  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%22M280.3%20222.4H201c-40-10.5-130.5-7.8-130.5%2074.8c0%2030.1%2015%2051.2%2035%2061c-25.1%2023-37%2033.8-37%2049.2c0%2011%204.5%2021.1%2017.9%2026.8C72.1%20447.6%2064%20457.3%2064%20475.6c0%2032.1%2028%2050.8%20101.6%2050.8c70.8%200%20111.8-26.4%20111.8-73.2c0-58.7-45.2-56.5-151.6-63l13.4-21.6c27.3%207.6%20118.7%2010%20118.7-67.9c0-18.7-7.7-31.7-15-41.1l37.4-2.8v-34.5zm-63.4%20241.9c0%2032.1-104.9%2032.1-104.9%202.4c0-8.1%205.3-15%2010.6-21.5c77.7%205.3%2094.3%203.4%2094.3%2019.1m-50.8-134.6c-52.8%200-50.5-71.2%201.2-71.2c49.5%200%2050.8%2071.2-1.2%2071.2m133.3%20100.5v-32.1c26.7-3.7%2027.2-2%2027.2-11V267.6c0-8.5-2.1-7.4-27.2-16.3l4.5-32.9h84.2v168.7c0%206.5.4%207.3%206.5%208.1l20.7%202.8v32.1H299.4zm52.5-244.3c-23.2%200-36.6-13.4-36.6-36.6s13.4-35.8%2036.6-35.8c23.6%200%2037%2012.6%2037%2035.8s-13.4%2036.6-37%2036.6M576%20414.5c-17.5%208.5-43.1%2016.3-66.3%2016.3c-48.4%200-66.7-19.5-66.7-65.5V258.8c0-5.4%201-4.1-31.7-4.1v-36.2c35.8-4.1%2050-22%2054.5-66.3h38.6c0%2065.8-1.3%2061.8%203.3%2061.8H565v40.6h-60.6v97.1c0%206.9-4.9%2051.4%2060.6%2026.8l11%2035.8z%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%22M280.3%20222.4H201c-40-10.5-130.5-7.8-130.5%2074.8c0%2030.1%2015%2051.2%2035%2061c-25.1%2023-37%2033.8-37%2049.2c0%2011%204.5%2021.1%2017.9%2026.8C72.1%20447.6%2064%20457.3%2064%20475.6c0%2032.1%2028%2050.8%20101.6%2050.8c70.8%200%20111.8-26.4%20111.8-73.2c0-58.7-45.2-56.5-151.6-63l13.4-21.6c27.3%207.6%20118.7%2010%20118.7-67.9c0-18.7-7.7-31.7-15-41.1l37.4-2.8v-34.5zm-63.4%20241.9c0%2032.1-104.9%2032.1-104.9%202.4c0-8.1%205.3-15%2010.6-21.5c77.7%205.3%2094.3%203.4%2094.3%2019.1m-50.8-134.6c-52.8%200-50.5-71.2%201.2-71.2c49.5%200%2050.8%2071.2-1.2%2071.2m133.3%20100.5v-32.1c26.7-3.7%2027.2-2%2027.2-11V267.6c0-8.5-2.1-7.4-27.2-16.3l4.5-32.9h84.2v168.7c0%206.5.4%207.3%206.5%208.1l20.7%202.8v32.1H299.4zm52.5-244.3c-23.2%200-36.6-13.4-36.6-36.6s13.4-35.8%2036.6-35.8c23.6%200%2037%2012.6%2037%2035.8s-13.4%2036.6-37%2036.6M576%20414.5c-17.5%208.5-43.1%2016.3-66.3%2016.3c-48.4%200-66.7-19.5-66.7-65.5V258.8c0-5.4%201-4.1-31.7-4.1v-36.2c35.8-4.1%2050-22%2054.5-66.3h38.6c0%2065.8-1.3%2061.8%203.3%2061.8H565v40.6h-60.6v97.1c0%206.9-4.9%2051.4%2060.6%2026.8l11%2035.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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