git branch changes icon

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

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

Related icons in Codicons

Use the git branch 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.502a5.5 5.5 0 0 1 .946-.331A1.5 1.5 0 0 1 10 5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5c0 .243-.064.468-.166.671q.492.123.946.331a2.5 2.5 0 0 0 .219-1.002c0-1.379-1.121-2.5-2.5-2.5a2.5 2.5 0 0 0-2.5 2.5c0 .358.084.694.22 1.001zm-4.15 4.567v.002a1.49 1.49 0 0 1 1.13-1.022q.151-.551.407-1.05H6.5c-.565 0-1.081.195-1.5.512V4.948c1.14-.232 2-1.242 2-2.449c0-1.379-1.121-2.5-2.5-2.5a2.5 2.5 0 0 0-2.5 2.5c0 1.208.86 2.217 2 2.449v6.101c-1.14.232-2 1.242-2 2.449c0 1.379 1.121 2.5 2.5 2.5a2.5 2.5 0 0 0 2.329-1.611a5.46 5.46 0 0 1-.828-2.872a2.5 2.5 0 0 0-.931-.446M2.999 2.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5S5.326 4 4.499 4s-1.5-.673-1.5-1.5m1.5 12.5c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5s1.5.673 1.5 1.5s-.673 1.5-1.5 1.5m7-8a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.416 5.317a.5.5 0 0 1-.5.866L12 12.366V14a.5.5 0 0 1-1 0v-1.634l-1.415.817a.5.5 0 0 1-.5-.866L10.5 11.5l-1.415-.817a.5.5 0 0 1 .5-.866l1.415.817V9a.5.5 0 0 1 1 0v1.634l1.415-.817a.5.5 0 0 1 .5.866L12.5 11.5z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconGitBranchChanges(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.502a5.5 5.5 0 0 1 .946-.331A1.5 1.5 0 0 1 10 5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5c0 .243-.064.468-.166.671q.492.123.946.331a2.5 2.5 0 0 0 .219-1.002c0-1.379-1.121-2.5-2.5-2.5a2.5 2.5 0 0 0-2.5 2.5c0 .358.084.694.22 1.001zm-4.15 4.567v.002a1.49 1.49 0 0 1 1.13-1.022q.151-.551.407-1.05H6.5c-.565 0-1.081.195-1.5.512V4.948c1.14-.232 2-1.242 2-2.449c0-1.379-1.121-2.5-2.5-2.5a2.5 2.5 0 0 0-2.5 2.5c0 1.208.86 2.217 2 2.449v6.101c-1.14.232-2 1.242-2 2.449c0 1.379 1.121 2.5 2.5 2.5a2.5 2.5 0 0 0 2.329-1.611a5.46 5.46 0 0 1-.828-2.872a2.5 2.5 0 0 0-.931-.446M2.999 2.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5S5.326 4 4.499 4s-1.5-.673-1.5-1.5m1.5 12.5c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5s1.5.673 1.5 1.5s-.673 1.5-1.5 1.5m7-8a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.416 5.317a.5.5 0 0 1-.5.866L12 12.366V14a.5.5 0 0 1-1 0v-1.634l-1.415.817a.5.5 0 0 1-.5-.866L10.5 11.5l-1.415-.817a.5.5 0 0 1 .5-.866l1.415.817V9a.5.5 0 0 1 1 0v1.634l1.415-.817a.5.5 0 0 1 .5.866L12.5 11.5z"/></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.502a5.5 5.5 0 0 1 .946-.331A1.5 1.5 0 0 1 10 5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5c0 .243-.064.468-.166.671q.492.123.946.331a2.5 2.5 0 0 0 .219-1.002c0-1.379-1.121-2.5-2.5-2.5a2.5 2.5 0 0 0-2.5 2.5c0 .358.084.694.22 1.001zm-4.15 4.567v.002a1.49 1.49 0 0 1 1.13-1.022q.151-.551.407-1.05H6.5c-.565 0-1.081.195-1.5.512V4.948c1.14-.232 2-1.242 2-2.449c0-1.379-1.121-2.5-2.5-2.5a2.5 2.5 0 0 0-2.5 2.5c0 1.208.86 2.217 2 2.449v6.101c-1.14.232-2 1.242-2 2.449c0 1.379 1.121 2.5 2.5 2.5a2.5 2.5 0 0 0 2.329-1.611a5.46 5.46 0 0 1-.828-2.872a2.5 2.5 0 0 0-.931-.446M2.999 2.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5S5.326 4 4.499 4s-1.5-.673-1.5-1.5m1.5 12.5c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5s1.5.673 1.5 1.5s-.673 1.5-1.5 1.5m7-8a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m2.416 5.317a.5.5 0 0 1-.5.866L12 12.366V14a.5.5 0 0 1-1 0v-1.634l-1.415.817a.5.5 0 0 1-.5-.866L10.5 11.5l-1.415-.817a.5.5 0 0 1 .5-.866l1.415.817V9a.5.5 0 0 1 1 0v1.634l1.415-.817a.5.5 0 0 1 .5.866L12.5 11.5z"/></svg>
</template>

CSS

.icon-git-branch-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.502a5.5%205.5%200%200%201%20.946-.331A1.5%201.5%200%200%201%2010%205.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5c0%20.243-.064.468-.166.671q.492.123.946.331a2.5%202.5%200%200%200%20.219-1.002c0-1.379-1.121-2.5-2.5-2.5a2.5%202.5%200%200%200-2.5%202.5c0%20.358.084.694.22%201.001zm-4.15%204.567v.002a1.49%201.49%200%200%201%201.13-1.022q.151-.551.407-1.05H6.5c-.565%200-1.081.195-1.5.512V4.948c1.14-.232%202-1.242%202-2.449c0-1.379-1.121-2.5-2.5-2.5a2.5%202.5%200%200%200-2.5%202.5c0%201.208.86%202.217%202%202.449v6.101c-1.14.232-2%201.242-2%202.449c0%201.379%201.121%202.5%202.5%202.5a2.5%202.5%200%200%200%202.329-1.611a5.46%205.46%200%200%201-.828-2.872a2.5%202.5%200%200%200-.931-.446M2.999%202.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5S5.326%204%204.499%204s-1.5-.673-1.5-1.5m1.5%2012.5c-.827%200-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5s1.5.673%201.5%201.5s-.673%201.5-1.5%201.5m7-8a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.416%205.317a.5.5%200%200%201-.5.866L12%2012.366V14a.5.5%200%200%201-1%200v-1.634l-1.415.817a.5.5%200%200%201-.5-.866L10.5%2011.5l-1.415-.817a.5.5%200%200%201%20.5-.866l1.415.817V9a.5.5%200%200%201%201%200v1.634l1.415-.817a.5.5%200%200%201%20.5.866L12.5%2011.5z%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.502a5.5%205.5%200%200%201%20.946-.331A1.5%201.5%200%200%201%2010%205.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5c0%20.243-.064.468-.166.671q.492.123.946.331a2.5%202.5%200%200%200%20.219-1.002c0-1.379-1.121-2.5-2.5-2.5a2.5%202.5%200%200%200-2.5%202.5c0%20.358.084.694.22%201.001zm-4.15%204.567v.002a1.49%201.49%200%200%201%201.13-1.022q.151-.551.407-1.05H6.5c-.565%200-1.081.195-1.5.512V4.948c1.14-.232%202-1.242%202-2.449c0-1.379-1.121-2.5-2.5-2.5a2.5%202.5%200%200%200-2.5%202.5c0%201.208.86%202.217%202%202.449v6.101c-1.14.232-2%201.242-2%202.449c0%201.379%201.121%202.5%202.5%202.5a2.5%202.5%200%200%200%202.329-1.611a5.46%205.46%200%200%201-.828-2.872a2.5%202.5%200%200%200-.931-.446M2.999%202.5c0-.827.673-1.5%201.5-1.5s1.5.673%201.5%201.5S5.326%204%204.499%204s-1.5-.673-1.5-1.5m1.5%2012.5c-.827%200-1.5-.673-1.5-1.5s.673-1.5%201.5-1.5s1.5.673%201.5%201.5s-.673%201.5-1.5%201.5m7-8a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m2.416%205.317a.5.5%200%200%201-.5.866L12%2012.366V14a.5.5%200%200%201-1%200v-1.634l-1.415.817a.5.5%200%200%201-.5-.866L10.5%2011.5l-1.415-.817a.5.5%200%200%201%20.5-.866l1.415.817V9a.5.5%200%200%201%201%200v1.634l1.415-.817a.5.5%200%200%201%20.5.866L12.5%2011.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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