github-face from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
github-face
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the github face icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.38 8.53c.16-.4.68-1.99-.17-4.14c0 0-1.31-.39-4.3 1.61c-1.25-.33-2.58-.38-3.91-.38c-1.32 0-2.66.05-3.91.38c-2.99-2.03-4.3-1.61-4.3-1.61c-.85 2.15-.33 3.74-.16 4.14C2.61 9.62 2 11 2 12.72c0 6.44 4.16 7.89 10 7.89c5.79 0 10-1.45 10-7.89c0-1.72-.61-3.1-1.62-4.19M12 19.38c-4.12 0-7.47-.19-7.47-4.19c0-.95.47-1.85 1.27-2.58c1.34-1.23 3.63-.58 6.2-.58c2.59 0 4.85-.65 6.2.58c.8.73 1.3 1.62 1.3 2.58c0 3.99-3.37 4.19-7.5 4.19m-3.14-6.26c-.82 0-1.5 1-1.5 2.22c0 1.23.68 2.24 1.5 2.24c.83 0 1.5-1 1.5-2.24c0-1.23-.67-2.22-1.5-2.22m6.28 0c-.83 0-1.5.99-1.5 2.22c0 1.24.67 2.24 1.5 2.24c.82 0 1.5-1 1.5-2.24c0-1.23-.64-2.22-1.5-2.22z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiGithubFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.38 8.53c.16-.4.68-1.99-.17-4.14c0 0-1.31-.39-4.3 1.61c-1.25-.33-2.58-.38-3.91-.38c-1.32 0-2.66.05-3.91.38c-2.99-2.03-4.3-1.61-4.3-1.61c-.85 2.15-.33 3.74-.16 4.14C2.61 9.62 2 11 2 12.72c0 6.44 4.16 7.89 10 7.89c5.79 0 10-1.45 10-7.89c0-1.72-.61-3.1-1.62-4.19M12 19.38c-4.12 0-7.47-.19-7.47-4.19c0-.95.47-1.85 1.27-2.58c1.34-1.23 3.63-.58 6.2-.58c2.59 0 4.85-.65 6.2.58c.8.73 1.3 1.62 1.3 2.58c0 3.99-3.37 4.19-7.5 4.19m-3.14-6.26c-.82 0-1.5 1-1.5 2.22c0 1.23.68 2.24 1.5 2.24c.83 0 1.5-1 1.5-2.24c0-1.23-.67-2.22-1.5-2.22m6.28 0c-.83 0-1.5.99-1.5 2.22c0 1.24.67 2.24 1.5 2.24c.82 0 1.5-1 1.5-2.24c0-1.23-.64-2.22-1.5-2.22z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.38 8.53c.16-.4.68-1.99-.17-4.14c0 0-1.31-.39-4.3 1.61c-1.25-.33-2.58-.38-3.91-.38c-1.32 0-2.66.05-3.91.38c-2.99-2.03-4.3-1.61-4.3-1.61c-.85 2.15-.33 3.74-.16 4.14C2.61 9.62 2 11 2 12.72c0 6.44 4.16 7.89 10 7.89c5.79 0 10-1.45 10-7.89c0-1.72-.61-3.1-1.62-4.19M12 19.38c-4.12 0-7.47-.19-7.47-4.19c0-.95.47-1.85 1.27-2.58c1.34-1.23 3.63-.58 6.2-.58c2.59 0 4.85-.65 6.2.58c.8.73 1.3 1.62 1.3 2.58c0 3.99-3.37 4.19-7.5 4.19m-3.14-6.26c-.82 0-1.5 1-1.5 2.22c0 1.23.68 2.24 1.5 2.24c.83 0 1.5-1 1.5-2.24c0-1.23-.67-2.22-1.5-2.22m6.28 0c-.83 0-1.5.99-1.5 2.22c0 1.24.67 2.24 1.5 2.24c.82 0 1.5-1 1.5-2.24c0-1.23-.64-2.22-1.5-2.22z" fill="currentColor"/></svg>
</template>

CSS

.icon-github-face {
  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%20d%3D%22M20.38%208.53c.16-.4.68-1.99-.17-4.14c0%200-1.31-.39-4.3%201.61c-1.25-.33-2.58-.38-3.91-.38c-1.32%200-2.66.05-3.91.38c-2.99-2.03-4.3-1.61-4.3-1.61c-.85%202.15-.33%203.74-.16%204.14C2.61%209.62%202%2011%202%2012.72c0%206.44%204.16%207.89%2010%207.89c5.79%200%2010-1.45%2010-7.89c0-1.72-.61-3.1-1.62-4.19M12%2019.38c-4.12%200-7.47-.19-7.47-4.19c0-.95.47-1.85%201.27-2.58c1.34-1.23%203.63-.58%206.2-.58c2.59%200%204.85-.65%206.2.58c.8.73%201.3%201.62%201.3%202.58c0%203.99-3.37%204.19-7.5%204.19m-3.14-6.26c-.82%200-1.5%201-1.5%202.22c0%201.23.68%202.24%201.5%202.24c.83%200%201.5-1%201.5-2.24c0-1.23-.67-2.22-1.5-2.22m6.28%200c-.83%200-1.5.99-1.5%202.22c0%201.24.67%202.24%201.5%202.24c.82%200%201.5-1%201.5-2.24c0-1.23-.64-2.22-1.5-2.22z%22%20fill%3D%22currentColor%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%20d%3D%22M20.38%208.53c.16-.4.68-1.99-.17-4.14c0%200-1.31-.39-4.3%201.61c-1.25-.33-2.58-.38-3.91-.38c-1.32%200-2.66.05-3.91.38c-2.99-2.03-4.3-1.61-4.3-1.61c-.85%202.15-.33%203.74-.16%204.14C2.61%209.62%202%2011%202%2012.72c0%206.44%204.16%207.89%2010%207.89c5.79%200%2010-1.45%2010-7.89c0-1.72-.61-3.1-1.62-4.19M12%2019.38c-4.12%200-7.47-.19-7.47-4.19c0-.95.47-1.85%201.27-2.58c1.34-1.23%203.63-.58%206.2-.58c2.59%200%204.85-.65%206.2.58c.8.73%201.3%201.62%201.3%202.58c0%203.99-3.37%204.19-7.5%204.19m-3.14-6.26c-.82%200-1.5%201-1.5%202.22c0%201.23.68%202.24%201.5%202.24c.83%200%201.5-1%201.5-2.24c0-1.23-.67-2.22-1.5-2.22m6.28%200c-.83%200-1.5.99-1.5%202.22c0%201.24.67%202.24%201.5%202.24c.82%200%201.5-1%201.5-2.24c0-1.23-.64-2.22-1.5-2.22z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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