git-graph-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
git-graph-two-tone
Set
Keyline Icons
Style
Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the git graph 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M9 5C9 7.20914 7.20914 9 5 9C2.79086 9 1 7.20914 1 5C1 2.79086 2.79086 1 5 1C7.20914 1 9 2.79086 9 5ZM23 5C23 7.20914 21.2091 9 19 9C16.7909 9 15 7.20914 15 5C15 2.79086 16.7909 1 19 1C21.2091 1 23 2.79086 23 5ZM9 18.5C9 20.7091 7.20914 22.5 5 22.5C2.79086 22.5 1 20.7091 1 18.5C1 16.2909 2.79086 14.5 5 14.5C7.20914 14.5 9 16.2909 9 18.5Z" stroke="none"/><path d="M5 15L5 8M12 21L12 3M19 8C19 10 18.8 12.4 16 14"/><path d="M5 15.5C6.65685 15.5 8 16.8431 8 18.5C8 20.1569 6.65685 21.5 5 21.5C3.34315 21.5 2 20.1569 2 18.5C2 16.8431 3.34315 15.5 5 15.5ZM5 2C6.65685 2 8 3.34315 8 5C8 6.65685 6.65685 8 5 8C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2ZM19 2C20.6569 2 22 3.34315 22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsGitGraphTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M9 5C9 7.20914 7.20914 9 5 9C2.79086 9 1 7.20914 1 5C1 2.79086 2.79086 1 5 1C7.20914 1 9 2.79086 9 5ZM23 5C23 7.20914 21.2091 9 19 9C16.7909 9 15 7.20914 15 5C15 2.79086 16.7909 1 19 1C21.2091 1 23 2.79086 23 5ZM9 18.5C9 20.7091 7.20914 22.5 5 22.5C2.79086 22.5 1 20.7091 1 18.5C1 16.2909 2.79086 14.5 5 14.5C7.20914 14.5 9 16.2909 9 18.5Z" stroke="none"/><path d="M5 15L5 8M12 21L12 3M19 8C19 10 18.8 12.4 16 14"/><path d="M5 15.5C6.65685 15.5 8 16.8431 8 18.5C8 20.1569 6.65685 21.5 5 21.5C3.34315 21.5 2 20.1569 2 18.5C2 16.8431 3.34315 15.5 5 15.5ZM5 2C6.65685 2 8 3.34315 8 5C8 6.65685 6.65685 8 5 8C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2ZM19 2C20.6569 2 22 3.34315 22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2Z"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M9 5C9 7.20914 7.20914 9 5 9C2.79086 9 1 7.20914 1 5C1 2.79086 2.79086 1 5 1C7.20914 1 9 2.79086 9 5ZM23 5C23 7.20914 21.2091 9 19 9C16.7909 9 15 7.20914 15 5C15 2.79086 16.7909 1 19 1C21.2091 1 23 2.79086 23 5ZM9 18.5C9 20.7091 7.20914 22.5 5 22.5C2.79086 22.5 1 20.7091 1 18.5C1 16.2909 2.79086 14.5 5 14.5C7.20914 14.5 9 16.2909 9 18.5Z" stroke="none"/><path d="M5 15L5 8M12 21L12 3M19 8C19 10 18.8 12.4 16 14"/><path d="M5 15.5C6.65685 15.5 8 16.8431 8 18.5C8 20.1569 6.65685 21.5 5 21.5C3.34315 21.5 2 20.1569 2 18.5C2 16.8431 3.34315 15.5 5 15.5ZM5 2C6.65685 2 8 3.34315 8 5C8 6.65685 6.65685 8 5 8C3.34315 8 2 6.65685 2 5C2 3.34315 3.34315 2 5 2ZM19 2C20.6569 2 22 3.34315 22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2Z"/></g></svg>
</template>

CSS

.icon-git-graph-two-tone {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M9%205C9%207.20914%207.20914%209%205%209C2.79086%209%201%207.20914%201%205C1%202.79086%202.79086%201%205%201C7.20914%201%209%202.79086%209%205ZM23%205C23%207.20914%2021.2091%209%2019%209C16.7909%209%2015%207.20914%2015%205C15%202.79086%2016.7909%201%2019%201C21.2091%201%2023%202.79086%2023%205ZM9%2018.5C9%2020.7091%207.20914%2022.5%205%2022.5C2.79086%2022.5%201%2020.7091%201%2018.5C1%2016.2909%202.79086%2014.5%205%2014.5C7.20914%2014.5%209%2016.2909%209%2018.5Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2015L5%208M12%2021L12%203M19%208C19%2010%2018.8%2012.4%2016%2014%22%2F%3E%3Cpath%20d%3D%22M5%2015.5C6.65685%2015.5%208%2016.8431%208%2018.5C8%2020.1569%206.65685%2021.5%205%2021.5C3.34315%2021.5%202%2020.1569%202%2018.5C2%2016.8431%203.34315%2015.5%205%2015.5ZM5%202C6.65685%202%208%203.34315%208%205C8%206.65685%206.65685%208%205%208C3.34315%208%202%206.65685%202%205C2%203.34315%203.34315%202%205%202ZM19%202C20.6569%202%2022%203.34315%2022%205C22%206.65685%2020.6569%208%2019%208C17.3431%208%2016%206.65685%2016%205C16%203.34315%2017.3431%202%2019%202Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M9%205C9%207.20914%207.20914%209%205%209C2.79086%209%201%207.20914%201%205C1%202.79086%202.79086%201%205%201C7.20914%201%209%202.79086%209%205ZM23%205C23%207.20914%2021.2091%209%2019%209C16.7909%209%2015%207.20914%2015%205C15%202.79086%2016.7909%201%2019%201C21.2091%201%2023%202.79086%2023%205ZM9%2018.5C9%2020.7091%207.20914%2022.5%205%2022.5C2.79086%2022.5%201%2020.7091%201%2018.5C1%2016.2909%202.79086%2014.5%205%2014.5C7.20914%2014.5%209%2016.2909%209%2018.5Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2015L5%208M12%2021L12%203M19%208C19%2010%2018.8%2012.4%2016%2014%22%2F%3E%3Cpath%20d%3D%22M5%2015.5C6.65685%2015.5%208%2016.8431%208%2018.5C8%2020.1569%206.65685%2021.5%205%2021.5C3.34315%2021.5%202%2020.1569%202%2018.5C2%2016.8431%203.34315%2015.5%205%2015.5ZM5%202C6.65685%202%208%203.34315%208%205C8%206.65685%206.65685%208%205%208C3.34315%208%202%206.65685%202%205C2%203.34315%203.34315%202%205%202ZM19%202C20.6569%202%2022%203.34315%2022%205C22%206.65685%2020.6569%208%2019%208C17.3431%208%2016%206.65685%2016%205C16%203.34315%2017.3431%202%2019%202Z%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-graph-two-tone.svg?color=%231a73e8&size=48