github sponsors logo

github-sponsors from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
github-sponsors
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Related icons in Material Icon Theme

Use the github sponsors logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f06292" d="M7.984 14q-.217 0-.409-.077a1.3 1.3 0 0 1-.369-.236l-.73-.671Q4.24 11.012 2.62 9.18Q1 7.35 1 5.43q0-1.453.994-2.441q.995-.99 2.445-.989q.85 0 1.784.436C6.845 2.727 7.438 3.142 8 4c.59-.858 1.189-1.273 1.798-1.564Q10.711 2 11.561 2q1.45 0 2.445.989q.994.988.994 2.44q0 1.967-1.7 3.823A59 59 0 0 1 9.526 13l-.747.687a1.15 1.15 0 0 1-.794.313z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeGithubSponsors(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f06292" d="M7.984 14q-.217 0-.409-.077a1.3 1.3 0 0 1-.369-.236l-.73-.671Q4.24 11.012 2.62 9.18Q1 7.35 1 5.43q0-1.453.994-2.441q.995-.99 2.445-.989q.85 0 1.784.436C6.845 2.727 7.438 3.142 8 4c.59-.858 1.189-1.273 1.798-1.564Q10.711 2 11.561 2q1.45 0 2.445.989q.994.988.994 2.44q0 1.967-1.7 3.823A59 59 0 0 1 9.526 13l-.747.687a1.15 1.15 0 0 1-.794.313z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#f06292" d="M7.984 14q-.217 0-.409-.077a1.3 1.3 0 0 1-.369-.236l-.73-.671Q4.24 11.012 2.62 9.18Q1 7.35 1 5.43q0-1.453.994-2.441q.995-.99 2.445-.989q.85 0 1.784.436C6.845 2.727 7.438 3.142 8 4c.59-.858 1.189-1.273 1.798-1.564Q10.711 2 11.561 2q1.45 0 2.445.989q.994.988.994 2.44q0 1.967-1.7 3.823A59 59 0 0 1 9.526 13l-.747.687a1.15 1.15 0 0 1-.794.313z"/></svg>
</template>

CSS

.icon-github-sponsors {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%23f06292%22%20d%3D%22M7.984%2014q-.217%200-.409-.077a1.3%201.3%200%200%201-.369-.236l-.73-.671Q4.24%2011.012%202.62%209.18Q1%207.35%201%205.43q0-1.453.994-2.441q.995-.99%202.445-.989q.85%200%201.784.436C6.845%202.727%207.438%203.142%208%204c.59-.858%201.189-1.273%201.798-1.564Q10.711%202%2011.561%202q1.45%200%202.445.989q.994.988.994%202.44q0%201.967-1.7%203.823A59%2059%200%200%201%209.526%2013l-.747.687a1.15%201.15%200%200%201-.794.313z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23f06292%22%20d%3D%22M7.984%2014q-.217%200-.409-.077a1.3%201.3%200%200%201-.369-.236l-.73-.671Q4.24%2011.012%202.62%209.18Q1%207.35%201%205.43q0-1.453.994-2.441q.995-.99%202.445-.989q.85%200%201.784.436C6.845%202.727%207.438%203.142%208%204c.59-.858%201.189-1.273%201.798-1.564Q10.711%202%2011.561%202q1.45%200%202.445.989q.994.988.994%202.44q0%201.967-1.7%203.823A59%2059%200%200%201%209.526%2013l-.747.687a1.15%201.15%200%200%201-.794.313z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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