Skip to content

Level up your GitHub profile with personalized icons – effortlessly showcase your skills and interests!

License

Notifications You must be signed in to change notification settings

saranshhardaha/lo-icons

Repository files navigation

Lo Icons

"Level up your GitHub profile with personalized icons – effortlessly showcase your skills and interests!"


Table of Contents

Specifying Icons

(back to top)

Copy and paste the code block below into your readme to add the icon element!

Change the ?i=js,html,css to a list of icons separated by ","s! You can find a full list of icons here.

[![Icons](https://lo-icons.vercel.app/icons?i=js,html,css,wasm)](https://lo-icons.vercel.app)

Icons

Themed Icons

(back to top)

Some icons have a dark and light themed background. You can specify which theme you want as a url parameter.

This is optional. The default theme is dark.

Change the &theme=light to either dark or light. The theme is the background color, so light theme has a white icon background, and dark has a black-ish.

Light Theme Example:

[![Icons](https://lo-icons.vercel.app/icons?i=java,kotlin,nodejs,figma&theme=light)](https://lo-icons.vercel.app)

Icons

Icons Per Line

(back to top)

You can specify how many icons you would like per line! It's an optional argument, and the default is 15.

Change the &perline=3 to any number between 1 and 50.

[![Icons](https://lo-icons.vercel.app/icons?i=aws,gcp,azure,react,vue,flutter&perline=3)](https://lo-icons.vercel.app)

Icons

Sorting Icons

(back to top)

You can specify if you would like to sort the icons alphabetically! It's an optional argument, and the default is false.

Use the &sort=true to sort the icons.

[![Icons](https://lo-icons.vercel.app/icons?i=aws,gcp,azure,react,vue,flutter&sort=true)](https://lo-icons.vercel.app)

Icons Size

(back to top)

You can specify if you would like to give a specific icon size! It's an optional argument, and the default is 48.

Use the &size=48 to any number.

[![Icons](https://lo-icons.vercel.app/icons?i=aws,gcp,azure,react,vue,flutter&size=16)](https://lo-icons.vercel.app)

Icons

Centering Icons

(back to top)

Want to center the icons in your readme? The SVGs are automatically resized, so you can do it the same way you'd normally center an image.

<p align="center">
  <a href="https://lo-icons.vercel.app">
    <img src="https://lo-icons.vercel.app/icons?i=git,kubernetes,docker,c,vim" />
  </a>
</p>

Icons List

(back to top)

Here's a list of all the icons currently supported. Feel free to open an issue to suggest icons to add!

💖 Support the Project

(back to top)

Thank you immensely for using my projects! If you'd like to take an extra step and support my efforts, consider buying me a coffee

Buy Me a Coffee at ko-fi.com

Feel encouraged to contribute directly to the project by suggesting new icons through opening issues, or by making improvements via pull requests

About

Level up your GitHub profile with personalized icons – effortlessly showcase your skills and interests!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published