githubsponsors logo

githubsponsors from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
githubsponsors
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the githubsponsors logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.625 1.499c-2.32 0-4.354 1.203-5.625 3.03c-1.271-1.827-3.305-3.03-5.625-3.03C3.129 1.499 0 4.253 0 8.249c0 4.275 3.068 7.847 5.828 10.227a33 33 0 0 0 5.616 3.876l.028.017l.008.003l-.001.003c.163.085.342.126.521.125c.179.001.358-.041.521-.125l-.001-.003l.008-.003l.028-.017a33 33 0 0 0 5.616-3.876C20.932 16.096 24 12.524 24 8.249c0-3.996-3.129-6.75-6.375-6.75m-.919 15.275a31 31 0 0 1-4.703 3.316l-.004-.002l-.004.002a31 31 0 0 1-4.703-3.316c-2.677-2.307-5.047-5.298-5.047-8.523c0-2.754 2.121-4.5 4.125-4.5c2.06 0 3.914 1.479 4.544 3.684c.143.495.596.797 1.086.796c.49.001.943-.302 1.085-.796c.63-2.205 2.484-3.684 4.544-3.684c2.004 0 4.125 1.746 4.125 4.5c0 3.225-2.37 6.216-5.048 8.523"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGithubsponsors(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.625 1.499c-2.32 0-4.354 1.203-5.625 3.03c-1.271-1.827-3.305-3.03-5.625-3.03C3.129 1.499 0 4.253 0 8.249c0 4.275 3.068 7.847 5.828 10.227a33 33 0 0 0 5.616 3.876l.028.017l.008.003l-.001.003c.163.085.342.126.521.125c.179.001.358-.041.521-.125l-.001-.003l.008-.003l.028-.017a33 33 0 0 0 5.616-3.876C20.932 16.096 24 12.524 24 8.249c0-3.996-3.129-6.75-6.375-6.75m-.919 15.275a31 31 0 0 1-4.703 3.316l-.004-.002l-.004.002a31 31 0 0 1-4.703-3.316c-2.677-2.307-5.047-5.298-5.047-8.523c0-2.754 2.121-4.5 4.125-4.5c2.06 0 3.914 1.479 4.544 3.684c.143.495.596.797 1.086.796c.49.001.943-.302 1.085-.796c.63-2.205 2.484-3.684 4.544-3.684c2.004 0 4.125 1.746 4.125 4.5c0 3.225-2.37 6.216-5.048 8.523"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.625 1.499c-2.32 0-4.354 1.203-5.625 3.03c-1.271-1.827-3.305-3.03-5.625-3.03C3.129 1.499 0 4.253 0 8.249c0 4.275 3.068 7.847 5.828 10.227a33 33 0 0 0 5.616 3.876l.028.017l.008.003l-.001.003c.163.085.342.126.521.125c.179.001.358-.041.521-.125l-.001-.003l.008-.003l.028-.017a33 33 0 0 0 5.616-3.876C20.932 16.096 24 12.524 24 8.249c0-3.996-3.129-6.75-6.375-6.75m-.919 15.275a31 31 0 0 1-4.703 3.316l-.004-.002l-.004.002a31 31 0 0 1-4.703-3.316c-2.677-2.307-5.047-5.298-5.047-8.523c0-2.754 2.121-4.5 4.125-4.5c2.06 0 3.914 1.479 4.544 3.684c.143.495.596.797 1.086.796c.49.001.943-.302 1.085-.796c.63-2.205 2.484-3.684 4.544-3.684c2.004 0 4.125 1.746 4.125 4.5c0 3.225-2.37 6.216-5.048 8.523"/></svg>
</template>

CSS

.icon-githubsponsors {
  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%22currentColor%22%20d%3D%22M17.625%201.499c-2.32%200-4.354%201.203-5.625%203.03c-1.271-1.827-3.305-3.03-5.625-3.03C3.129%201.499%200%204.253%200%208.249c0%204.275%203.068%207.847%205.828%2010.227a33%2033%200%200%200%205.616%203.876l.028.017l.008.003l-.001.003c.163.085.342.126.521.125c.179.001.358-.041.521-.125l-.001-.003l.008-.003l.028-.017a33%2033%200%200%200%205.616-3.876C20.932%2016.096%2024%2012.524%2024%208.249c0-3.996-3.129-6.75-6.375-6.75m-.919%2015.275a31%2031%200%200%201-4.703%203.316l-.004-.002l-.004.002a31%2031%200%200%201-4.703-3.316c-2.677-2.307-5.047-5.298-5.047-8.523c0-2.754%202.121-4.5%204.125-4.5c2.06%200%203.914%201.479%204.544%203.684c.143.495.596.797%201.086.796c.49.001.943-.302%201.085-.796c.63-2.205%202.484-3.684%204.544-3.684c2.004%200%204.125%201.746%204.125%204.5c0%203.225-2.37%206.216-5.048%208.523%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%22currentColor%22%20d%3D%22M17.625%201.499c-2.32%200-4.354%201.203-5.625%203.03c-1.271-1.827-3.305-3.03-5.625-3.03C3.129%201.499%200%204.253%200%208.249c0%204.275%203.068%207.847%205.828%2010.227a33%2033%200%200%200%205.616%203.876l.028.017l.008.003l-.001.003c.163.085.342.126.521.125c.179.001.358-.041.521-.125l-.001-.003l.008-.003l.028-.017a33%2033%200%200%200%205.616-3.876C20.932%2016.096%2024%2012.524%2024%208.249c0-3.996-3.129-6.75-6.375-6.75m-.919%2015.275a31%2031%200%200%201-4.703%203.316l-.004-.002l-.004.002a31%2031%200%200%201-4.703-3.316c-2.677-2.307-5.047-5.298-5.047-8.523c0-2.754%202.121-4.5%204.125-4.5c2.06%200%203.914%201.479%204.544%203.684c.143.495.596.797%201.086.796c.49.001.943-.302%201.085-.796c.63-2.205%202.484-3.684%204.544-3.684c2.004%200%204.125%201.746%204.125%204.5c0%203.225-2.37%206.216-5.048%208.523%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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