2025-04-16 22:46:58 +02:00
# Dashboard Icons
2025-01-05 00:31:08 +01:00
2025-04-16 22:46:58 +02:00
[](https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons)
[](https://www.jsdelivr.com/package/gh/homarr-labs/dashboard-icons)
[](https://github.com/homarr-labs/dashboard-icons/stargazers)
[](https://github.com/homarr-labs/dashboard-icons/graphs/contributors)
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
> **Your definitive source for dashboard icons.**
2025-04-16 16:18:20 +02:00
2025-04-16 22:46:58 +02:00
A collection of over 1800 curated icons for services, applications and tools, designed specifically for dashboards and app directories.
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
**[→ Browse the collection at dashboardicons.com ](https://dashboardicons.com )**
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
## Why Dashboard Icons?
2025-04-16 16:18:20 +02:00
2025-04-16 22:46:58 +02:00
- **Comprehensive Collection**: 1800+ icons for all popular services and tools
- **Consistent Style**: Uniform visual language across different services
- **Multiple Formats**: Available in SVG, PNG, and WEBP to suit your needs
- **Light & Dark Variants**: Icons optimized for both light and dark themes
- **Community-Driven**: Easy process to request missing icons
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
< p align = "center" >
< a href = "https://dashboardicons.com" >
< video width = "650" autoplay loop muted playsinline >
< source src = "assets/preview.mp4" type = "video/mp4" >
Your browser does not support the video tag.
< / video >
< / a >
< / p >
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
## Using the Icons
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
### Website
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
Find and download icons at [dashboardicons.com ](https://dashboardicons.com ):
2022-08-16 16:56:44 +00:00
2025-04-16 22:46:58 +02:00
1. Search for the icon you need
2. Click on an icon to view details
3. Choose your preferred format
4. Download or copy the direct link
2022-08-16 17:42:07 +00:00
2024-10-20 19:24:03 +02:00
### Direct Links
2022-08-16 16:56:44 +00:00
2025-04-16 22:46:58 +02:00
Use icons from CDN with this pattern:
2022-12-11 14:28:20 +00:00
2025-04-16 16:18:20 +02:00
```
2025-04-16 22:46:58 +02:00
< Base URL > /< Format > /< Icon Name > .< Format >
2025-04-16 16:18:20 +02:00
```
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
**Base URL options:**
- jsDelivr (recommended): `https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons`
- GitHub Direct: `https://raw.githubusercontent.com/homarr-labs/dashboard-icons/main`
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
**Example:**
```html
< img src = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/plex.svg" alt = "Plex" >
2025-04-16 16:18:20 +02:00
```
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
### Technical Details
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
- **Naming Convention**: Kebab-case (lowercase with hyphens)
- Example: "Nextcloud Calendar" → `nextcloud-calendar`
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
- **Available Formats**:
- SVG: Vector format (original source)
- PNG: 512px height (auto-generated)
- WEBP: 512px height (auto-generated)
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
- **Variants**:
- `-light` suffix for dark backgrounds (e.g., `github-light.svg` )
- `-dark` suffix for light backgrounds (e.g., `github-dark.svg` )
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
- **Command Line**:
```bash
# Download with curl
curl -O https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
2022-12-11 14:28:20 +00:00
2025-04-16 22:46:58 +02:00
# Download with wget
wget https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
```
2022-08-16 16:56:44 +00:00
2025-04-16 22:46:58 +02:00
## Dashboard Integration
2024-04-03 13:06:12 +02:00
2025-04-16 22:46:58 +02:00
These icons integrate seamlessly with popular dashboard applications:
- [Homarr ](https://github.com/ajnart/homarr )
- [Homepage ](https://github.com/gethomepage/homepage )
- [Dashy ](https://github.com/Lissy93/dashy )
2023-04-16 15:30:48 +02:00
2025-04-16 22:46:58 +02:00
...and many others!
2023-04-16 15:30:48 +02:00
2025-04-16 22:46:58 +02:00
## Contributing
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
### Request Icons
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
Need an icon that's not in our collection?
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
1. Check the [Contribution Guidelines ](CONTRIBUTING.md ) for specifications
2. Submit a request using our [issue templates ](https://github.com/homarr-labs/dashboard-icons/issues/new/choose )
3. Provide service details and optionally upload the icon
4. Our team will review, optimize, and add it to the collection
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
### Improve the Repository
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
Want to help with the repository itself?
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
- Review our [Contribution Guidelines ](CONTRIBUTING.md )
- Fork the repository, make your changes, and submit a pull request
- We welcome help with documentation, website improvements, and maintenance
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
## Support
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
- **GitHub Issues**: Report bugs or request icons
- **Email**: [homarr-labs@proton.me ](mailto:homarr-labs@proton.me )
2024-10-20 19:24:03 +02:00
2025-04-16 22:46:58 +02:00
## Legal
2022-08-16 16:56:44 +00:00
2025-04-16 22:46:58 +02:00
**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.
2022-12-11 14:28:20 +00:00
2025-04-16 22:46:58 +02:00
**License**: This project is available under the terms of the [LICENSE ](LICENSE ) file.
2022-08-16 16:56:44 +00:00
2025-04-16 22:46:58 +02:00
---
2023-04-14 08:34:33 +00:00
2025-04-16 22:46:58 +02:00
< p align = "center" >
Made with ♥ by the < a href = "https://github.com/homarr-labs" > Homarr Labs< / a > team and contributors
< / p >