https://github.com/piazzai/nonacademicons
An icon font for academics w/ hobbies
https://github.com/piazzai/nonacademicons
ac css font fontawesome fontawesome-icons fontforge icon icon-font icon-pack icon-set icon-theme iconfont icons icons-pack iconset personal-site personal-website svg-icons ttf-fonts woff-fonts
Last synced: 4 days ago
JSON representation
An icon font for academics w/ hobbies
- Host: GitHub
- URL: https://github.com/piazzai/nonacademicons
- Owner: piazzai
- License: ofl-1.1
- Created: 2020-10-13T12:55:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-02T10:54:10.000Z (8 months ago)
- Last Synced: 2026-06-19T00:21:37.168Z (16 days ago)
- Topics: ac, css, font, fontawesome, fontawesome-icons, fontforge, icon, icon-font, icon-pack, icon-set, icon-theme, iconfont, icons, icons-pack, iconset, personal-site, personal-website, svg-icons, ttf-fonts, woff-fonts
- Language: CSS
- Homepage:
- Size: 565 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nonacademicons
Nonacademicons is an icon pack I developed for my personal website. It extends [Academicons](http://jpswalsh.github.io/academicons) with additional icons, not necessarily related to academia. It can be used by itself or in conjunction with Academicons and/or [FontAwesome](https://github.com/FortAwesome/Font-Awesome), as the icons intentionally share the same metrics and can be used with similar CSS syntax.
| Name | Image |
| ---------------------- | ------------------------------------------------- |
| `nai-clarivate` |
|
| `nai-clarivate-square` |
|
| `nai-scopus` |
|
| `nai-scopus-square` |
|
| `nai-orcid` |
|
| `nai-orcid-square` |
|
| `nai-nextgen` |
|
| `nai-nextgen-square` |
|
| `nai-prtr` |
|
| `nai-prtr-square` |
|
| `nai-aei` |
|
| `nai-aei-square` |
|
| `nai-uc3m-alt` |
|
| `nai-uc3m-alt-square` |
|
| `nai-uc3m` |
|
| `nai-uc3m-square` |
|
| `nai-lichess` |
|
| `nai-lichess-square` |
|
## Usage
There are two ways to use this font on your website. One is to download the `fonts` and `css` folders, copy them to the assets directory of your website, and link to the stylesheet by adding the following line to your HTML head:
```html
```
Alternatively, you can use jsDelivr to call the latest release from the content distribution network. In this case, you can add the following line to your HTML head without copying any folder:
```html
```
At this point, icons can be deployed in a similar way as Academicons ([read more](https://jpswalsh.github.io/academicons/)), just remember to change the prefix from `ai` to `nai`. Icons can be resized with classes like `nai-lg` or `nai-2x` ([read here](https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons)). For example:
```html
```