brand github icon

brand-github from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
brand-github
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Humbleicons

Use the brand 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="round" stroke-linejoin="round" stroke-width="2" d="M8.5 21c2-2-.5-6 3.5-6m0 0c-3 0-7-1-7-5c0-1.445.116-2.89.963-4V3L9 4.283C9.821 4.101 10.81 4 12 4s2.178.1 3 .283L18 3v2.952c.88 1.116 1 2.582 1 4.048c0 4-4 5-7 5m0 0c4 0 1.5 4 3.5 6M3 15c3 0 1.5 4 6 3"/></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsBrandGithub(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="round" strokeLinejoin="round" strokeWidth="2" d="M8.5 21c2-2-.5-6 3.5-6m0 0c-3 0-7-1-7-5c0-1.445.116-2.89.963-4V3L9 4.283C9.821 4.101 10.81 4 12 4s2.178.1 3 .283L18 3v2.952c.88 1.116 1 2.582 1 4.048c0 4-4 5-7 5m0 0c4 0 1.5 4 3.5 6M3 15c3 0 1.5 4 6 3"/></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="round" stroke-linejoin="round" stroke-width="2" d="M8.5 21c2-2-.5-6 3.5-6m0 0c-3 0-7-1-7-5c0-1.445.116-2.89.963-4V3L9 4.283C9.821 4.101 10.81 4 12 4s2.178.1 3 .283L18 3v2.952c.88 1.116 1 2.582 1 4.048c0 4-4 5-7 5m0 0c4 0 1.5 4 3.5 6M3 15c3 0 1.5 4 6 3"/></svg>
</template>

CSS

.icon-brand-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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.5%2021c2-2-.5-6%203.5-6m0%200c-3%200-7-1-7-5c0-1.445.116-2.89.963-4V3L9%204.283C9.821%204.101%2010.81%204%2012%204s2.178.1%203%20.283L18%203v2.952c.88%201.116%201%202.582%201%204.048c0%204-4%205-7%205m0%200c4%200%201.5%204%203.5%206M3%2015c3%200%201.5%204%206%203%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%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8.5%2021c2-2-.5-6%203.5-6m0%200c-3%200-7-1-7-5c0-1.445.116-2.89.963-4V3L9%204.283C9.821%204.101%2010.81%204%2012%204s2.178.1%203%20.283L18%203v2.952c.88%201.116%201%202.582%201%204.048c0%204-4%205-7%205m0%200c4%200%201.5%204%203.5%206M3%2015c3%200%201.5%204%206%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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