The Lucide git branch minus icon visually represents the deletion or removal of a Git branch, commonly used in UI elements to signify an action that removes a version control branch.
Common uses
- Button to delete a Git branch in a repository management tool.
- Action item in a Git workflow interface for branch cleanup.
- Status indicator for a branch that has been removed or merged and is no longer active.
Use it in React
Install
npm i lucide-reactImport & render
import { GitBranchMinus } from 'lucide-react';
<GitBranchMinus size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- codeversion controlvcsrepositorydeleteremove-gitbranchminusgit delete branchremove branchvcs branch removecode branch minus
FAQ
- What does the git branch minus icon represent?
- This icon represents the action of deleting or removing a Git branch from a repository. It's used to signify the removal of a specific line of development.
- How do I use the git branch minus icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { GitBranchMinus } from 'lucide-react'. Then render it as <GitBranchMinus />.
- What is the license for the Lucide git branch minus icon?
- The Lucide icon library, including the git branch minus icon, is available under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →