Skip to content

Icons #10589

Closed Answered by jNullj
afcj8 asked this question in Q&A
Icons #10589
Oct 5, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

To use a base64 image:

  1. Convert your custom logo image to Base64. You can use an online converter to do this. recommended using SVG
    Example Base64 string - data:image/png;base64,iVBORw0KGg...
  2. Use the Shields.io badge URL format to include your Base64-encoded logo. https://img.shields.io/badge/custom-badge-green?logo=data:image/png;base64,iVBORw0KGg...
  3. you can see a full example in the docs

To contribute new logos to the simple icons project i advice you to read how info on their repository, Please note it might take some time for the added icon to be added to shields.io after a new icon is merged.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@afcj8
Comment options

@jNullj
Comment options

Answer selected by afcj8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants