file type git2 logo

file-type-git2 from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-git2
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type git2 logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29.472 14.753L17.247 2.528a1.8 1.8 0 0 0-2.55 0l-2.539 2.539l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172L2.528 14.7a1.8 1.8 0 0 0 0 2.551l12.225 12.221a1.8 1.8 0 0 0 2.55 0L29.472 17.3a1.8 1.8 0 0 0 0-2.551"/><path fill="#dd4c35" d="m12.158 5.067l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeGit2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29.472 14.753L17.247 2.528a1.8 1.8 0 0 0-2.55 0l-2.539 2.539l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172L2.528 14.7a1.8 1.8 0 0 0 0 2.551l12.225 12.221a1.8 1.8 0 0 0 2.55 0L29.472 17.3a1.8 1.8 0 0 0 0-2.551"/><path fill="#dd4c35" d="m12.158 5.067l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M29.472 14.753L17.247 2.528a1.8 1.8 0 0 0-2.55 0l-2.539 2.539l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172L2.528 14.7a1.8 1.8 0 0 0 0 2.551l12.225 12.221a1.8 1.8 0 0 0 2.55 0L29.472 17.3a1.8 1.8 0 0 0 0-2.551"/><path fill="#dd4c35" d="m12.158 5.067l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172"/></svg>
</template>

CSS

.icon-file-type-git2 {
  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%20d%3D%22M29.472%2014.753L17.247%202.528a1.8%201.8%200%200%200-2.55%200l-2.539%202.539l3.22%203.22a2.141%202.141%200%200%201%202.712%202.73l3.1%203.1a2.143%202.143%200%201%201-1.285%201.21l-2.895-2.895v7.617a2.141%202.141%200%201%201-1.764-.062V12.3a2.146%202.146%200%200%201-1.165-2.814l-3.17-3.172L2.528%2014.7a1.8%201.8%200%200%200%200%202.551l12.225%2012.221a1.8%201.8%200%200%200%202.55%200L29.472%2017.3a1.8%201.8%200%200%200%200-2.551%22%2F%3E%3Cpath%20fill%3D%22%23dd4c35%22%20d%3D%22m12.158%205.067l3.22%203.22a2.141%202.141%200%200%201%202.712%202.73l3.1%203.1a2.143%202.143%200%201%201-1.285%201.21l-2.895-2.895v7.617a2.141%202.141%200%201%201-1.764-.062V12.3a2.146%202.146%200%200%201-1.165-2.814l-3.17-3.172%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%20d%3D%22M29.472%2014.753L17.247%202.528a1.8%201.8%200%200%200-2.55%200l-2.539%202.539l3.22%203.22a2.141%202.141%200%200%201%202.712%202.73l3.1%203.1a2.143%202.143%200%201%201-1.285%201.21l-2.895-2.895v7.617a2.141%202.141%200%201%201-1.764-.062V12.3a2.146%202.146%200%200%201-1.165-2.814l-3.17-3.172L2.528%2014.7a1.8%201.8%200%200%200%200%202.551l12.225%2012.221a1.8%201.8%200%200%200%202.55%200L29.472%2017.3a1.8%201.8%200%200%200%200-2.551%22%2F%3E%3Cpath%20fill%3D%22%23dd4c35%22%20d%3D%22m12.158%205.067l3.22%203.22a2.141%202.141%200%200%201%202.712%202.73l3.1%203.1a2.143%202.143%200%201%201-1.285%201.21l-2.895-2.895v7.617a2.141%202.141%200%201%201-1.764-.062V12.3a2.146%202.146%200%200%201-1.165-2.814l-3.17-3.172%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-git2.svg?color=%231a73e8&size=48