Modified version of simpleicons.vercel.app (More prominently known as simpleicons.now.sh) that allows you to use coloured versions of GitHub's Octicons.
The following patterns are available for you to use. You may also use https://octicons-col.vercel.app as a fallback should the other domain not work.
https://octicons.andre601.ch/:name
https://octicons.andre601.ch/:name/:color
https://octicons.andre601.ch/:name/:color/:size
:name
Required
Name of the Octicon to use. See the Icons section below for available names.:color
Optional
Sets the fill color of the Octicon. Only HEX colors (Without the#
) are supported.:size
Optional
Sets the size of the SVG in pixels. The:color
parameter needs to be set if you want to use this one!
Note that SVGs may look different depending on the used size (thiner/thicker lines).
Some examples:
- Black GitHub logo:
octicons.andre601.ch/mark-github/000
- Check icon with GitHub's
--color-btn-primary-bg
color:octicons.andre601.ch/check-circle-fill/238636
- Git Merge icon with GitHub's
--color-done-fg
color and size 100:octicons.andre601.ch/git-merge/a371f7/100