github-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
github-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
github, github-fill, github-outline

1 other variant in Ant Design Icons

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 1024 1024"><path fill="currentColor" d="M511.6 76.3C264.3 76.2 64 276.4 64 523.5C64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9c26.4 39.1 77.9 32.5 104 26c5.7-23.5 17.9-44.5 34.7-60.8c-140.6-25.2-199.2-111-199.2-213c0-49.5 16.3-95 48.3-131.7c-20.4-60.5 1.9-112.3 4.9-120c58.1-5.2 118.5 41.6 123.2 45.3c33-8.9 70.7-13.6 112.9-13.6c42.4 0 80.2 4.9 113.5 13.9c11.3-8.6 67.3-48.8 121.3-43.9c2.9 7.7 24.7 58.3 5.5 118c32.4 36.8 48.9 82.7 48.9 132.3c0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9c177.1-59.7 304.6-227 304.6-424.1c0-247.2-200.4-447.3-447.5-447.3"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignGithubFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M511.6 76.3C264.3 76.2 64 276.4 64 523.5C64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9c26.4 39.1 77.9 32.5 104 26c5.7-23.5 17.9-44.5 34.7-60.8c-140.6-25.2-199.2-111-199.2-213c0-49.5 16.3-95 48.3-131.7c-20.4-60.5 1.9-112.3 4.9-120c58.1-5.2 118.5 41.6 123.2 45.3c33-8.9 70.7-13.6 112.9-13.6c42.4 0 80.2 4.9 113.5 13.9c11.3-8.6 67.3-48.8 121.3-43.9c2.9 7.7 24.7 58.3 5.5 118c32.4 36.8 48.9 82.7 48.9 132.3c0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9c177.1-59.7 304.6-227 304.6-424.1c0-247.2-200.4-447.3-447.5-447.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M511.6 76.3C264.3 76.2 64 276.4 64 523.5C64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9c26.4 39.1 77.9 32.5 104 26c5.7-23.5 17.9-44.5 34.7-60.8c-140.6-25.2-199.2-111-199.2-213c0-49.5 16.3-95 48.3-131.7c-20.4-60.5 1.9-112.3 4.9-120c58.1-5.2 118.5 41.6 123.2 45.3c33-8.9 70.7-13.6 112.9-13.6c42.4 0 80.2 4.9 113.5 13.9c11.3-8.6 67.3-48.8 121.3-43.9c2.9 7.7 24.7 58.3 5.5 118c32.4 36.8 48.9 82.7 48.9 132.3c0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9c177.1-59.7 304.6-227 304.6-424.1c0-247.2-200.4-447.3-447.5-447.3"/></svg>
</template>

CSS

.icon-github-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M511.6%2076.3C264.3%2076.2%2064%20276.4%2064%20523.5C64%20718.9%20189.3%20885%20363.8%20946c23.5%205.9%2019.9-10.8%2019.9-22.2v-77.5c-135.7%2015.9-141.2-73.9-150.3-88.9C215%20726%20171.5%20718%20184.5%20703c30.9-15.9%2062.4%204%2098.9%2057.9c26.4%2039.1%2077.9%2032.5%20104%2026c5.7-23.5%2017.9-44.5%2034.7-60.8c-140.6-25.2-199.2-111-199.2-213c0-49.5%2016.3-95%2048.3-131.7c-20.4-60.5%201.9-112.3%204.9-120c58.1-5.2%20118.5%2041.6%20123.2%2045.3c33-8.9%2070.7-13.6%20112.9-13.6c42.4%200%2080.2%204.9%20113.5%2013.9c11.3-8.6%2067.3-48.8%20121.3-43.9c2.9%207.7%2024.7%2058.3%205.5%20118c32.4%2036.8%2048.9%2082.7%2048.9%20132.3c0%20102.2-59%20188.1-200%20212.9a127.5%20127.5%200%200%201%2038.1%2091v112.5c.8%209%200%2017.9%2015%2017.9c177.1-59.7%20304.6-227%20304.6-424.1c0-247.2-200.4-447.3-447.5-447.3%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M511.6%2076.3C264.3%2076.2%2064%20276.4%2064%20523.5C64%20718.9%20189.3%20885%20363.8%20946c23.5%205.9%2019.9-10.8%2019.9-22.2v-77.5c-135.7%2015.9-141.2-73.9-150.3-88.9C215%20726%20171.5%20718%20184.5%20703c30.9-15.9%2062.4%204%2098.9%2057.9c26.4%2039.1%2077.9%2032.5%20104%2026c5.7-23.5%2017.9-44.5%2034.7-60.8c-140.6-25.2-199.2-111-199.2-213c0-49.5%2016.3-95%2048.3-131.7c-20.4-60.5%201.9-112.3%204.9-120c58.1-5.2%20118.5%2041.6%20123.2%2045.3c33-8.9%2070.7-13.6%20112.9-13.6c42.4%200%2080.2%204.9%20113.5%2013.9c11.3-8.6%2067.3-48.8%20121.3-43.9c2.9%207.7%2024.7%2058.3%205.5%20118c32.4%2036.8%2048.9%2082.7%2048.9%20132.3c0%20102.2-59%20188.1-200%20212.9a127.5%20127.5%200%200%201%2038.1%2091v112.5c.8%209%200%2017.9%2015%2017.9c177.1-59.7%20304.6-227%20304.6-424.1c0-247.2-200.4-447.3-447.5-447.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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