git pull request icon

git-pull-request-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
git-pull-request-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the git pull request icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-14.5 0a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M4.75 3a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 3m0 14.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 17.5m14.5 0a1.75 1.75 0 1 0 .001 3.501a1.75 1.75 0 0 0-.001-3.501"/><path fill="currentColor" d="M13.405 1.72a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75"/></svg>

React

import type { SVGProps } from "react";

export function OcticonGitPullRequest24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-14.5 0a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M4.75 3a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 3m0 14.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 17.5m14.5 0a1.75 1.75 0 1 0 .001 3.501a1.75 1.75 0 0 0-.001-3.501"/><path fill="currentColor" d="M13.405 1.72a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-14.5 0a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M4.75 3a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 3m0 14.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 17.5m14.5 0a1.75 1.75 0 1 0 .001 3.501a1.75 1.75 0 0 0-.001-3.501"/><path fill="currentColor" d="M13.405 1.72a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75"/></svg>
</template>

CSS

.icon-git-pull-request-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-14.5%200a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m0-14.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M4.75%203a1.75%201.75%200%201%200%20.001%203.501A1.75%201.75%200%200%200%204.75%203m0%2014.5a1.75%201.75%200%201%200%20.001%203.501A1.75%201.75%200%200%200%204.75%2017.5m14.5%200a1.75%201.75%200%201%200%20.001%203.501a1.75%201.75%200%200%200-.001-3.501%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.405%201.72a.75.75%200%200%201%200%201.06L12.185%204h4.065A3.75%203.75%200%200%201%2020%207.75v8.75a.75.75%200%200%201-1.5%200V7.75a2.25%202.25%200%200%200-2.25-2.25h-4.064l1.22%201.22a.75.75%200%200%201-1.061%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06l2.5-2.5a.75.75%200%200%201%201.06%200M4.75%207.25A.75.75%200%200%201%205.5%208v8A.75.75%200%200%201%204%2016V8a.75.75%200%200%201%20.75-.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-14.5%200a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m0-14.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M4.75%203a1.75%201.75%200%201%200%20.001%203.501A1.75%201.75%200%200%200%204.75%203m0%2014.5a1.75%201.75%200%201%200%20.001%203.501A1.75%201.75%200%200%200%204.75%2017.5m14.5%200a1.75%201.75%200%201%200%20.001%203.501a1.75%201.75%200%200%200-.001-3.501%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.405%201.72a.75.75%200%200%201%200%201.06L12.185%204h4.065A3.75%203.75%200%200%201%2020%207.75v8.75a.75.75%200%200%201-1.5%200V7.75a2.25%202.25%200%200%200-2.25-2.25h-4.064l1.22%201.22a.75.75%200%200%201-1.061%201.06l-2.5-2.5a.75.75%200%200%201%200-1.06l2.5-2.5a.75.75%200%200%201%201.06%200M4.75%207.25A.75.75%200%200%201%205.5%208v8A.75.75%200%200%201%204%2016V8a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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