git branch staged changes icon

git-branch-staged-changes from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
git-branch-staged-changes
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the git branch staged changes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.22 6.501A2.5 2.5 0 0 1 9 5.5C9 4.121 10.121 3 11.5 3S14 4.121 14 5.5c0 .358-.083.694-.219 1.002a5.5 5.5 0 0 0-.946-.331c.102-.203.166-.428.166-.671c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5c0 .242.063.468.166.671a5.5 5.5 0 0 0-.946.331zm-3.219 5.016a5.46 5.46 0 0 0 .828 2.872A2.5 2.5 0 0 1 4.5 16A2.5 2.5 0 0 1 2 13.5c0-1.208.86-2.217 2-2.449V4.95a2.5 2.5 0 0 1-2-2.449c0-1.379 1.121-2.5 2.5-2.5S7 1.122 7 2.501c0 1.208-.86 2.217-2 2.449v4.563a2.48 2.48 0 0 1 1.5-.512h.107q-.255.499-.407 1.05a1.49 1.49 0 0 0-1.131 1.022c.345.081.657.24.931.446zM4.5 4C5.327 4 6 3.327 6 2.5S5.327 1 4.5 1S3 1.673 3 2.5S3.673 4 4.5 4M6 13.5c0-.827-.673-1.5-1.5-1.5S3 12.673 3 13.5S3.673 15 4.5 15S6 14.327 6 13.5m10-2a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.5 0a.5.5 0 0 0-.5-.5h-2V9a.5.5 0 0 0-1 0v2H9a.5.5 0 0 0 0 1h2v1.889a.5.5 0 0 0 1 0V12h2a.5.5 0 0 0 .5-.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconGitBranchStagedChanges(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="M9.22 6.501A2.5 2.5 0 0 1 9 5.5C9 4.121 10.121 3 11.5 3S14 4.121 14 5.5c0 .358-.083.694-.219 1.002a5.5 5.5 0 0 0-.946-.331c.102-.203.166-.428.166-.671c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5c0 .242.063.468.166.671a5.5 5.5 0 0 0-.946.331zm-3.219 5.016a5.46 5.46 0 0 0 .828 2.872A2.5 2.5 0 0 1 4.5 16A2.5 2.5 0 0 1 2 13.5c0-1.208.86-2.217 2-2.449V4.95a2.5 2.5 0 0 1-2-2.449c0-1.379 1.121-2.5 2.5-2.5S7 1.122 7 2.501c0 1.208-.86 2.217-2 2.449v4.563a2.48 2.48 0 0 1 1.5-.512h.107q-.255.499-.407 1.05a1.49 1.49 0 0 0-1.131 1.022c.345.081.657.24.931.446zM4.5 4C5.327 4 6 3.327 6 2.5S5.327 1 4.5 1S3 1.673 3 2.5S3.673 4 4.5 4M6 13.5c0-.827-.673-1.5-1.5-1.5S3 12.673 3 13.5S3.673 15 4.5 15S6 14.327 6 13.5m10-2a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.5 0a.5.5 0 0 0-.5-.5h-2V9a.5.5 0 0 0-1 0v2H9a.5.5 0 0 0 0 1h2v1.889a.5.5 0 0 0 1 0V12h2a.5.5 0 0 0 .5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.22 6.501A2.5 2.5 0 0 1 9 5.5C9 4.121 10.121 3 11.5 3S14 4.121 14 5.5c0 .358-.083.694-.219 1.002a5.5 5.5 0 0 0-.946-.331c.102-.203.166-.428.166-.671c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5c0 .242.063.468.166.671a5.5 5.5 0 0 0-.946.331zm-3.219 5.016a5.46 5.46 0 0 0 .828 2.872A2.5 2.5 0 0 1 4.5 16A2.5 2.5 0 0 1 2 13.5c0-1.208.86-2.217 2-2.449V4.95a2.5 2.5 0 0 1-2-2.449c0-1.379 1.121-2.5 2.5-2.5S7 1.122 7 2.501c0 1.208-.86 2.217-2 2.449v4.563a2.48 2.48 0 0 1 1.5-.512h.107q-.255.499-.407 1.05a1.49 1.49 0 0 0-1.131 1.022c.345.081.657.24.931.446zM4.5 4C5.327 4 6 3.327 6 2.5S5.327 1 4.5 1S3 1.673 3 2.5S3.673 4 4.5 4M6 13.5c0-.827-.673-1.5-1.5-1.5S3 12.673 3 13.5S3.673 15 4.5 15S6 14.327 6 13.5m10-2a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.5 0a.5.5 0 0 0-.5-.5h-2V9a.5.5 0 0 0-1 0v2H9a.5.5 0 0 0 0 1h2v1.889a.5.5 0 0 0 1 0V12h2a.5.5 0 0 0 .5-.5"/></svg>
</template>

CSS

.icon-git-branch-staged-changes {
  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%22M9.22%206.501A2.5%202.5%200%200%201%209%205.5C9%204.121%2010.121%203%2011.5%203S14%204.121%2014%205.5c0%20.358-.083.694-.219%201.002a5.5%205.5%200%200%200-.946-.331c.102-.203.166-.428.166-.671c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5%201.5c0%20.242.063.468.166.671a5.5%205.5%200%200%200-.946.331zm-3.219%205.016a5.46%205.46%200%200%200%20.828%202.872A2.5%202.5%200%200%201%204.5%2016A2.5%202.5%200%200%201%202%2013.5c0-1.208.86-2.217%202-2.449V4.95a2.5%202.5%200%200%201-2-2.449c0-1.379%201.121-2.5%202.5-2.5S7%201.122%207%202.501c0%201.208-.86%202.217-2%202.449v4.563a2.48%202.48%200%200%201%201.5-.512h.107q-.255.499-.407%201.05a1.49%201.49%200%200%200-1.131%201.022c.345.081.657.24.931.446zM4.5%204C5.327%204%206%203.327%206%202.5S5.327%201%204.5%201S3%201.673%203%202.5S3.673%204%204.5%204M6%2013.5c0-.827-.673-1.5-1.5-1.5S3%2012.673%203%2013.5S3.673%2015%204.5%2015S6%2014.327%206%2013.5m10-2a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-1.5%200a.5.5%200%200%200-.5-.5h-2V9a.5.5%200%200%200-1%200v2H9a.5.5%200%200%200%200%201h2v1.889a.5.5%200%200%200%201%200V12h2a.5.5%200%200%200%20.5-.5%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%22M9.22%206.501A2.5%202.5%200%200%201%209%205.5C9%204.121%2010.121%203%2011.5%203S14%204.121%2014%205.5c0%20.358-.083.694-.219%201.002a5.5%205.5%200%200%200-.946-.331c.102-.203.166-.428.166-.671c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5%201.5c0%20.242.063.468.166.671a5.5%205.5%200%200%200-.946.331zm-3.219%205.016a5.46%205.46%200%200%200%20.828%202.872A2.5%202.5%200%200%201%204.5%2016A2.5%202.5%200%200%201%202%2013.5c0-1.208.86-2.217%202-2.449V4.95a2.5%202.5%200%200%201-2-2.449c0-1.379%201.121-2.5%202.5-2.5S7%201.122%207%202.501c0%201.208-.86%202.217-2%202.449v4.563a2.48%202.48%200%200%201%201.5-.512h.107q-.255.499-.407%201.05a1.49%201.49%200%200%200-1.131%201.022c.345.081.657.24.931.446zM4.5%204C5.327%204%206%203.327%206%202.5S5.327%201%204.5%201S3%201.673%203%202.5S3.673%204%204.5%204M6%2013.5c0-.827-.673-1.5-1.5-1.5S3%2012.673%203%2013.5S3.673%2015%204.5%2015S6%2014.327%206%2013.5m10-2a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-1.5%200a.5.5%200%200%200-.5-.5h-2V9a.5.5%200%200%200-1%200v2H9a.5.5%200%200%200%200%201h2v1.889a.5.5%200%200%200%201%200V12h2a.5.5%200%200%200%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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