logo github icon
logo-github from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- logo-github
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
logo-adobe-illustratelogo-adobe-lightroomlogo-adobe-photoshoplogo-alipaylogo-androidlogo-applelogo-behancelogo-chromelogo-cinema4dlogo-cnblogo-codepenlogo-codesandboxlogo-codesignlogo-dribbblelogo-facebooklogo-figmalogo-framerlogo-gitlablogo-hiflowlogo-ielogo-instagramlogo-iwikilogo-markdownlogo-miniprogram
Use the logo github icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.508 23c0-.16-.002-.394-.005-.761c-.005-.73-.013-1.824-.013-3.081c0-1.324.441-2.172.953-2.613C6.301 16.192 3 14.992 3 9.572c0-1.553.547-2.807 1.448-3.795c-.142-.353-.636-1.8.14-3.743c0 0 1.184-.388 3.884 1.448a13.13 13.13 0 0 1 7.056 0c2.7-1.836 3.883-1.448 3.883-1.448c.777 1.942.283 3.39.141 3.743c.9.988 1.448 2.242 1.448 3.795c0 5.42-3.301 6.62-6.443 6.973c.512.441.953 1.289.953 2.613c0 1.257-.008 2.35-.013 3.08c-.003.368-.005.602-.005.762M2.5 17.5l.214.107a4 4 0 0 1 1.335 1.079l.55.688A3 3 0 0 0 6.942 20.5H8.5"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLogoGithub(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M8.508 23c0-.16-.002-.394-.005-.761c-.005-.73-.013-1.824-.013-3.081c0-1.324.441-2.172.953-2.613C6.301 16.192 3 14.992 3 9.572c0-1.553.547-2.807 1.448-3.795c-.142-.353-.636-1.8.14-3.743c0 0 1.184-.388 3.884 1.448a13.13 13.13 0 0 1 7.056 0c2.7-1.836 3.883-1.448 3.883-1.448c.777 1.942.283 3.39.141 3.743c.9.988 1.448 2.242 1.448 3.795c0 5.42-3.301 6.62-6.443 6.973c.512.441.953 1.289.953 2.613c0 1.257-.008 2.35-.013 3.08c-.003.368-.005.602-.005.762M2.5 17.5l.214.107a4 4 0 0 1 1.335 1.079l.55.688A3 3 0 0 0 6.942 20.5H8.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M8.508 23c0-.16-.002-.394-.005-.761c-.005-.73-.013-1.824-.013-3.081c0-1.324.441-2.172.953-2.613C6.301 16.192 3 14.992 3 9.572c0-1.553.547-2.807 1.448-3.795c-.142-.353-.636-1.8.14-3.743c0 0 1.184-.388 3.884 1.448a13.13 13.13 0 0 1 7.056 0c2.7-1.836 3.883-1.448 3.883-1.448c.777 1.942.283 3.39.141 3.743c.9.988 1.448 2.242 1.448 3.795c0 5.42-3.301 6.62-6.443 6.973c.512.441.953 1.289.953 2.613c0 1.257-.008 2.35-.013 3.08c-.003.368-.005.602-.005.762M2.5 17.5l.214.107a4 4 0 0 1 1.335 1.079l.55.688A3 3 0 0 0 6.942 20.5H8.5"/></svg> </template>
CSS
.icon-logo-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.508%2023c0-.16-.002-.394-.005-.761c-.005-.73-.013-1.824-.013-3.081c0-1.324.441-2.172.953-2.613C6.301%2016.192%203%2014.992%203%209.572c0-1.553.547-2.807%201.448-3.795c-.142-.353-.636-1.8.14-3.743c0%200%201.184-.388%203.884%201.448a13.13%2013.13%200%200%201%207.056%200c2.7-1.836%203.883-1.448%203.883-1.448c.777%201.942.283%203.39.141%203.743c.9.988%201.448%202.242%201.448%203.795c0%205.42-3.301%206.62-6.443%206.973c.512.441.953%201.289.953%202.613c0%201.257-.008%202.35-.013%203.08c-.003.368-.005.602-.005.762M2.5%2017.5l.214.107a4%204%200%200%201%201.335%201.079l.55.688A3%203%200%200%200%206.942%2020.5H8.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M8.508%2023c0-.16-.002-.394-.005-.761c-.005-.73-.013-1.824-.013-3.081c0-1.324.441-2.172.953-2.613C6.301%2016.192%203%2014.992%203%209.572c0-1.553.547-2.807%201.448-3.795c-.142-.353-.636-1.8.14-3.743c0%200%201.184-.388%203.884%201.448a13.13%2013.13%200%200%201%207.056%200c2.7-1.836%203.883-1.448%203.883-1.448c.777%201.942.283%203.39.141%203.743c.9.988%201.448%202.242%201.448%203.795c0%205.42-3.301%206.62-6.443%206.973c.512.441.953%201.289.953%202.613c0%201.257-.008%202.35-.013%203.08c-.003.368-.005.602-.005.762M2.5%2017.5l.214.107a4%204%200%200%201%201.335%201.079l.55.688A3%203%200%200%200%206.942%2020.5H8.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-github.svg?color=%231a73e8&size=48