git-join-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
git-join-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the git join icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 16L12 11M5 8L5 11L19 11L19 8M5 2C6.6569 2 8 3.3432 8 5C8 6.6569 6.6569 8 5 8C3.3432 8 2 6.6569 2 5C2 3.3432 3.3432 2 5 2ZM19 2C20.6569 2 22 3.3432 22 5C22 6.6569 20.6569 8 19 8C17.3431 8 16 6.6569 16 5C16 3.3432 17.3431 2 19 2ZM12 16C13.6569 16 15 17.3431 15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19C9 17.3431 10.3431 16 12 16Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsGitJoinSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M12 16L12 11M5 8L5 11L19 11L19 8M5 2C6.6569 2 8 3.3432 8 5C8 6.6569 6.6569 8 5 8C3.3432 8 2 6.6569 2 5C2 3.3432 3.3432 2 5 2ZM19 2C20.6569 2 22 3.3432 22 5C22 6.6569 20.6569 8 19 8C17.3431 8 16 6.6569 16 5C16 3.3432 17.3431 2 19 2ZM12 16C13.6569 16 15 17.3431 15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19C9 17.3431 10.3431 16 12 16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 16L12 11M5 8L5 11L19 11L19 8M5 2C6.6569 2 8 3.3432 8 5C8 6.6569 6.6569 8 5 8C3.3432 8 2 6.6569 2 5C2 3.3432 3.3432 2 5 2ZM19 2C20.6569 2 22 3.3432 22 5C22 6.6569 20.6569 8 19 8C17.3431 8 16 6.6569 16 5C16 3.3432 17.3431 2 19 2ZM12 16C13.6569 16 15 17.3431 15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19C9 17.3431 10.3431 16 12 16Z"/></svg>
</template>

CSS

.icon-git-join-sharp {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2016L12%2011M5%208L5%2011L19%2011L19%208M5%202C6.6569%202%208%203.3432%208%205C8%206.6569%206.6569%208%205%208C3.3432%208%202%206.6569%202%205C2%203.3432%203.3432%202%205%202ZM19%202C20.6569%202%2022%203.3432%2022%205C22%206.6569%2020.6569%208%2019%208C17.3431%208%2016%206.6569%2016%205C16%203.3432%2017.3431%202%2019%202ZM12%2016C13.6569%2016%2015%2017.3431%2015%2019C15%2020.6569%2013.6569%2022%2012%2022C10.3431%2022%209%2020.6569%209%2019C9%2017.3431%2010.3431%2016%2012%2016Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2016L12%2011M5%208L5%2011L19%2011L19%208M5%202C6.6569%202%208%203.3432%208%205C8%206.6569%206.6569%208%205%208C3.3432%208%202%206.6569%202%205C2%203.3432%203.3432%202%205%202ZM19%202C20.6569%202%2022%203.3432%2022%205C22%206.6569%2020.6569%208%2019%208C17.3431%208%2016%206.6569%2016%205C16%203.3432%2017.3431%202%2019%202ZM12%2016C13.6569%2016%2015%2017.3431%2015%2019C15%2020.6569%2013.6569%2022%2012%2022C10.3431%2022%209%2020.6569%209%2019C9%2017.3431%2010.3431%2016%2012%2016Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/git-join-sharp.svg?color=%231a73e8&size=48