git pull request done icon

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

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

Related icons in Codicons

Use the git pull request done icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 3.146a.5.5 0 0 0-.707 0L11 12.294l-1.146-1.146a.5.5 0 1 0-.708.707l1.5 1.5a.5.5 0 0 0 .707 0l2.5-2.5a.5.5 0 0 0 0-.707M3.5 1A2.5 2.5 0 0 1 4 5.95v4.1c1.14.233 2 1.242 2 2.45C6 13.879 4.878 15 3.5 15A2.503 2.503 0 0 1 1 12.5c0-1.207.86-2.217 2-2.45v-4.1A2.5 2.5 0 0 1 3.5 1m0 10c-.827 0-1.5.673-1.5 1.5S2.673 14 3.5 14S5 13.327 5 12.5S4.327 11 3.5 11m0-9C2.67 2 2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5S4.33 2 3.5 2" clip-rule="evenodd"/><path d="M9.15 1.15c.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 0l-2-2c-.2-.19-.2-.51 0-.7z"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconGitPullRequestDone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fillRule="evenodd" d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 3.146a.5.5 0 0 0-.707 0L11 12.294l-1.146-1.146a.5.5 0 1 0-.708.707l1.5 1.5a.5.5 0 0 0 .707 0l2.5-2.5a.5.5 0 0 0 0-.707M3.5 1A2.5 2.5 0 0 1 4 5.95v4.1c1.14.233 2 1.242 2 2.45C6 13.879 4.878 15 3.5 15A2.503 2.503 0 0 1 1 12.5c0-1.207.86-2.217 2-2.45v-4.1A2.5 2.5 0 0 1 3.5 1m0 10c-.827 0-1.5.673-1.5 1.5S2.673 14 3.5 14S5 13.327 5 12.5S4.327 11 3.5 11m0-9C2.67 2 2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5S4.33 2 3.5 2" clipRule="evenodd"/><path d="M9.15 1.15c.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 0l-2-2c-.2-.19-.2-.51 0-.7z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M11.5 7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m2.354 3.146a.5.5 0 0 0-.707 0L11 12.294l-1.146-1.146a.5.5 0 1 0-.708.707l1.5 1.5a.5.5 0 0 0 .707 0l2.5-2.5a.5.5 0 0 0 0-.707M3.5 1A2.5 2.5 0 0 1 4 5.95v4.1c1.14.233 2 1.242 2 2.45C6 13.879 4.878 15 3.5 15A2.503 2.503 0 0 1 1 12.5c0-1.207.86-2.217 2-2.45v-4.1A2.5 2.5 0 0 1 3.5 1m0 10c-.827 0-1.5.673-1.5 1.5S2.673 14 3.5 14S5 13.327 5 12.5S4.327 11 3.5 11m0-9C2.67 2 2 2.67 2 3.5S2.67 5 3.5 5S5 4.33 5 3.5S4.33 2 3.5 2" clip-rule="evenodd"/><path d="M9.15 1.15c.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 0l-2-2c-.2-.19-.2-.51 0-.7z"/></g></svg>
</template>

CSS

.icon-git-pull-request-done {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.354%203.146a.5.5%200%200%200-.707%200L11%2012.294l-1.146-1.146a.5.5%200%201%200-.708.707l1.5%201.5a.5.5%200%200%200%20.707%200l2.5-2.5a.5.5%200%200%200%200-.707M3.5%201A2.5%202.5%200%200%201%204%205.95v4.1c1.14.233%202%201.242%202%202.45C6%2013.879%204.878%2015%203.5%2015A2.503%202.503%200%200%201%201%2012.5c0-1.207.86-2.217%202-2.45v-4.1A2.5%202.5%200%200%201%203.5%201m0%2010c-.827%200-1.5.673-1.5%201.5S2.673%2014%203.5%2014S5%2013.327%205%2012.5S4.327%2011%203.5%2011m0-9C2.67%202%202%202.67%202%203.5S2.67%205%203.5%205S5%204.33%205%203.5S4.33%202%203.5%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.15%201.15c.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%200l-2-2c-.2-.19-.2-.51%200-.7z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m2.354%203.146a.5.5%200%200%200-.707%200L11%2012.294l-1.146-1.146a.5.5%200%201%200-.708.707l1.5%201.5a.5.5%200%200%200%20.707%200l2.5-2.5a.5.5%200%200%200%200-.707M3.5%201A2.5%202.5%200%200%201%204%205.95v4.1c1.14.233%202%201.242%202%202.45C6%2013.879%204.878%2015%203.5%2015A2.503%202.503%200%200%201%201%2012.5c0-1.207.86-2.217%202-2.45v-4.1A2.5%202.5%200%200%201%203.5%201m0%2010c-.827%200-1.5.673-1.5%201.5S2.673%2014%203.5%2014S5%2013.327%205%2012.5S4.327%2011%203.5%2011m0-9C2.67%202%202%202.67%202%203.5S2.67%205%203.5%205S5%204.33%205%203.5S4.33%202%203.5%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9.15%201.15c.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%200l-2-2c-.2-.19-.2-.51%200-.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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