The Tabler git branch deleted icon visually represents the removal or deletion of a Git branch, commonly used in UIs to signify that a specific line of development has been closed or merged and is no longer active.
Common uses
- Indicating a merged and deleted branch in a Git history view.
- Signifying the completion of a feature branch.
- Representing a 'cleanup' action related to branches.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGitBranchDeleted } from '@tabler/icons-react';
<IconGitBranchDeleted size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Version control
- Keywords
- codeversion controlcommandgitbranchdeletedversioningrepositorytrackingrevisiongit delete branchbranch removedclosed branchgit cleanup
FAQ
- What does the git branch deleted icon signify?
- This icon signifies the deletion of a Git branch. It's used to show that a particular development path has been removed, often after its changes have been integrated into another branch.
- How do I use the git branch deleted icon in React?
- You can import and use it in your React application with the following statement: import { IconGitBranchDeleted } from '@tabler/icons-react'.
- What is the license for the Tabler git branch deleted icon?
- The Tabler icon library, including the git branch deleted icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.