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

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

Use the gitcode logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.585 4.586l.486-.274q.032.17.06.303c.032.158.06.289.072.418c.103 1.118.665 1.941 1.462 2.127c1.165.27 2.264-.177 2.856-1.164c.711-1.184.403-2.634-.808-3.507C16.346.061 12.647-.609 8.663.56C.072 3.095-2.867 13.65 3.23 20.122c2.608 2.769 5.92 3.964 9.68 3.873c4.817-.113 8.285-2.513 10.5-6.674c1.57-2.952-.137-6.178-3.405-6.849a21 21 0 0 0-5.675-.362a4.8 4.8 0 0 0-1.805.548c-.625.325-.805.998-.735 1.666c.065.608.531.972 1.086 1.064c1.118.175 2.25.277 3.378.37c.327.027.657.03.986.033c.473.005.944.01 1.405.086c1.314.217 1.766 1.284 1.09 2.425a4.7 4.7 0 0 1-.577.766a6.55 6.55 0 0 1-3.318 1.964c-2.333.57-4.669.603-6.99-.13c-2.645-.835-4.221-2.777-4.277-5.392A9.1 9.1 0 0 1 5.76 8.907c.36-.654.558-1.327.503-2.067a26 26 0 0 1-.05-.972l-.025-.565q.401.084.792.212c1.011.406 2.007.592 3.102.294a5.6 5.6 0 0 1 1.902-.122a4.76 4.76 0 0 0 2.921-.714c.218-.128.439-.251.681-.387"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGitcode(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="m15.585 4.586l.486-.274q.032.17.06.303c.032.158.06.289.072.418c.103 1.118.665 1.941 1.462 2.127c1.165.27 2.264-.177 2.856-1.164c.711-1.184.403-2.634-.808-3.507C16.346.061 12.647-.609 8.663.56C.072 3.095-2.867 13.65 3.23 20.122c2.608 2.769 5.92 3.964 9.68 3.873c4.817-.113 8.285-2.513 10.5-6.674c1.57-2.952-.137-6.178-3.405-6.849a21 21 0 0 0-5.675-.362a4.8 4.8 0 0 0-1.805.548c-.625.325-.805.998-.735 1.666c.065.608.531.972 1.086 1.064c1.118.175 2.25.277 3.378.37c.327.027.657.03.986.033c.473.005.944.01 1.405.086c1.314.217 1.766 1.284 1.09 2.425a4.7 4.7 0 0 1-.577.766a6.55 6.55 0 0 1-3.318 1.964c-2.333.57-4.669.603-6.99-.13c-2.645-.835-4.221-2.777-4.277-5.392A9.1 9.1 0 0 1 5.76 8.907c.36-.654.558-1.327.503-2.067a26 26 0 0 1-.05-.972l-.025-.565q.401.084.792.212c1.011.406 2.007.592 3.102.294a5.6 5.6 0 0 1 1.902-.122a4.76 4.76 0 0 0 2.921-.714c.218-.128.439-.251.681-.387"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.585 4.586l.486-.274q.032.17.06.303c.032.158.06.289.072.418c.103 1.118.665 1.941 1.462 2.127c1.165.27 2.264-.177 2.856-1.164c.711-1.184.403-2.634-.808-3.507C16.346.061 12.647-.609 8.663.56C.072 3.095-2.867 13.65 3.23 20.122c2.608 2.769 5.92 3.964 9.68 3.873c4.817-.113 8.285-2.513 10.5-6.674c1.57-2.952-.137-6.178-3.405-6.849a21 21 0 0 0-5.675-.362a4.8 4.8 0 0 0-1.805.548c-.625.325-.805.998-.735 1.666c.065.608.531.972 1.086 1.064c1.118.175 2.25.277 3.378.37c.327.027.657.03.986.033c.473.005.944.01 1.405.086c1.314.217 1.766 1.284 1.09 2.425a4.7 4.7 0 0 1-.577.766a6.55 6.55 0 0 1-3.318 1.964c-2.333.57-4.669.603-6.99-.13c-2.645-.835-4.221-2.777-4.277-5.392A9.1 9.1 0 0 1 5.76 8.907c.36-.654.558-1.327.503-2.067a26 26 0 0 1-.05-.972l-.025-.565q.401.084.792.212c1.011.406 2.007.592 3.102.294a5.6 5.6 0 0 1 1.902-.122a4.76 4.76 0 0 0 2.921-.714c.218-.128.439-.251.681-.387"/></svg>
</template>

CSS

.icon-gitcode {
  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%22m15.585%204.586l.486-.274q.032.17.06.303c.032.158.06.289.072.418c.103%201.118.665%201.941%201.462%202.127c1.165.27%202.264-.177%202.856-1.164c.711-1.184.403-2.634-.808-3.507C16.346.061%2012.647-.609%208.663.56C.072%203.095-2.867%2013.65%203.23%2020.122c2.608%202.769%205.92%203.964%209.68%203.873c4.817-.113%208.285-2.513%2010.5-6.674c1.57-2.952-.137-6.178-3.405-6.849a21%2021%200%200%200-5.675-.362a4.8%204.8%200%200%200-1.805.548c-.625.325-.805.998-.735%201.666c.065.608.531.972%201.086%201.064c1.118.175%202.25.277%203.378.37c.327.027.657.03.986.033c.473.005.944.01%201.405.086c1.314.217%201.766%201.284%201.09%202.425a4.7%204.7%200%200%201-.577.766a6.55%206.55%200%200%201-3.318%201.964c-2.333.57-4.669.603-6.99-.13c-2.645-.835-4.221-2.777-4.277-5.392A9.1%209.1%200%200%201%205.76%208.907c.36-.654.558-1.327.503-2.067a26%2026%200%200%201-.05-.972l-.025-.565q.401.084.792.212c1.011.406%202.007.592%203.102.294a5.6%205.6%200%200%201%201.902-.122a4.76%204.76%200%200%200%202.921-.714c.218-.128.439-.251.681-.387%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%22m15.585%204.586l.486-.274q.032.17.06.303c.032.158.06.289.072.418c.103%201.118.665%201.941%201.462%202.127c1.165.27%202.264-.177%202.856-1.164c.711-1.184.403-2.634-.808-3.507C16.346.061%2012.647-.609%208.663.56C.072%203.095-2.867%2013.65%203.23%2020.122c2.608%202.769%205.92%203.964%209.68%203.873c4.817-.113%208.285-2.513%2010.5-6.674c1.57-2.952-.137-6.178-3.405-6.849a21%2021%200%200%200-5.675-.362a4.8%204.8%200%200%200-1.805.548c-.625.325-.805.998-.735%201.666c.065.608.531.972%201.086%201.064c1.118.175%202.25.277%203.378.37c.327.027.657.03.986.033c.473.005.944.01%201.405.086c1.314.217%201.766%201.284%201.09%202.425a4.7%204.7%200%200%201-.577.766a6.55%206.55%200%200%201-3.318%201.964c-2.333.57-4.669.603-6.99-.13c-2.645-.835-4.221-2.777-4.277-5.392A9.1%209.1%200%200%201%205.76%208.907c.36-.654.558-1.327.503-2.067a26%2026%200%200%201-.05-.972l-.025-.565q.401.084.792.212c1.011.406%202.007.592%203.102.294a5.6%205.6%200%200%201%201.902-.122a4.76%204.76%200%200%200%202.921-.714c.218-.128.439-.251.681-.387%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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