pull-request-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
pull-request-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
mr-outline, pull-request, pull-request-outline

The same icon in other sets

Use the pull request icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1M752 860a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96M384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1m-160 0a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m96 600a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignPullRequestOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1M752 860a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96M384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1m-160 0a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m96 600a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1M752 860a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96M384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1m-160 0a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m96 600a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0"/></svg>
</template>

CSS

.icon-pull-request-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M788%20705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7%20202.3a7.14%207.14%200%200%200%200%2011.3l127.5%20100.8c4.7%203.7%2011.7.4%2011.7-5.7V240h114v465.9c-44.2%2015-76%2056.9-76%20106.1c0%2061.8%2050.2%20112%20112%20112s112-50.2%20112-112c.1-49.2-31.7-91-75.9-106.1M752%20860a48.01%2048.01%200%200%201%200-96a48.01%2048.01%200%200%201%200%2096M384%20212c0-61.8-50.2-112-112-112s-112%2050.2-112%20112c0%2049.2%2031.8%2091%2076%20106.1V706c-44.2%2015-76%2056.9-76%20106.1c0%2061.8%2050.2%20112%20112%20112s112-50.2%20112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1%2076-56.9%2076-106.1m-160%200a48.01%2048.01%200%200%201%2096%200a48.01%2048.01%200%200%201-96%200m96%20600a48.01%2048.01%200%200%201-96%200a48.01%2048.01%200%200%201%2096%200%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M788%20705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7%20202.3a7.14%207.14%200%200%200%200%2011.3l127.5%20100.8c4.7%203.7%2011.7.4%2011.7-5.7V240h114v465.9c-44.2%2015-76%2056.9-76%20106.1c0%2061.8%2050.2%20112%20112%20112s112-50.2%20112-112c.1-49.2-31.7-91-75.9-106.1M752%20860a48.01%2048.01%200%200%201%200-96a48.01%2048.01%200%200%201%200%2096M384%20212c0-61.8-50.2-112-112-112s-112%2050.2-112%20112c0%2049.2%2031.8%2091%2076%20106.1V706c-44.2%2015-76%2056.9-76%20106.1c0%2061.8%2050.2%20112%20112%20112s112-50.2%20112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1%2076-56.9%2076-106.1m-160%200a48.01%2048.01%200%200%201%2096%200a48.01%2048.01%200%200%201-96%200m96%20600a48.01%2048.01%200%200%201-96%200a48.01%2048.01%200%200%201%2096%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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