git pull request draft icon

git-pull-request-draft from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
git-pull-request-draft
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the git pull request draft icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 3.5a2.5 2.5 0 1 0-3 2.45v4.101c-1.14.232-2 1.242-2 2.449C1 13.879 2.122 15 3.5 15S6 13.879 6 12.5c0-1.208-.86-2.217-2-2.449V5.95A2.5 2.5 0 0 0 6 3.5m-1 9c0 .827-.673 1.5-1.5 1.5S2 13.327 2 12.5S2.673 11 3.5 11s1.5.673 1.5 1.5M3.5 5C2.67 5 2 4.33 2 3.5S2.67 2 3.5 2S5 2.67 5 3.5S4.33 5 3.5 5m9 5a2.503 2.503 0 0 0-2.5 2.5c0 1.379 1.122 2.5 2.5 2.5s2.5-1.121 2.5-2.5s-1.122-2.5-2.5-2.5m0 4c-.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.5m-1-6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m0-4a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconGitPullRequestDraft(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="M6 3.5a2.5 2.5 0 1 0-3 2.45v4.101c-1.14.232-2 1.242-2 2.449C1 13.879 2.122 15 3.5 15S6 13.879 6 12.5c0-1.208-.86-2.217-2-2.449V5.95A2.5 2.5 0 0 0 6 3.5m-1 9c0 .827-.673 1.5-1.5 1.5S2 13.327 2 12.5S2.673 11 3.5 11s1.5.673 1.5 1.5M3.5 5C2.67 5 2 4.33 2 3.5S2.67 2 3.5 2S5 2.67 5 3.5S4.33 5 3.5 5m9 5a2.503 2.503 0 0 0-2.5 2.5c0 1.379 1.122 2.5 2.5 2.5s2.5-1.121 2.5-2.5s-1.122-2.5-2.5-2.5m0 4c-.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.5m-1-6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m0-4a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 3.5a2.5 2.5 0 1 0-3 2.45v4.101c-1.14.232-2 1.242-2 2.449C1 13.879 2.122 15 3.5 15S6 13.879 6 12.5c0-1.208-.86-2.217-2-2.449V5.95A2.5 2.5 0 0 0 6 3.5m-1 9c0 .827-.673 1.5-1.5 1.5S2 13.327 2 12.5S2.673 11 3.5 11s1.5.673 1.5 1.5M3.5 5C2.67 5 2 4.33 2 3.5S2.67 2 3.5 2S5 2.67 5 3.5S4.33 5 3.5 5m9 5a2.503 2.503 0 0 0-2.5 2.5c0 1.379 1.122 2.5 2.5 2.5s2.5-1.121 2.5-2.5s-1.122-2.5-2.5-2.5m0 4c-.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.5m-1-6.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m0-4a1 1 0 1 1 2 0a1 1 0 0 1-2 0"/></svg>
</template>

CSS

.icon-git-pull-request-draft {
  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%22M6%203.5a2.5%202.5%200%201%200-3%202.45v4.101c-1.14.232-2%201.242-2%202.449C1%2013.879%202.122%2015%203.5%2015S6%2013.879%206%2012.5c0-1.208-.86-2.217-2-2.449V5.95A2.5%202.5%200%200%200%206%203.5m-1%209c0%20.827-.673%201.5-1.5%201.5S2%2013.327%202%2012.5S2.673%2011%203.5%2011s1.5.673%201.5%201.5M3.5%205C2.67%205%202%204.33%202%203.5S2.67%202%203.5%202S5%202.67%205%203.5S4.33%205%203.5%205m9%205a2.503%202.503%200%200%200-2.5%202.5c0%201.379%201.122%202.5%202.5%202.5s2.5-1.121%202.5-2.5s-1.122-2.5-2.5-2.5m0%204c-.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.5m-1-6.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m0-4a1%201%200%201%201%202%200a1%201%200%200%201-2%200%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%22M6%203.5a2.5%202.5%200%201%200-3%202.45v4.101c-1.14.232-2%201.242-2%202.449C1%2013.879%202.122%2015%203.5%2015S6%2013.879%206%2012.5c0-1.208-.86-2.217-2-2.449V5.95A2.5%202.5%200%200%200%206%203.5m-1%209c0%20.827-.673%201.5-1.5%201.5S2%2013.327%202%2012.5S2.673%2011%203.5%2011s1.5.673%201.5%201.5M3.5%205C2.67%205%202%204.33%202%203.5S2.67%202%203.5%202S5%202.67%205%203.5S4.33%205%203.5%205m9%205a2.503%202.503%200%200%200-2.5%202.5c0%201.379%201.122%202.5%202.5%202.5s2.5-1.121%202.5-2.5s-1.122-2.5-2.5-2.5m0%204c-.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.5m-1-6.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m0-4a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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