git pull request error icon
git-pull-request-error from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- git-pull-request-error
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
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-creategit-pull-request-donegit-pull-request-draftgit-pull-request-go-to-changesgit-pull-request-new-changesgit-stashgit-stash-applygit-stash-pop
Use the git pull request error 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.1a2.5 2.5 0 1 0 1 0v-4.1A2.5 2.5 0 0 0 6 3.5m-1 9c0 .83-.67 1.5-1.5 1.5S2 13.33 2 12.5S2.67 11 3.5 11s1.5.67 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 5m3.65-1.15c-.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.71c-.32-.09-.66-.16-1-.19v-.53c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0l-2-2zM11.5 7C9.02 7 7 9.02 7 11.5S9.02 16 11.5 16s4.5-2.02 4.5-4.5S13.98 7 11.5 7m2 6.5c-.2.2-.51.2-.71 0l-1.29-1.29l-1.29 1.29c-.2.2-.51.2-.71 0s-.2-.51 0-.71l1.29-1.29l-1.29-1.29c-.2-.19-.2-.51 0-.71s.51-.2.71 0l1.29 1.29l1.23-1.29c.2-.2.51-.2.71 0s.2.51 0 .71l-1.23 1.29l1.29 1.29c.2.2.2.51 0 .71"/></svg>
React
import type { SVGProps } from "react";
export function CodiconGitPullRequestError(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.1a2.5 2.5 0 1 0 1 0v-4.1A2.5 2.5 0 0 0 6 3.5m-1 9c0 .83-.67 1.5-1.5 1.5S2 13.33 2 12.5S2.67 11 3.5 11s1.5.67 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 5m3.65-1.15c-.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.71c-.32-.09-.66-.16-1-.19v-.53c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0l-2-2zM11.5 7C9.02 7 7 9.02 7 11.5S9.02 16 11.5 16s4.5-2.02 4.5-4.5S13.98 7 11.5 7m2 6.5c-.2.2-.51.2-.71 0l-1.29-1.29l-1.29 1.29c-.2.2-.51.2-.71 0s-.2-.51 0-.71l1.29-1.29l-1.29-1.29c-.2-.19-.2-.51 0-.71s.51-.2.71 0l1.29 1.29l1.23-1.29c.2-.2.51-.2.71 0s.2.51 0 .71l-1.23 1.29l1.29 1.29c.2.2.2.51 0 .71"/></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.1a2.5 2.5 0 1 0 1 0v-4.1A2.5 2.5 0 0 0 6 3.5m-1 9c0 .83-.67 1.5-1.5 1.5S2 13.33 2 12.5S2.67 11 3.5 11s1.5.67 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 5m3.65-1.15c-.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.71c-.32-.09-.66-.16-1-.19v-.53c0-.83-.67-1.5-1.5-1.5H8.71l1.14 1.15c.2.19.2.51 0 .7c-.19.2-.51.2-.7 0l-2-2zM11.5 7C9.02 7 7 9.02 7 11.5S9.02 16 11.5 16s4.5-2.02 4.5-4.5S13.98 7 11.5 7m2 6.5c-.2.2-.51.2-.71 0l-1.29-1.29l-1.29 1.29c-.2.2-.51.2-.71 0s-.2-.51 0-.71l1.29-1.29l-1.29-1.29c-.2-.19-.2-.51 0-.71s.51-.2.71 0l1.29 1.29l1.23-1.29c.2-.2.51-.2.71 0s.2.51 0 .71l-1.23 1.29l1.29 1.29c.2.2.2.51 0 .71"/></svg> </template>
CSS
.icon-git-pull-request-error {
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.1a2.5%202.5%200%201%200%201%200v-4.1A2.5%202.5%200%200%200%206%203.5m-1%209c0%20.83-.67%201.5-1.5%201.5S2%2013.33%202%2012.5S2.67%2011%203.5%2011s1.5.67%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%205m3.65-1.15c-.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.71c-.32-.09-.66-.16-1-.19v-.53c0-.83-.67-1.5-1.5-1.5H8.71l1.14%201.15c.2.19.2.51%200%20.7c-.19.2-.51.2-.7%200l-2-2zM11.5%207C9.02%207%207%209.02%207%2011.5S9.02%2016%2011.5%2016s4.5-2.02%204.5-4.5S13.98%207%2011.5%207m2%206.5c-.2.2-.51.2-.71%200l-1.29-1.29l-1.29%201.29c-.2.2-.51.2-.71%200s-.2-.51%200-.71l1.29-1.29l-1.29-1.29c-.2-.19-.2-.51%200-.71s.51-.2.71%200l1.29%201.29l1.23-1.29c.2-.2.51-.2.71%200s.2.51%200%20.71l-1.23%201.29l1.29%201.29c.2.2.2.51%200%20.71%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.1a2.5%202.5%200%201%200%201%200v-4.1A2.5%202.5%200%200%200%206%203.5m-1%209c0%20.83-.67%201.5-1.5%201.5S2%2013.33%202%2012.5S2.67%2011%203.5%2011s1.5.67%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%205m3.65-1.15c-.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.71c-.32-.09-.66-.16-1-.19v-.53c0-.83-.67-1.5-1.5-1.5H8.71l1.14%201.15c.2.19.2.51%200%20.7c-.19.2-.51.2-.7%200l-2-2zM11.5%207C9.02%207%207%209.02%207%2011.5S9.02%2016%2011.5%2016s4.5-2.02%204.5-4.5S13.98%207%2011.5%207m2%206.5c-.2.2-.51.2-.71%200l-1.29-1.29l-1.29%201.29c-.2.2-.51.2-.71%200s-.2-.51%200-.71l1.29-1.29l-1.29-1.29c-.2-.19-.2-.51%200-.71s.51-.2.71%200l1.29%201.29l1.23-1.29c.2-.2.51-.2.71%200s.2.51%200%20.71l-1.23%201.29l1.29%201.29c.2.2.2.51%200%20.71%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-error.svg?color=%231a73e8&size=48