John KuehJohn Kueh

git pull request draft icon

HugeIcons · GitPullRequestDraftIcon · MIT

Download SVG

The HugeIcons git pull request draft icon visually represents the concept of a draft pull request in a Git workflow, often used to signify an incomplete or unsubmitted code change proposal.

Common uses

  • Button to create a new draft pull request
  • Status indicator for pending code reviews
  • Link to a list of draft pull requests

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GitPullRequestDraftIcon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={GitPullRequestDraftIcon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
draft prcode review pendingincomplete requestgit draft

FAQ

What does the git pull request draft icon represent?
It symbolizes a draft pull request in Git, indicating a code change that is ready for review but not yet officially submitted.
How do I use the GitPullRequestDraftIcon in React?
Import both HugeiconsIcon and GitPullRequestDraftIcon, then render it using <HugeiconsIcon icon={GitPullRequestDraftIcon} />.
What is the license for this icon?
This icon is distributed under the MIT license.

Related icons

The same idea in other libraries, and near matches in HugeIcons.

Looking for something else? Search HugeIcons 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 →