github from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
github
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the github icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.35 16.88c0 .07-.07.12-.17.12S9 17 9 16.88s.08-.12.17-.12s.18.05.18.12m-1-.15c0 .07 0 .15.14.17a.15.15 0 0 0 .2-.07c0-.07 0-.14-.14-.17s-.18 0-.2.07m1.42-.05c-.09 0-.15.08-.14.16s.09.11.19.09s.15-.09.14-.16s-.09-.1-.19-.09M11.9 4A7.83 7.83 0 0 0 4 12.07A8.29 8.29 0 0 0 9.47 20c.41.07.56-.19.56-.4v-2s-2.26.5-2.74-1c0 0-.36-1-.89-1.21c0 0-.74-.52.05-.51a1.67 1.67 0 0 1 1.24.85a1.69 1.69 0 0 0 2.36.69a1.83 1.83 0 0 1 .51-1.11c-1.8-.21-3.62-.47-3.62-3.66A2.54 2.54 0 0 1 7.7 9.7a3.2 3.2 0 0 1 .08-2.24c.68-.22 2.23.89 2.23.89a7.46 7.46 0 0 1 4.05 0s1.55-1.11 2.23-.89a3.14 3.14 0 0 1 .08 2.24a2.6 2.6 0 0 1 .83 1.95c0 3.2-1.9 3.45-3.7 3.66a2 2 0 0 1 .5 1.5v2.77a.42.42 0 0 0 .56.4A8.22 8.22 0 0 0 20 12.07A8 8 0 0 0 11.9 4M7.14 15.41v.17a.12.12 0 0 0 .17 0s0-.11 0-.18s-.13-.03-.17.01m-.35-.27s0 .1.07.13a.09.09 0 0 0 .14 0s0-.1-.07-.13s-.12-.03-.14 0m1 1.18v.21c0 .07.17.08.21 0s0-.14 0-.21s-.13-.05-.17 0Zm-.37-.49v.2c0 .08.14.11.19.08a.16.16 0 0 0 0-.21c-.05-.08-.13-.11-.19-.07"/></svg>

React

import type { SVGProps } from "react";

export function PrimeGithub(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="M9.35 16.88c0 .07-.07.12-.17.12S9 17 9 16.88s.08-.12.17-.12s.18.05.18.12m-1-.15c0 .07 0 .15.14.17a.15.15 0 0 0 .2-.07c0-.07 0-.14-.14-.17s-.18 0-.2.07m1.42-.05c-.09 0-.15.08-.14.16s.09.11.19.09s.15-.09.14-.16s-.09-.1-.19-.09M11.9 4A7.83 7.83 0 0 0 4 12.07A8.29 8.29 0 0 0 9.47 20c.41.07.56-.19.56-.4v-2s-2.26.5-2.74-1c0 0-.36-1-.89-1.21c0 0-.74-.52.05-.51a1.67 1.67 0 0 1 1.24.85a1.69 1.69 0 0 0 2.36.69a1.83 1.83 0 0 1 .51-1.11c-1.8-.21-3.62-.47-3.62-3.66A2.54 2.54 0 0 1 7.7 9.7a3.2 3.2 0 0 1 .08-2.24c.68-.22 2.23.89 2.23.89a7.46 7.46 0 0 1 4.05 0s1.55-1.11 2.23-.89a3.14 3.14 0 0 1 .08 2.24a2.6 2.6 0 0 1 .83 1.95c0 3.2-1.9 3.45-3.7 3.66a2 2 0 0 1 .5 1.5v2.77a.42.42 0 0 0 .56.4A8.22 8.22 0 0 0 20 12.07A8 8 0 0 0 11.9 4M7.14 15.41v.17a.12.12 0 0 0 .17 0s0-.11 0-.18s-.13-.03-.17.01m-.35-.27s0 .1.07.13a.09.09 0 0 0 .14 0s0-.1-.07-.13s-.12-.03-.14 0m1 1.18v.21c0 .07.17.08.21 0s0-.14 0-.21s-.13-.05-.17 0Zm-.37-.49v.2c0 .08.14.11.19.08a.16.16 0 0 0 0-.21c-.05-.08-.13-.11-.19-.07"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.35 16.88c0 .07-.07.12-.17.12S9 17 9 16.88s.08-.12.17-.12s.18.05.18.12m-1-.15c0 .07 0 .15.14.17a.15.15 0 0 0 .2-.07c0-.07 0-.14-.14-.17s-.18 0-.2.07m1.42-.05c-.09 0-.15.08-.14.16s.09.11.19.09s.15-.09.14-.16s-.09-.1-.19-.09M11.9 4A7.83 7.83 0 0 0 4 12.07A8.29 8.29 0 0 0 9.47 20c.41.07.56-.19.56-.4v-2s-2.26.5-2.74-1c0 0-.36-1-.89-1.21c0 0-.74-.52.05-.51a1.67 1.67 0 0 1 1.24.85a1.69 1.69 0 0 0 2.36.69a1.83 1.83 0 0 1 .51-1.11c-1.8-.21-3.62-.47-3.62-3.66A2.54 2.54 0 0 1 7.7 9.7a3.2 3.2 0 0 1 .08-2.24c.68-.22 2.23.89 2.23.89a7.46 7.46 0 0 1 4.05 0s1.55-1.11 2.23-.89a3.14 3.14 0 0 1 .08 2.24a2.6 2.6 0 0 1 .83 1.95c0 3.2-1.9 3.45-3.7 3.66a2 2 0 0 1 .5 1.5v2.77a.42.42 0 0 0 .56.4A8.22 8.22 0 0 0 20 12.07A8 8 0 0 0 11.9 4M7.14 15.41v.17a.12.12 0 0 0 .17 0s0-.11 0-.18s-.13-.03-.17.01m-.35-.27s0 .1.07.13a.09.09 0 0 0 .14 0s0-.1-.07-.13s-.12-.03-.14 0m1 1.18v.21c0 .07.17.08.21 0s0-.14 0-.21s-.13-.05-.17 0Zm-.37-.49v.2c0 .08.14.11.19.08a.16.16 0 0 0 0-.21c-.05-.08-.13-.11-.19-.07"/></svg>
</template>

CSS

.icon-github {
  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%22M9.35%2016.88c0%20.07-.07.12-.17.12S9%2017%209%2016.88s.08-.12.17-.12s.18.05.18.12m-1-.15c0%20.07%200%20.15.14.17a.15.15%200%200%200%20.2-.07c0-.07%200-.14-.14-.17s-.18%200-.2.07m1.42-.05c-.09%200-.15.08-.14.16s.09.11.19.09s.15-.09.14-.16s-.09-.1-.19-.09M11.9%204A7.83%207.83%200%200%200%204%2012.07A8.29%208.29%200%200%200%209.47%2020c.41.07.56-.19.56-.4v-2s-2.26.5-2.74-1c0%200-.36-1-.89-1.21c0%200-.74-.52.05-.51a1.67%201.67%200%200%201%201.24.85a1.69%201.69%200%200%200%202.36.69a1.83%201.83%200%200%201%20.51-1.11c-1.8-.21-3.62-.47-3.62-3.66A2.54%202.54%200%200%201%207.7%209.7a3.2%203.2%200%200%201%20.08-2.24c.68-.22%202.23.89%202.23.89a7.46%207.46%200%200%201%204.05%200s1.55-1.11%202.23-.89a3.14%203.14%200%200%201%20.08%202.24a2.6%202.6%200%200%201%20.83%201.95c0%203.2-1.9%203.45-3.7%203.66a2%202%200%200%201%20.5%201.5v2.77a.42.42%200%200%200%20.56.4A8.22%208.22%200%200%200%2020%2012.07A8%208%200%200%200%2011.9%204M7.14%2015.41v.17a.12.12%200%200%200%20.17%200s0-.11%200-.18s-.13-.03-.17.01m-.35-.27s0%20.1.07.13a.09.09%200%200%200%20.14%200s0-.1-.07-.13s-.12-.03-.14%200m1%201.18v.21c0%20.07.17.08.21%200s0-.14%200-.21s-.13-.05-.17%200Zm-.37-.49v.2c0%20.08.14.11.19.08a.16.16%200%200%200%200-.21c-.05-.08-.13-.11-.19-.07%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%22M9.35%2016.88c0%20.07-.07.12-.17.12S9%2017%209%2016.88s.08-.12.17-.12s.18.05.18.12m-1-.15c0%20.07%200%20.15.14.17a.15.15%200%200%200%20.2-.07c0-.07%200-.14-.14-.17s-.18%200-.2.07m1.42-.05c-.09%200-.15.08-.14.16s.09.11.19.09s.15-.09.14-.16s-.09-.1-.19-.09M11.9%204A7.83%207.83%200%200%200%204%2012.07A8.29%208.29%200%200%200%209.47%2020c.41.07.56-.19.56-.4v-2s-2.26.5-2.74-1c0%200-.36-1-.89-1.21c0%200-.74-.52.05-.51a1.67%201.67%200%200%201%201.24.85a1.69%201.69%200%200%200%202.36.69a1.83%201.83%200%200%201%20.51-1.11c-1.8-.21-3.62-.47-3.62-3.66A2.54%202.54%200%200%201%207.7%209.7a3.2%203.2%200%200%201%20.08-2.24c.68-.22%202.23.89%202.23.89a7.46%207.46%200%200%201%204.05%200s1.55-1.11%202.23-.89a3.14%203.14%200%200%201%20.08%202.24a2.6%202.6%200%200%201%20.83%201.95c0%203.2-1.9%203.45-3.7%203.66a2%202%200%200%201%20.5%201.5v2.77a.42.42%200%200%200%20.56.4A8.22%208.22%200%200%200%2020%2012.07A8%208%200%200%200%2011.9%204M7.14%2015.41v.17a.12.12%200%200%200%20.17%200s0-.11%200-.18s-.13-.03-.17.01m-.35-.27s0%20.1.07.13a.09.09%200%200%200%20.14%200s0-.1-.07-.13s-.12-.03-.14%200m1%201.18v.21c0%20.07.17.08.21%200s0-.14%200-.21s-.13-.05-.17%200Zm-.37-.49v.2c0%20.08.14.11.19.08a.16.16%200%200%200%200-.21c-.05-.08-.13-.11-.19-.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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