git commit icon

git-commit-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.

Name
git-commit-linear
Set
Solar
Style
Linear
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 commit 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 d="M15 11.9971C15 13.6539 13.6569 14.9971 12 14.9971C10.3431 14.9971 9 13.6539 9 11.9971C9 10.3402 10.3431 8.99707 12 8.99707C13.6569 8.99707 15 10.3402 15 11.9971Z"/><path stroke-linecap="round" d="M2 11.9971L9 11.9971"/><path stroke-linecap="round" d="M15 12.002L22 12.002"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGitCommitLinear(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 d="M15 11.9971C15 13.6539 13.6569 14.9971 12 14.9971C10.3431 14.9971 9 13.6539 9 11.9971C9 10.3402 10.3431 8.99707 12 8.99707C13.6569 8.99707 15 10.3402 15 11.9971Z"/><path strokeLinecap="round" d="M2 11.9971L9 11.9971"/><path strokeLinecap="round" d="M15 12.002L22 12.002"/></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 d="M15 11.9971C15 13.6539 13.6569 14.9971 12 14.9971C10.3431 14.9971 9 13.6539 9 11.9971C9 10.3402 10.3431 8.99707 12 8.99707C13.6569 8.99707 15 10.3402 15 11.9971Z"/><path stroke-linecap="round" d="M2 11.9971L9 11.9971"/><path stroke-linecap="round" d="M15 12.002L22 12.002"/></g></svg>
</template>

CSS

.icon-git-commit-linear {
  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%20d%3D%22M15%2011.9971C15%2013.6539%2013.6569%2014.9971%2012%2014.9971C10.3431%2014.9971%209%2013.6539%209%2011.9971C9%2010.3402%2010.3431%208.99707%2012%208.99707C13.6569%208.99707%2015%2010.3402%2015%2011.9971Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2011.9971L9%2011.9971%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2012.002L22%2012.002%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%20d%3D%22M15%2011.9971C15%2013.6539%2013.6569%2014.9971%2012%2014.9971C10.3431%2014.9971%209%2013.6539%209%2011.9971C9%2010.3402%2010.3431%208.99707%2012%208.99707C13.6569%208.99707%2015%2010.3402%2015%2011.9971Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2011.9971L9%2011.9971%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2012.002L22%2012.002%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-commit-linear.svg?color=%231a73e8&size=48