git pull request create icon
git-pull-request-create from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- git-pull-request-create
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
git-branchgit-branch-changesgit-branch-compactgit-branch-conflictsgit-branch-staged-changesgit-commitgit-comparegit-fetchgit-lensgit-mergegit-pull-requestgit-pull-request-closedgit-pull-request-commentgit-pull-request-donegit-pull-request-draftgit-pull-request-errorgit-pull-request-go-to-changesgit-pull-request-new-changesgit-stashgit-stash-applygit-stash-pop
Use the git pull request create icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.15 3.85c-.2-.19-.2-.51 0-.7l2-2c.19-.2.51-.2.7 0c.2.19.2.51 0 .7L8.71 3h1.79A2.5 2.5 0 0 1 13 5.5v.713a5.4 5.4 0 0 0-1-.188V5.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0zM4 5.95v4.101c1.14.232 2 1.241 2 2.449C6 13.879 4.878 15 3.5 15A2.503 2.503 0 0 1 1 12.5c0-1.207.86-2.217 2-2.449V5.95a2.5 2.5 0 1 1 1 0M3.5 11c-.827 0-1.5.673-1.5 1.5S2.673 14 3.5 14S5 13.327 5 12.5S4.327 11 3.5 11M5 3.5C5 2.67 4.33 2 3.5 2S2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5m11 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.5 0a.5.5 0 0 0-.5-.5h-2V9a.5.5 0 0 0-1 0v2H9a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function CodiconGitPullRequestCreate(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="M7.15 3.85c-.2-.19-.2-.51 0-.7l2-2c.19-.2.51-.2.7 0c.2.19.2.51 0 .7L8.71 3h1.79A2.5 2.5 0 0 1 13 5.5v.713a5.4 5.4 0 0 0-1-.188V5.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0zM4 5.95v4.101c1.14.232 2 1.241 2 2.449C6 13.879 4.878 15 3.5 15A2.503 2.503 0 0 1 1 12.5c0-1.207.86-2.217 2-2.449V5.95a2.5 2.5 0 1 1 1 0M3.5 11c-.827 0-1.5.673-1.5 1.5S2.673 14 3.5 14S5 13.327 5 12.5S4.327 11 3.5 11M5 3.5C5 2.67 4.33 2 3.5 2S2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5m11 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.5 0a.5.5 0 0 0-.5-.5h-2V9a.5.5 0 0 0-1 0v2H9a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 .5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.15 3.85c-.2-.19-.2-.51 0-.7l2-2c.19-.2.51-.2.7 0c.2.19.2.51 0 .7L8.71 3h1.79A2.5 2.5 0 0 1 13 5.5v.713a5.4 5.4 0 0 0-1-.188V5.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0zM4 5.95v4.101c1.14.232 2 1.241 2 2.449C6 13.879 4.878 15 3.5 15A2.503 2.503 0 0 1 1 12.5c0-1.207.86-2.217 2-2.449V5.95a2.5 2.5 0 1 1 1 0M3.5 11c-.827 0-1.5.673-1.5 1.5S2.673 14 3.5 14S5 13.327 5 12.5S4.327 11 3.5 11M5 3.5C5 2.67 4.33 2 3.5 2S2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5m11 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-1.5 0a.5.5 0 0 0-.5-.5h-2V9a.5.5 0 0 0-1 0v2H9a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0v-2h2a.5.5 0 0 0 .5-.5"/></svg> </template>
CSS
.icon-git-pull-request-create {
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%22M7.15%203.85c-.2-.19-.2-.51%200-.7l2-2c.19-.2.51-.2.7%200c.2.19.2.51%200%20.7L8.71%203h1.79A2.5%202.5%200%200%201%2013%205.5v.713a5.4%205.4%200%200%200-1-.188V5.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14%201.15c.2.19.2.51%200%20.7c-.19.2-.51.2-.7%200zM4%205.95v4.101c1.14.232%202%201.241%202%202.449C6%2013.879%204.878%2015%203.5%2015A2.503%202.503%200%200%201%201%2012.5c0-1.207.86-2.217%202-2.449V5.95a2.5%202.5%200%201%201%201%200M3.5%2011c-.827%200-1.5.673-1.5%201.5S2.673%2014%203.5%2014S5%2013.327%205%2012.5S4.327%2011%203.5%2011M5%203.5C5%202.67%204.33%202%203.5%202S2%202.67%202%203.5S2.67%205%203.5%205S5%204.33%205%203.5m11%208a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-1.5%200a.5.5%200%200%200-.5-.5h-2V9a.5.5%200%200%200-1%200v2H9a.5.5%200%200%200%200%201h2v2a.5.5%200%200%200%201%200v-2h2a.5.5%200%200%200%20.5-.5%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%22M7.15%203.85c-.2-.19-.2-.51%200-.7l2-2c.19-.2.51-.2.7%200c.2.19.2.51%200%20.7L8.71%203h1.79A2.5%202.5%200%200%201%2013%205.5v.713a5.4%205.4%200%200%200-1-.188V5.5c0-.83-.67-1.5-1.5-1.5H8.71l1.14%201.15c.2.19.2.51%200%20.7c-.19.2-.51.2-.7%200zM4%205.95v4.101c1.14.232%202%201.241%202%202.449C6%2013.879%204.878%2015%203.5%2015A2.503%202.503%200%200%201%201%2012.5c0-1.207.86-2.217%202-2.449V5.95a2.5%202.5%200%201%201%201%200M3.5%2011c-.827%200-1.5.673-1.5%201.5S2.673%2014%203.5%2014S5%2013.327%205%2012.5S4.327%2011%203.5%2011M5%203.5C5%202.67%204.33%202%203.5%202S2%202.67%202%203.5S2.67%205%203.5%205S5%204.33%205%203.5m11%208a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-1.5%200a.5.5%200%200%200-.5-.5h-2V9a.5.5%200%200%200-1%200v2H9a.5.5%200%200%200%200%201h2v2a.5.5%200%200%200%201%200v-2h2a.5.5%200%200%200%20.5-.5%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-create.svg?color=%231a73e8&size=48