git fork icon

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

Name
git-fork-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 fork 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-width="1.5"><path stroke-linecap="round" d="M2 5C2 6.65685 3.34315 8 5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2"/><path d="M22 5C22 6.65686 20.6569 8 19 8C17.3431 8 16 6.65686 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z"/><path d="M15 19.0039C15 20.6608 13.6569 22.0039 12 22.0039C10.3431 22.0039 9 20.6608 9 19.0039C9 17.3471 10.3431 16.0039 12 16.0039C13.6569 16.0039 15 17.3471 15 19.0039Z"/><path stroke-linecap="round" d="M12 15.999L12 12"/><path stroke-linecap="round" d="M19 8C19 9.88562 19 10.8284 17.9749 11.4142C16.9497 12 15.2998 12 12 12C8.70017 12 7.05025 12 6.02513 11.4142C5 10.8284 5 9.88562 5 8"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGitForkBroken(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" strokeWidth="1.5"><path strokeLinecap="round" d="M2 5C2 6.65685 3.34315 8 5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2"/><path d="M22 5C22 6.65686 20.6569 8 19 8C17.3431 8 16 6.65686 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z"/><path d="M15 19.0039C15 20.6608 13.6569 22.0039 12 22.0039C10.3431 22.0039 9 20.6608 9 19.0039C9 17.3471 10.3431 16.0039 12 16.0039C13.6569 16.0039 15 17.3471 15 19.0039Z"/><path strokeLinecap="round" d="M12 15.999L12 12"/><path strokeLinecap="round" d="M19 8C19 9.88562 19 10.8284 17.9749 11.4142C16.9497 12 15.2998 12 12 12C8.70017 12 7.05025 12 6.02513 11.4142C5 10.8284 5 9.88562 5 8"/></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-width="1.5"><path stroke-linecap="round" d="M2 5C2 6.65685 3.34315 8 5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2"/><path d="M22 5C22 6.65686 20.6569 8 19 8C17.3431 8 16 6.65686 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z"/><path d="M15 19.0039C15 20.6608 13.6569 22.0039 12 22.0039C10.3431 22.0039 9 20.6608 9 19.0039C9 17.3471 10.3431 16.0039 12 16.0039C13.6569 16.0039 15 17.3471 15 19.0039Z"/><path stroke-linecap="round" d="M12 15.999L12 12"/><path stroke-linecap="round" d="M19 8C19 9.88562 19 10.8284 17.9749 11.4142C16.9497 12 15.2998 12 12 12C8.70017 12 7.05025 12 6.02513 11.4142C5 10.8284 5 9.88562 5 8"/></g></svg>
</template>

CSS

.icon-git-fork-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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%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%3Cpath%20d%3D%22M22%205C22%206.65686%2020.6569%208%2019%208C17.3431%208%2016%206.65686%2016%205C16%203.34315%2017.3431%202%2019%202C20.6569%202%2022%203.34315%2022%205Z%22%2F%3E%3Cpath%20d%3D%22M15%2019.0039C15%2020.6608%2013.6569%2022.0039%2012%2022.0039C10.3431%2022.0039%209%2020.6608%209%2019.0039C9%2017.3471%2010.3431%2016.0039%2012%2016.0039C13.6569%2016.0039%2015%2017.3471%2015%2019.0039Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015.999L12%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%208C19%209.88562%2019%2010.8284%2017.9749%2011.4142C16.9497%2012%2015.2998%2012%2012%2012C8.70017%2012%207.05025%2012%206.02513%2011.4142C5%2010.8284%205%209.88562%205%208%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%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%3Cpath%20d%3D%22M22%205C22%206.65686%2020.6569%208%2019%208C17.3431%208%2016%206.65686%2016%205C16%203.34315%2017.3431%202%2019%202C20.6569%202%2022%203.34315%2022%205Z%22%2F%3E%3Cpath%20d%3D%22M15%2019.0039C15%2020.6608%2013.6569%2022.0039%2012%2022.0039C10.3431%2022.0039%209%2020.6608%209%2019.0039C9%2017.3471%2010.3431%2016.0039%2012%2016.0039C13.6569%2016.0039%2015%2017.3471%2015%2019.0039Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2015.999L12%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%208C19%209.88562%2019%2010.8284%2017.9749%2011.4142C16.9497%2012%2015.2998%2012%2012%2012C8.70017%2012%207.05025%2012%206.02513%2011.4142C5%2010.8284%205%209.88562%205%208%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-fork-broken.svg?color=%231a73e8&size=48