The Tabler git cherry pick icon visually represents the Git command used to apply a specific commit from one branch to another, often used in UI to signify applying a single change.
Common uses
- Button to apply a specific commit
- Menu item for cherry-picking a revision
- Indicator for a single commit being transferred
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGitCherryPick } from '@tabler/icons-react';
<IconGitCherryPick size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Version control
- Keywords
- codeversion controlcommandgitcherrypickversioningrepositorytrackingrevisiongit commit transferselect commitgit apply commitversion control cherry
FAQ
- What does the git cherry pick icon represent?
- It visually depicts the Git command 'cherry-pick', which is used to select a specific commit from one branch and apply it to another.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconGitCherryPick } from '@tabler/icons-react'.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.