git square icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm9.871 3.361c-.632 0-1.002.338-1.002.97c0 .642.371 1.001 1.002 1.001c.642 0 1.012-.36 1.012-1.002c0-.632-.37-.969-1.012-.969m3.113 1.055c-.12 1.208-.511 1.698-1.48 1.807v.992c.893 0 .86-.035.86.107v2.918c0 1.252.501 1.76 1.83 1.76A4.3 4.3 0 0 0 23 18.58l-.305-.982c-1.785.675-1.695-.544-1.695-.729v-2.656h1.695v-1.11H21v-1.687zm-8.255 1.799c-1.158.005-2.555.467-2.555 2.166c0 .816.415 1.393.959 1.666c-.686.63-1.014.924-1.014 1.338c0 .305.131.575.49.738c-.38.36-.609.634-.609 1.135c0 .87.772 1.383 2.775 1.383c1.938 0 3.06-.72 3.06-1.993c0-1.61-1.23-1.545-4.148-1.73l.37-.59c.74.207 3.244.274 3.244-1.85c0-.511-.207-.87-.414-1.12l1.023-.077v-.949h-2.166a4 4 0 0 0-1.015-.117m3.826.01l-.121.904c.686.239.74.205.74.434v3.277c0 .24-.011.197-.74.295V19h3.168v-.865l-.567-.076c-.163-.022-.174-.045-.174-.22v-4.614zm-3.735 1.097c1.36 0 1.393 1.94-.033 1.94c-1.437 0-1.372-1.94.033-1.94m-1.22 5.096c2.123.153 2.58.098 2.58.523c0 .882-2.864.882-2.864.065c0-.218.142-.403.284-.588"/></svg>

React

import type { SVGProps } from "react";

export function LaGitSquare(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="M5 5v22h22V5zm2 2h18v18H7zm9.871 3.361c-.632 0-1.002.338-1.002.97c0 .642.371 1.001 1.002 1.001c.642 0 1.012-.36 1.012-1.002c0-.632-.37-.969-1.012-.969m3.113 1.055c-.12 1.208-.511 1.698-1.48 1.807v.992c.893 0 .86-.035.86.107v2.918c0 1.252.501 1.76 1.83 1.76A4.3 4.3 0 0 0 23 18.58l-.305-.982c-1.785.675-1.695-.544-1.695-.729v-2.656h1.695v-1.11H21v-1.687zm-8.255 1.799c-1.158.005-2.555.467-2.555 2.166c0 .816.415 1.393.959 1.666c-.686.63-1.014.924-1.014 1.338c0 .305.131.575.49.738c-.38.36-.609.634-.609 1.135c0 .87.772 1.383 2.775 1.383c1.938 0 3.06-.72 3.06-1.993c0-1.61-1.23-1.545-4.148-1.73l.37-.59c.74.207 3.244.274 3.244-1.85c0-.511-.207-.87-.414-1.12l1.023-.077v-.949h-2.166a4 4 0 0 0-1.015-.117m3.826.01l-.121.904c.686.239.74.205.74.434v3.277c0 .24-.011.197-.74.295V19h3.168v-.865l-.567-.076c-.163-.022-.174-.045-.174-.22v-4.614zm-3.735 1.097c1.36 0 1.393 1.94-.033 1.94c-1.437 0-1.372-1.94.033-1.94m-1.22 5.096c2.123.153 2.58.098 2.58.523c0 .882-2.864.882-2.864.065c0-.218.142-.403.284-.588"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm9.871 3.361c-.632 0-1.002.338-1.002.97c0 .642.371 1.001 1.002 1.001c.642 0 1.012-.36 1.012-1.002c0-.632-.37-.969-1.012-.969m3.113 1.055c-.12 1.208-.511 1.698-1.48 1.807v.992c.893 0 .86-.035.86.107v2.918c0 1.252.501 1.76 1.83 1.76A4.3 4.3 0 0 0 23 18.58l-.305-.982c-1.785.675-1.695-.544-1.695-.729v-2.656h1.695v-1.11H21v-1.687zm-8.255 1.799c-1.158.005-2.555.467-2.555 2.166c0 .816.415 1.393.959 1.666c-.686.63-1.014.924-1.014 1.338c0 .305.131.575.49.738c-.38.36-.609.634-.609 1.135c0 .87.772 1.383 2.775 1.383c1.938 0 3.06-.72 3.06-1.993c0-1.61-1.23-1.545-4.148-1.73l.37-.59c.74.207 3.244.274 3.244-1.85c0-.511-.207-.87-.414-1.12l1.023-.077v-.949h-2.166a4 4 0 0 0-1.015-.117m3.826.01l-.121.904c.686.239.74.205.74.434v3.277c0 .24-.011.197-.74.295V19h3.168v-.865l-.567-.076c-.163-.022-.174-.045-.174-.22v-4.614zm-3.735 1.097c1.36 0 1.393 1.94-.033 1.94c-1.437 0-1.372-1.94.033-1.94m-1.22 5.096c2.123.153 2.58.098 2.58.523c0 .882-2.864.882-2.864.065c0-.218.142-.403.284-.588"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm9.871%203.361c-.632%200-1.002.338-1.002.97c0%20.642.371%201.001%201.002%201.001c.642%200%201.012-.36%201.012-1.002c0-.632-.37-.969-1.012-.969m3.113%201.055c-.12%201.208-.511%201.698-1.48%201.807v.992c.893%200%20.86-.035.86.107v2.918c0%201.252.501%201.76%201.83%201.76A4.3%204.3%200%200%200%2023%2018.58l-.305-.982c-1.785.675-1.695-.544-1.695-.729v-2.656h1.695v-1.11H21v-1.687zm-8.255%201.799c-1.158.005-2.555.467-2.555%202.166c0%20.816.415%201.393.959%201.666c-.686.63-1.014.924-1.014%201.338c0%20.305.131.575.49.738c-.38.36-.609.634-.609%201.135c0%20.87.772%201.383%202.775%201.383c1.938%200%203.06-.72%203.06-1.993c0-1.61-1.23-1.545-4.148-1.73l.37-.59c.74.207%203.244.274%203.244-1.85c0-.511-.207-.87-.414-1.12l1.023-.077v-.949h-2.166a4%204%200%200%200-1.015-.117m3.826.01l-.121.904c.686.239.74.205.74.434v3.277c0%20.24-.011.197-.74.295V19h3.168v-.865l-.567-.076c-.163-.022-.174-.045-.174-.22v-4.614zm-3.735%201.097c1.36%200%201.393%201.94-.033%201.94c-1.437%200-1.372-1.94.033-1.94m-1.22%205.096c2.123.153%202.58.098%202.58.523c0%20.882-2.864.882-2.864.065c0-.218.142-.403.284-.588%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%22M5%205v22h22V5zm2%202h18v18H7zm9.871%203.361c-.632%200-1.002.338-1.002.97c0%20.642.371%201.001%201.002%201.001c.642%200%201.012-.36%201.012-1.002c0-.632-.37-.969-1.012-.969m3.113%201.055c-.12%201.208-.511%201.698-1.48%201.807v.992c.893%200%20.86-.035.86.107v2.918c0%201.252.501%201.76%201.83%201.76A4.3%204.3%200%200%200%2023%2018.58l-.305-.982c-1.785.675-1.695-.544-1.695-.729v-2.656h1.695v-1.11H21v-1.687zm-8.255%201.799c-1.158.005-2.555.467-2.555%202.166c0%20.816.415%201.393.959%201.666c-.686.63-1.014.924-1.014%201.338c0%20.305.131.575.49.738c-.38.36-.609.634-.609%201.135c0%20.87.772%201.383%202.775%201.383c1.938%200%203.06-.72%203.06-1.993c0-1.61-1.23-1.545-4.148-1.73l.37-.59c.74.207%203.244.274%203.244-1.85c0-.511-.207-.87-.414-1.12l1.023-.077v-.949h-2.166a4%204%200%200%200-1.015-.117m3.826.01l-.121.904c.686.239.74.205.74.434v3.277c0%20.24-.011.197-.74.295V19h3.168v-.865l-.567-.076c-.163-.022-.174-.045-.174-.22v-4.614zm-3.735%201.097c1.36%200%201.393%201.94-.033%201.94c-1.437%200-1.372-1.94.033-1.94m-1.22%205.096c2.123.153%202.58.098%202.58.523c0%20.882-2.864.882-2.864.065c0-.218.142-.403.284-.588%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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