terminal git bash icon

terminal-git-bash from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
terminal-git-bash
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the terminal git bash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 3a1 1 0 0 1 .966 1.259L10 5.293l1.35-1.35l-2.658-2.652a1 1 0 0 0-1.414.002l-.638.64l1.101 1.101Q7.865 3.001 8 3m-.5 1.866a1 1 0 0 1-.466-1.125L5.933 2.64L4.642 3.935L7.5 6.793zm1 1.927L9.293 6L8.5 5.207zm6.206.499l-2.649-2.643L10.706 6l1.034 1.034Q11.864 7 11.999 7a1 1 0 1 1-.966.741L9.999 6.707L8.706 8l3.357 3.357l2.644-2.651a1 1 0 0 0-.002-1.414zM3.936 4.643L1.292 7.294a1 1 0 0 0 .002 1.414l2.649 2.643L7.294 8zM8.5 11.134a1 1 0 1 1-1 0V9.207l-2.85 2.85l2.658 2.652a1 1 0 0 0 1.414-.002l2.635-2.642l-2.858-2.858z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconTerminalGitBash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 3a1 1 0 0 1 .966 1.259L10 5.293l1.35-1.35l-2.658-2.652a1 1 0 0 0-1.414.002l-.638.64l1.101 1.101Q7.865 3.001 8 3m-.5 1.866a1 1 0 0 1-.466-1.125L5.933 2.64L4.642 3.935L7.5 6.793zm1 1.927L9.293 6L8.5 5.207zm6.206.499l-2.649-2.643L10.706 6l1.034 1.034Q11.864 7 11.999 7a1 1 0 1 1-.966.741L9.999 6.707L8.706 8l3.357 3.357l2.644-2.651a1 1 0 0 0-.002-1.414zM3.936 4.643L1.292 7.294a1 1 0 0 0 .002 1.414l2.649 2.643L7.294 8zM8.5 11.134a1 1 0 1 1-1 0V9.207l-2.85 2.85l2.658 2.652a1 1 0 0 0 1.414-.002l2.635-2.642l-2.858-2.858z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 3a1 1 0 0 1 .966 1.259L10 5.293l1.35-1.35l-2.658-2.652a1 1 0 0 0-1.414.002l-.638.64l1.101 1.101Q7.865 3.001 8 3m-.5 1.866a1 1 0 0 1-.466-1.125L5.933 2.64L4.642 3.935L7.5 6.793zm1 1.927L9.293 6L8.5 5.207zm6.206.499l-2.649-2.643L10.706 6l1.034 1.034Q11.864 7 11.999 7a1 1 0 1 1-.966.741L9.999 6.707L8.706 8l3.357 3.357l2.644-2.651a1 1 0 0 0-.002-1.414zM3.936 4.643L1.292 7.294a1 1 0 0 0 .002 1.414l2.649 2.643L7.294 8zM8.5 11.134a1 1 0 1 1-1 0V9.207l-2.85 2.85l2.658 2.652a1 1 0 0 0 1.414-.002l2.635-2.642l-2.858-2.858z"/></svg>
</template>

CSS

.icon-terminal-git-bash {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203a1%201%200%200%201%20.966%201.259L10%205.293l1.35-1.35l-2.658-2.652a1%201%200%200%200-1.414.002l-.638.64l1.101%201.101Q7.865%203.001%208%203m-.5%201.866a1%201%200%200%201-.466-1.125L5.933%202.64L4.642%203.935L7.5%206.793zm1%201.927L9.293%206L8.5%205.207zm6.206.499l-2.649-2.643L10.706%206l1.034%201.034Q11.864%207%2011.999%207a1%201%200%201%201-.966.741L9.999%206.707L8.706%208l3.357%203.357l2.644-2.651a1%201%200%200%200-.002-1.414zM3.936%204.643L1.292%207.294a1%201%200%200%200%20.002%201.414l2.649%202.643L7.294%208zM8.5%2011.134a1%201%200%201%201-1%200V9.207l-2.85%202.85l2.658%202.652a1%201%200%200%200%201.414-.002l2.635-2.642l-2.858-2.858z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203a1%201%200%200%201%20.966%201.259L10%205.293l1.35-1.35l-2.658-2.652a1%201%200%200%200-1.414.002l-.638.64l1.101%201.101Q7.865%203.001%208%203m-.5%201.866a1%201%200%200%201-.466-1.125L5.933%202.64L4.642%203.935L7.5%206.793zm1%201.927L9.293%206L8.5%205.207zm6.206.499l-2.649-2.643L10.706%206l1.034%201.034Q11.864%207%2011.999%207a1%201%200%201%201-.966.741L9.999%206.707L8.706%208l3.357%203.357l2.644-2.651a1%201%200%200%200-.002-1.414zM3.936%204.643L1.292%207.294a1%201%200%200%200%20.002%201.414l2.649%202.643L7.294%208zM8.5%2011.134a1%201%200%201%201-1%200V9.207l-2.85%202.85l2.658%202.652a1%201%200%200%200%201.414-.002l2.635-2.642l-2.858-2.858z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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