Skip to content

Instantly share code, notes, and snippets.

@abranhe
Last active July 12, 2022 08:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abranhe/bbd45c6a6e55dad4100512754454555b to your computer and use it in GitHub Desktop.
Save abranhe/bbd45c6a6e55dad4100512754454555b to your computer and use it in GitHub Desktop.
Colored Font Awesome Icon on READMEs

Original Image

Font Awesome Icon Link

You can download the image and customize the the SVG with the color that you want.

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
  <path 
         d="M576 136c..." 
+        fill="red"
  />
</svg>

How it looks:

Original

Edited

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment