pull request icon

pull-request from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
pull-request
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the pull request icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 22.142V9c0-2.206-1.794-4-4-4h-4.172l2.586-2.586L18 1l-5 5l5 5l1.414-1.414L16.828 7H21c1.103 0 2 .898 2 2v13.142c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858M24 28c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2M4 6c0 1.858 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.859-1.28-3.41-3-3.858V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6m6 20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2m0-20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPullRequest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 22.142V9c0-2.206-1.794-4-4-4h-4.172l2.586-2.586L18 1l-5 5l5 5l1.414-1.414L16.828 7H21c1.103 0 2 .898 2 2v13.142c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858M24 28c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2M4 6c0 1.858 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.859-1.28-3.41-3-3.858V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6m6 20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2m0-20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 22.142V9c0-2.206-1.794-4-4-4h-4.172l2.586-2.586L18 1l-5 5l5 5l1.414-1.414L16.828 7H21c1.103 0 2 .898 2 2v13.142c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858M24 28c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2M4 6c0 1.858 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.859-1.28-3.41-3-3.858V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6m6 20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2m0-20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2"/></svg>
</template>

CSS

.icon-pull-request {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2022.142V9c0-2.206-1.794-4-4-4h-4.172l2.586-2.586L18%201l-5%205l5%205l1.414-1.414L16.828%207H21c1.103%200%202%20.898%202%202v13.142c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.41-3-3.858M24%2028c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202M4%206c0%201.858%201.28%203.41%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.859-1.28-3.41-3-3.858V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S4%203.794%204%206m6%2020c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202m0-20c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.897%202%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%2022.142V9c0-2.206-1.794-4-4-4h-4.172l2.586-2.586L18%201l-5%205l5%205l1.414-1.414L16.828%207H21c1.103%200%202%20.898%202%202v13.142c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.41-3-3.858M24%2028c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202M4%206c0%201.858%201.28%203.41%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.859-1.28-3.41-3-3.858V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S4%203.794%204%206m6%2020c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202m0-20c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.897%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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