# Octicons CSS &middot; ![version](https://img.shields.io/npm/v/octicons-css?label=version) ![npm](https://img.shields.io/npm/dm/octicons-css?label=npm) ![jsDelivr](https://img.shields.io/jsdelivr/npm/hm/octicons-css) ![GitHub](https://img.shields.io/github/license/dabico/octicons-css)

I don't like that Primer dropped their CSS distribution of [octicons](https://github.com/primer/octicons).
For this reason, I constructed my pipeline for converting the SVGs they distribute into stylesheets.

Including the icons in your website is easy. Just add the following to your website header:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/octicons-css/octicons.min.css">
```
