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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-.504 0-.996.184-1.375.563l-2.813 2.843c-.152.082-.28.2-.374.344l-8.876 8.875a1.947 1.947 0 0 0 0 2.75l12.063 12.063a1.955 1.955 0 0 0 2.75 0l12.063-12.063a1.947 1.947 0 0 0 0-2.75L17.374 2.562A1.92 1.92 0 0 0 16 2m0 2.031L27.969 16L16 27.969L4.031 16l8.282-8.281l1.75 1.75A2 2 0 0 0 14 10c0 .738.402 1.371 1 1.719v8.562c-.598.348-1 .98-1 1.719a1.999 1.999 0 1 0 4 0c0-.738-.402-1.371-1-1.719v-7.843l3.063 3.062A2 2 0 0 0 22 18a2 2 0 0 0 1.999-2a2 2 0 0 0-2.5-1.938L17.937 10.5A2 2 0 0 0 16 8a2 2 0 0 0-.53.063l-1.75-1.75z"/></svg>

React

import type { SVGProps } from "react";

export function LaGit(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="M16 2c-.504 0-.996.184-1.375.563l-2.813 2.843c-.152.082-.28.2-.374.344l-8.876 8.875a1.947 1.947 0 0 0 0 2.75l12.063 12.063a1.955 1.955 0 0 0 2.75 0l12.063-12.063a1.947 1.947 0 0 0 0-2.75L17.374 2.562A1.92 1.92 0 0 0 16 2m0 2.031L27.969 16L16 27.969L4.031 16l8.282-8.281l1.75 1.75A2 2 0 0 0 14 10c0 .738.402 1.371 1 1.719v8.562c-.598.348-1 .98-1 1.719a1.999 1.999 0 1 0 4 0c0-.738-.402-1.371-1-1.719v-7.843l3.063 3.062A2 2 0 0 0 22 18a2 2 0 0 0 1.999-2a2 2 0 0 0-2.5-1.938L17.937 10.5A2 2 0 0 0 16 8a2 2 0 0 0-.53.063l-1.75-1.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c-.504 0-.996.184-1.375.563l-2.813 2.843c-.152.082-.28.2-.374.344l-8.876 8.875a1.947 1.947 0 0 0 0 2.75l12.063 12.063a1.955 1.955 0 0 0 2.75 0l12.063-12.063a1.947 1.947 0 0 0 0-2.75L17.374 2.562A1.92 1.92 0 0 0 16 2m0 2.031L27.969 16L16 27.969L4.031 16l8.282-8.281l1.75 1.75A2 2 0 0 0 14 10c0 .738.402 1.371 1 1.719v8.562c-.598.348-1 .98-1 1.719a1.999 1.999 0 1 0 4 0c0-.738-.402-1.371-1-1.719v-7.843l3.063 3.062A2 2 0 0 0 22 18a2 2 0 0 0 1.999-2a2 2 0 0 0-2.5-1.938L17.937 10.5A2 2 0 0 0 16 8a2 2 0 0 0-.53.063l-1.75-1.75z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c-.504%200-.996.184-1.375.563l-2.813%202.843c-.152.082-.28.2-.374.344l-8.876%208.875a1.947%201.947%200%200%200%200%202.75l12.063%2012.063a1.955%201.955%200%200%200%202.75%200l12.063-12.063a1.947%201.947%200%200%200%200-2.75L17.374%202.562A1.92%201.92%200%200%200%2016%202m0%202.031L27.969%2016L16%2027.969L4.031%2016l8.282-8.281l1.75%201.75A2%202%200%200%200%2014%2010c0%20.738.402%201.371%201%201.719v8.562c-.598.348-1%20.98-1%201.719a1.999%201.999%200%201%200%204%200c0-.738-.402-1.371-1-1.719v-7.843l3.063%203.062A2%202%200%200%200%2022%2018a2%202%200%200%200%201.999-2a2%202%200%200%200-2.5-1.938L17.937%2010.5A2%202%200%200%200%2016%208a2%202%200%200%200-.53.063l-1.75-1.75z%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%22M16%202c-.504%200-.996.184-1.375.563l-2.813%202.843c-.152.082-.28.2-.374.344l-8.876%208.875a1.947%201.947%200%200%200%200%202.75l12.063%2012.063a1.955%201.955%200%200%200%202.75%200l12.063-12.063a1.947%201.947%200%200%200%200-2.75L17.374%202.562A1.92%201.92%200%200%200%2016%202m0%202.031L27.969%2016L16%2027.969L4.031%2016l8.282-8.281l1.75%201.75A2%202%200%200%200%2014%2010c0%20.738.402%201.371%201%201.719v8.562c-.598.348-1%20.98-1%201.719a1.999%201.999%200%201%200%204%200c0-.738-.402-1.371-1-1.719v-7.843l3.063%203.062A2%202%200%200%200%2022%2018a2%202%200%200%200%201.999-2a2%202%200%200%200-2.5-1.938L17.937%2010.5A2%202%200%200%200%2016%208a2%202%200%200%200-.53.063l-1.75-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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