precommit from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
precommit
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the precommit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.563 0-1.127.215-1.557.645L.645 10.443c-.86.86-.86 2.254 0 3.114l9.798 9.798c.86.86 2.254.86 3.114 0l9.798-9.798c.86-.86.86-2.254 0-3.114L13.557.645A2.2 2.2 0 0 0 12 0m0 1.74c.493 0 .987.186 1.361.56l8.339 8.34c.75.75.75 1.973 0 2.722L13.361 21.7c-.374.375-.868.56-1.361.56s-.987-.185-1.361-.56L2.3 13.361a1.93 1.93 0 0 1 0-2.722L10.639 2.3c.374-.375.868-.56 1.361-.56m0 .62c-.333 0-.664.127-.92.382L2.742 11.08a1.295 1.295 0 0 0 0 1.84l8.338 8.338a1.296 1.296 0 0 0 1.84 0l8.338-8.338a1.295 1.295 0 0 0 0-1.84L12.92 2.742A1.3 1.3 0 0 0 12 2.36M9.207 7.624h3.959q.824 0 1.4.238q.578.24.942.633q.362.393.527.897a3.34 3.34 0 0 1 0 2.084q-.165.51-.527.902a2.6 2.6 0 0 1-.942.633q-.576.239-1.4.238h-2.043v3.156H9.207zm1.916 1.484v2.657h1.514q.332 0 .64-.05a1.5 1.5 0 0 0 .547-.193a1.05 1.05 0 0 0 .38-.404q.141-.26.142-.682q0-.42-.143-.681a1.05 1.05 0 0 0-.379-.404a1.5 1.5 0 0 0-.547-.194a4 4 0 0 0-.64-.049z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPrecommit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.563 0-1.127.215-1.557.645L.645 10.443c-.86.86-.86 2.254 0 3.114l9.798 9.798c.86.86 2.254.86 3.114 0l9.798-9.798c.86-.86.86-2.254 0-3.114L13.557.645A2.2 2.2 0 0 0 12 0m0 1.74c.493 0 .987.186 1.361.56l8.339 8.34c.75.75.75 1.973 0 2.722L13.361 21.7c-.374.375-.868.56-1.361.56s-.987-.185-1.361-.56L2.3 13.361a1.93 1.93 0 0 1 0-2.722L10.639 2.3c.374-.375.868-.56 1.361-.56m0 .62c-.333 0-.664.127-.92.382L2.742 11.08a1.295 1.295 0 0 0 0 1.84l8.338 8.338a1.296 1.296 0 0 0 1.84 0l8.338-8.338a1.295 1.295 0 0 0 0-1.84L12.92 2.742A1.3 1.3 0 0 0 12 2.36M9.207 7.624h3.959q.824 0 1.4.238q.578.24.942.633q.362.393.527.897a3.34 3.34 0 0 1 0 2.084q-.165.51-.527.902a2.6 2.6 0 0 1-.942.633q-.576.239-1.4.238h-2.043v3.156H9.207zm1.916 1.484v2.657h1.514q.332 0 .64-.05a1.5 1.5 0 0 0 .547-.193a1.05 1.05 0 0 0 .38-.404q.141-.26.142-.682q0-.42-.143-.681a1.05 1.05 0 0 0-.379-.404a1.5 1.5 0 0 0-.547-.194a4 4 0 0 0-.64-.049z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.563 0-1.127.215-1.557.645L.645 10.443c-.86.86-.86 2.254 0 3.114l9.798 9.798c.86.86 2.254.86 3.114 0l9.798-9.798c.86-.86.86-2.254 0-3.114L13.557.645A2.2 2.2 0 0 0 12 0m0 1.74c.493 0 .987.186 1.361.56l8.339 8.34c.75.75.75 1.973 0 2.722L13.361 21.7c-.374.375-.868.56-1.361.56s-.987-.185-1.361-.56L2.3 13.361a1.93 1.93 0 0 1 0-2.722L10.639 2.3c.374-.375.868-.56 1.361-.56m0 .62c-.333 0-.664.127-.92.382L2.742 11.08a1.295 1.295 0 0 0 0 1.84l8.338 8.338a1.296 1.296 0 0 0 1.84 0l8.338-8.338a1.295 1.295 0 0 0 0-1.84L12.92 2.742A1.3 1.3 0 0 0 12 2.36M9.207 7.624h3.959q.824 0 1.4.238q.578.24.942.633q.362.393.527.897a3.34 3.34 0 0 1 0 2.084q-.165.51-.527.902a2.6 2.6 0 0 1-.942.633q-.576.239-1.4.238h-2.043v3.156H9.207zm1.916 1.484v2.657h1.514q.332 0 .64-.05a1.5 1.5 0 0 0 .547-.193a1.05 1.05 0 0 0 .38-.404q.141-.26.142-.682q0-.42-.143-.681a1.05 1.05 0 0 0-.379-.404a1.5 1.5 0 0 0-.547-.194a4 4 0 0 0-.64-.049z"/></svg>
</template>

CSS

.icon-precommit {
  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%22currentColor%22%20d%3D%22M12%200c-.563%200-1.127.215-1.557.645L.645%2010.443c-.86.86-.86%202.254%200%203.114l9.798%209.798c.86.86%202.254.86%203.114%200l9.798-9.798c.86-.86.86-2.254%200-3.114L13.557.645A2.2%202.2%200%200%200%2012%200m0%201.74c.493%200%20.987.186%201.361.56l8.339%208.34c.75.75.75%201.973%200%202.722L13.361%2021.7c-.374.375-.868.56-1.361.56s-.987-.185-1.361-.56L2.3%2013.361a1.93%201.93%200%200%201%200-2.722L10.639%202.3c.374-.375.868-.56%201.361-.56m0%20.62c-.333%200-.664.127-.92.382L2.742%2011.08a1.295%201.295%200%200%200%200%201.84l8.338%208.338a1.296%201.296%200%200%200%201.84%200l8.338-8.338a1.295%201.295%200%200%200%200-1.84L12.92%202.742A1.3%201.3%200%200%200%2012%202.36M9.207%207.624h3.959q.824%200%201.4.238q.578.24.942.633q.362.393.527.897a3.34%203.34%200%200%201%200%202.084q-.165.51-.527.902a2.6%202.6%200%200%201-.942.633q-.576.239-1.4.238h-2.043v3.156H9.207zm1.916%201.484v2.657h1.514q.332%200%20.64-.05a1.5%201.5%200%200%200%20.547-.193a1.05%201.05%200%200%200%20.38-.404q.141-.26.142-.682q0-.42-.143-.681a1.05%201.05%200%200%200-.379-.404a1.5%201.5%200%200%200-.547-.194a4%204%200%200%200-.64-.049z%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%22currentColor%22%20d%3D%22M12%200c-.563%200-1.127.215-1.557.645L.645%2010.443c-.86.86-.86%202.254%200%203.114l9.798%209.798c.86.86%202.254.86%203.114%200l9.798-9.798c.86-.86.86-2.254%200-3.114L13.557.645A2.2%202.2%200%200%200%2012%200m0%201.74c.493%200%20.987.186%201.361.56l8.339%208.34c.75.75.75%201.973%200%202.722L13.361%2021.7c-.374.375-.868.56-1.361.56s-.987-.185-1.361-.56L2.3%2013.361a1.93%201.93%200%200%201%200-2.722L10.639%202.3c.374-.375.868-.56%201.361-.56m0%20.62c-.333%200-.664.127-.92.382L2.742%2011.08a1.295%201.295%200%200%200%200%201.84l8.338%208.338a1.296%201.296%200%200%200%201.84%200l8.338-8.338a1.295%201.295%200%200%200%200-1.84L12.92%202.742A1.3%201.3%200%200%200%2012%202.36M9.207%207.624h3.959q.824%200%201.4.238q.578.24.942.633q.362.393.527.897a3.34%203.34%200%200%201%200%202.084q-.165.51-.527.902a2.6%202.6%200%200%201-.942.633q-.576.239-1.4.238h-2.043v3.156H9.207zm1.916%201.484v2.657h1.514q.332%200%20.64-.05a1.5%201.5%200%200%200%20.547-.193a1.05%201.05%200%200%200%20.38-.404q.141-.26.142-.682q0-.42-.143-.681a1.05%201.05%200%200%200-.379-.404a1.5%201.5%200%200%200-.547-.194a4%204%200%200%200-.64-.049z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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