pull requests icon
pull-requests from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.
- Name
- pull-requests
- Set
- IconPark
- Style
- Color
- Category
- Connect
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More connect icons from IconPark
Use the pull requests icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M37 44C39.2091 44 41 42.2091 41 40C41 37.7909 39.2091 36 37 36C34.7909 36 33 37.7909 33 40C33 42.2091 34.7909 44 37 44Z"/><path fill="#2F88FF" d="M11 12C13.2091 12 15 10.2091 15 8C15 5.79086 13.2091 4 11 4C8.79086 4 7 5.79086 7 8C7 10.2091 8.79086 12 11 12Z"/><path fill="#2F88FF" d="M11 44C13.2091 44 15 42.2091 15 40C15 37.7909 13.2091 36 11 36C8.79086 36 7 37.7909 7 40C7 42.2091 8.79086 44 11 44Z"/><path stroke-linecap="round" d="M11 12V36"/><path stroke-linecap="round" d="M24 10H33C35.2091 10 37 11.7909 37 14V36"/><path stroke-linecap="round" d="M30 16L24 10L30 4"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPullRequests(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M37 44C39.2091 44 41 42.2091 41 40C41 37.7909 39.2091 36 37 36C34.7909 36 33 37.7909 33 40C33 42.2091 34.7909 44 37 44Z"/><path fill="#2F88FF" d="M11 12C13.2091 12 15 10.2091 15 8C15 5.79086 13.2091 4 11 4C8.79086 4 7 5.79086 7 8C7 10.2091 8.79086 12 11 12Z"/><path fill="#2F88FF" d="M11 44C13.2091 44 15 42.2091 15 40C15 37.7909 13.2091 36 11 36C8.79086 36 7 37.7909 7 40C7 42.2091 8.79086 44 11 44Z"/><path strokeLinecap="round" d="M11 12V36"/><path strokeLinecap="round" d="M24 10H33C35.2091 10 37 11.7909 37 14V36"/><path strokeLinecap="round" d="M30 16L24 10L30 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M37 44C39.2091 44 41 42.2091 41 40C41 37.7909 39.2091 36 37 36C34.7909 36 33 37.7909 33 40C33 42.2091 34.7909 44 37 44Z"/><path fill="#2F88FF" d="M11 12C13.2091 12 15 10.2091 15 8C15 5.79086 13.2091 4 11 4C8.79086 4 7 5.79086 7 8C7 10.2091 8.79086 12 11 12Z"/><path fill="#2F88FF" d="M11 44C13.2091 44 15 42.2091 15 40C15 37.7909 13.2091 36 11 36C8.79086 36 7 37.7909 7 40C7 42.2091 8.79086 44 11 44Z"/><path stroke-linecap="round" d="M11 12V36"/><path stroke-linecap="round" d="M24 10H33C35.2091 10 37 11.7909 37 14V36"/><path stroke-linecap="round" d="M30 16L24 10L30 4"/></g></svg> </template>
CSS
.icon-pull-requests {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2044C39.2091%2044%2041%2042.2091%2041%2040C41%2037.7909%2039.2091%2036%2037%2036C34.7909%2036%2033%2037.7909%2033%2040C33%2042.2091%2034.7909%2044%2037%2044Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2012C13.2091%2012%2015%2010.2091%2015%208C15%205.79086%2013.2091%204%2011%204C8.79086%204%207%205.79086%207%208C7%2010.2091%208.79086%2012%2011%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2044C13.2091%2044%2015%2042.2091%2015%2040C15%2037.7909%2013.2091%2036%2011%2036C8.79086%2036%207%2037.7909%207%2040C7%2042.2091%208.79086%2044%2011%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012V36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2010H33C35.2091%2010%2037%2011.7909%2037%2014V36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2016L24%2010L30%204%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2044C39.2091%2044%2041%2042.2091%2041%2040C41%2037.7909%2039.2091%2036%2037%2036C34.7909%2036%2033%2037.7909%2033%2040C33%2042.2091%2034.7909%2044%2037%2044Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2012C13.2091%2012%2015%2010.2091%2015%208C15%205.79086%2013.2091%204%2011%204C8.79086%204%207%205.79086%207%208C7%2010.2091%208.79086%2012%2011%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2044C13.2091%2044%2015%2042.2091%2015%2040C15%2037.7909%2013.2091%2036%2011%2036C8.79086%2036%207%2037.7909%207%2040C7%2042.2091%208.79086%2044%2011%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2012V36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2010H33C35.2091%2010%2037%2011.7909%2037%2014V36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2016L24%2010L30%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/pull-requests.svg?color=%231a73e8&size=48