git pull request icon

git-pull-request-broken from Solar by 480 Design · Broken · IT · CC-BY-4.0 Attribution required.

Name
git-pull-request-broken
Set
Solar
Style
Broken
Category
IT
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More it icons from Solar

Use the git pull request icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8 19.7354C8 21.3922 6.65685 22.7354 5 22.7354C3.34315 22.7354 2 21.3922 2 19.7354C2 18.0785 3.34315 16.7354 5 16.7354C6.65685 16.7354 8 18.0785 8 19.7354Z"/><path d="M5 16.7354L5 8"/><path d="M22 19.0039C22 20.6608 20.6569 22.0039 19 22.0039C17.3431 22.0039 16 20.6608 16 19.0039C16 17.3471 17.3431 16.0039 19 16.0039C20.6569 16.0039 22 17.3471 22 19.0039Z"/><path stroke-linejoin="round" d="M15.0002 2L12.0002 5L15.0002 8M12.0002 5L16.314 5.00405C17.186 5.00405 17.7487 5.37787 18.0145 5.61058C18.1265 5.7087 18.1826 5.75776 18.2044 5.77944C18.2263 5.80112 18.2766 5.85744 18.3771 5.97008C18.6148 6.23656 18.9998 6.80422 18.9998 7.68575L19 11.8429"/><path d="M2 5C2 6.65685 3.34315 8 5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGitPullRequestBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M8 19.7354C8 21.3922 6.65685 22.7354 5 22.7354C3.34315 22.7354 2 21.3922 2 19.7354C2 18.0785 3.34315 16.7354 5 16.7354C6.65685 16.7354 8 18.0785 8 19.7354Z"/><path d="M5 16.7354L5 8"/><path d="M22 19.0039C22 20.6608 20.6569 22.0039 19 22.0039C17.3431 22.0039 16 20.6608 16 19.0039C16 17.3471 17.3431 16.0039 19 16.0039C20.6569 16.0039 22 17.3471 22 19.0039Z"/><path strokeLinejoin="round" d="M15.0002 2L12.0002 5L15.0002 8M12.0002 5L16.314 5.00405C17.186 5.00405 17.7487 5.37787 18.0145 5.61058C18.1265 5.7087 18.1826 5.75776 18.2044 5.77944C18.2263 5.80112 18.2766 5.85744 18.3771 5.97008C18.6148 6.23656 18.9998 6.80422 18.9998 7.68575L19 11.8429"/><path d="M2 5C2 6.65685 3.34315 8 5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8 19.7354C8 21.3922 6.65685 22.7354 5 22.7354C3.34315 22.7354 2 21.3922 2 19.7354C2 18.0785 3.34315 16.7354 5 16.7354C6.65685 16.7354 8 18.0785 8 19.7354Z"/><path d="M5 16.7354L5 8"/><path d="M22 19.0039C22 20.6608 20.6569 22.0039 19 22.0039C17.3431 22.0039 16 20.6608 16 19.0039C16 17.3471 17.3431 16.0039 19 16.0039C20.6569 16.0039 22 17.3471 22 19.0039Z"/><path stroke-linejoin="round" d="M15.0002 2L12.0002 5L15.0002 8M12.0002 5L16.314 5.00405C17.186 5.00405 17.7487 5.37787 18.0145 5.61058C18.1265 5.7087 18.1826 5.75776 18.2044 5.77944C18.2263 5.80112 18.2766 5.85744 18.3771 5.97008C18.6148 6.23656 18.9998 6.80422 18.9998 7.68575L19 11.8429"/><path d="M2 5C2 6.65685 3.34315 8 5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2"/></g></svg>
</template>

CSS

.icon-git-pull-request-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2019.7354C8%2021.3922%206.65685%2022.7354%205%2022.7354C3.34315%2022.7354%202%2021.3922%202%2019.7354C2%2018.0785%203.34315%2016.7354%205%2016.7354C6.65685%2016.7354%208%2018.0785%208%2019.7354Z%22%2F%3E%3Cpath%20d%3D%22M5%2016.7354L5%208%22%2F%3E%3Cpath%20d%3D%22M22%2019.0039C22%2020.6608%2020.6569%2022.0039%2019%2022.0039C17.3431%2022.0039%2016%2020.6608%2016%2019.0039C16%2017.3471%2017.3431%2016.0039%2019%2016.0039C20.6569%2016.0039%2022%2017.3471%2022%2019.0039Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.0002%202L12.0002%205L15.0002%208M12.0002%205L16.314%205.00405C17.186%205.00405%2017.7487%205.37787%2018.0145%205.61058C18.1265%205.7087%2018.1826%205.75776%2018.2044%205.77944C18.2263%205.80112%2018.2766%205.85744%2018.3771%205.97008C18.6148%206.23656%2018.9998%206.80422%2018.9998%207.68575L19%2011.8429%22%2F%3E%3Cpath%20d%3D%22M2%205C2%206.65685%203.34315%208%205%208C6.65685%208%208%206.65685%208%205C8%203.34315%206.65685%202%205%202%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2019.7354C8%2021.3922%206.65685%2022.7354%205%2022.7354C3.34315%2022.7354%202%2021.3922%202%2019.7354C2%2018.0785%203.34315%2016.7354%205%2016.7354C6.65685%2016.7354%208%2018.0785%208%2019.7354Z%22%2F%3E%3Cpath%20d%3D%22M5%2016.7354L5%208%22%2F%3E%3Cpath%20d%3D%22M22%2019.0039C22%2020.6608%2020.6569%2022.0039%2019%2022.0039C17.3431%2022.0039%2016%2020.6608%2016%2019.0039C16%2017.3471%2017.3431%2016.0039%2019%2016.0039C20.6569%2016.0039%2022%2017.3471%2022%2019.0039Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.0002%202L12.0002%205L15.0002%208M12.0002%205L16.314%205.00405C17.186%205.00405%2017.7487%205.37787%2018.0145%205.61058C18.1265%205.7087%2018.1826%205.75776%2018.2044%205.77944C18.2263%205.80112%2018.2766%205.85744%2018.3771%205.97008C18.6148%206.23656%2018.9998%206.80422%2018.9998%207.68575L19%2011.8429%22%2F%3E%3Cpath%20d%3D%22M2%205C2%206.65685%203.34315%208%205%208C6.65685%208%208%206.65685%208%205C8%203.34315%206.65685%202%205%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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