git join icon
git-join-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- git-join-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
git-arrow-rightgit-branchgit-branch-minusgit-branch-plusgit-checkgit-commit-horizontalgit-commit-verticalgit-comparegit-compare-arrowsgit-connectiongit-forkgit-graphgit-mergegit-merge-conflictgit-pull-requestgit-pull-request-arrowgit-pull-request-closedgit-pull-request-creategit-pull-request-create-arrowgit-pull-request-draftgit-pull-request-plusgit-refreshgit-returngit-x
Use the git join 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M5 1C7.0711 1 9 2.929 9 5C9 7.0711 7.0711 9 5 9C2.929 9 1 7.0711 1 5C1 2.929 2.929 1 5 1ZM19 1C21.0711 1 23 2.929 23 5C23 7.0711 21.0711 9 19 9C16.9289 9 15 7.0711 15 5C15 2.929 16.9289 1 19 1ZM12 15C14.0711 15 16 16.9289 16 19C16 21.0711 14.0711 23 12 23C9.9289 23 8 21.0711 8 19C8 16.9289 9.9289 15 12 15Z" stroke="none"/><path d="M12 16L12 11M5 8L5 11L19 11L19 8"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsGitJoinSharpDuotone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M5 1C7.0711 1 9 2.929 9 5C9 7.0711 7.0711 9 5 9C2.929 9 1 7.0711 1 5C1 2.929 2.929 1 5 1ZM19 1C21.0711 1 23 2.929 23 5C23 7.0711 21.0711 9 19 9C16.9289 9 15 7.0711 15 5C15 2.929 16.9289 1 19 1ZM12 15C14.0711 15 16 16.9289 16 19C16 21.0711 14.0711 23 12 23C9.9289 23 8 21.0711 8 19C8 16.9289 9.9289 15 12 15Z" stroke="none"/><path d="M12 16L12 11M5 8L5 11L19 11L19 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M5 1C7.0711 1 9 2.929 9 5C9 7.0711 7.0711 9 5 9C2.929 9 1 7.0711 1 5C1 2.929 2.929 1 5 1ZM19 1C21.0711 1 23 2.929 23 5C23 7.0711 21.0711 9 19 9C16.9289 9 15 7.0711 15 5C15 2.929 16.9289 1 19 1ZM12 15C14.0711 15 16 16.9289 16 19C16 21.0711 14.0711 23 12 23C9.9289 23 8 21.0711 8 19C8 16.9289 9.9289 15 12 15Z" stroke="none"/><path d="M12 16L12 11M5 8L5 11L19 11L19 8"/></g></svg> </template>
CSS
.icon-git-join-sharp-duotone {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5%201C7.0711%201%209%202.929%209%205C9%207.0711%207.0711%209%205%209C2.929%209%201%207.0711%201%205C1%202.929%202.929%201%205%201ZM19%201C21.0711%201%2023%202.929%2023%205C23%207.0711%2021.0711%209%2019%209C16.9289%209%2015%207.0711%2015%205C15%202.929%2016.9289%201%2019%201ZM12%2015C14.0711%2015%2016%2016.9289%2016%2019C16%2021.0711%2014.0711%2023%2012%2023C9.9289%2023%208%2021.0711%208%2019C8%2016.9289%209.9289%2015%2012%2015Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%2016L12%2011M5%208L5%2011L19%2011L19%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5%201C7.0711%201%209%202.929%209%205C9%207.0711%207.0711%209%205%209C2.929%209%201%207.0711%201%205C1%202.929%202.929%201%205%201ZM19%201C21.0711%201%2023%202.929%2023%205C23%207.0711%2021.0711%209%2019%209C16.9289%209%2015%207.0711%2015%205C15%202.929%2016.9289%201%2019%201ZM12%2015C14.0711%2015%2016%2016.9289%2016%2019C16%2021.0711%2014.0711%2023%2012%2023C9.9289%2023%208%2021.0711%208%2019C8%2016.9289%209.9289%2015%2012%2015Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%2016L12%2011M5%208L5%2011L19%2011L19%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/keyline-icons/git-join-sharp-duotone.svg?color=%231a73e8&size=48