The easiest way to use GitHub Octicons in your Blazor apps
BlazorOcticons provides GitHub Octicons as native Blazor components. Instead of copying SVG files or managing icon assets manually, you can reference any icon by name and customize size and color directly in your Blazor code. The library keeps your icons consistent with the Octicons set and makes it easier to work with icons in Blazor projects.
Hi everyone 👋
I built BlazorOcticons to make it easier to use GitHub’s Octicons in Blazor projects. I often found myself copying SVGs or maintaining icon folders across solutions, which wasn’t ideal.
This library exposes Octicons as native Blazor components, so you can reference icons by name, style them with parameters, and skip manual SVG management entirely.
I’d love to hear your feedback, suggestions, or any issues you run into. Thanks for checking it out!