28 lines
913 B
Markdown
28 lines
913 B
Markdown
# icons
|
|
|
|
Icons for personal use.
|
|
|
|
## Direct Links
|
|
|
|
Use icons from CDN with this pattern:
|
|
|
|
```
|
|
<Base URL>/<Format>/<Icon Name>.<Format>
|
|
```
|
|
|
|
**Base URL options:**
|
|
- jsDelivr (recommended): `https://cdn.jsdelivr.net/gh/ryuupendragon/icons`
|
|
- GitHub Direct: `https://raw.githubusercontent.com/ryuupendragon/icons/main`
|
|
|
|
**Example:**
|
|
```html
|
|
<img src="https://cdn.jsdelivr.net/gh/ryuupendragon/icons/png/jellyfin.png" alt="Jellyfin">
|
|
```
|
|
|
|
## Legal
|
|
|
|
**Disclaimer**: All product names, trademarks, and registered trademarks are the property of their respective owners. Icons are used for identification purposes only and do not imply endorsement.
|
|
|
|
Most of the icons are from [Selfhst](https://github.com/selfhst/icons), Please check their [LICENSE](https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/LICENSE) for them.
|
|
|
|
**License**: This project is available under the terms of the [LICENSE](LICENSE) file. |