1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-04-24 11:05:30 +02:00
❤️ The best icons for your personal dashboard.
Find a file
Thomas Camlong 3e2709e7a8
change id
2025-04-23 00:12:09 +02:00
.github Update add_normal_icon.yml 2025-04-22 23:24:57 +02:00
assets docs: improve documentation and branding for dashboardicons.com 2025-04-17 18:04:55 +02:00
meta feat(icons): add librechat (#1256) 2025-04-22 21:11:32 +02:00
png feat(icons): add librechat (#1256) 2025-04-22 21:11:32 +02:00
scripts chore: remove outdated ICONS.md generation 2025-04-17 18:05:07 +02:00
svg feat(icons): add librechat (#1256) 2025-04-22 21:11:32 +02:00
web change id 2025-04-23 00:12:09 +02:00
webp feat(icons): add librechat (#1256) 2025-04-22 21:11:32 +02:00
.gitignore feat: add metadata for icons (#923) 2025-02-15 10:38:23 +01:00
CODE_OF_CONDUCT.md docs: improve documentation and branding for dashboardicons.com 2025-04-17 18:04:55 +02:00
CONTRIBUTING.md docs: improve documentation and branding for dashboardicons.com 2025-04-17 18:04:55 +02:00
LICENSE docs: update license to match homarr 2025-01-05 00:18:51 +01:00
metadata.json feat(icons): add librechat (#1256) 2025-04-22 21:11:32 +02:00
README.md docs: improve documentation and branding for dashboardicons.com 2025-04-17 18:04:55 +02:00
tree.json feat(icons): add librechat (#1256) 2025-04-22 21:11:32 +02:00
tree.xml fix: remove lfs usage of tree.xml and revert to biggest possible version 2025-04-07 21:02:19 +02:00

Dashboard Icons

jsDelivr hits jsDelivr hits GitHub Stars Contributors

Your definitive source for dashboard icons.

A collection of over 1800 curated icons for services, applications and tools, designed specifically for dashboards and app directories.

→ Browse the collection at dashboardicons.com

Why Dashboard Icons?

  • 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

Using the Icons

Website

Find and download icons at dashboardicons.com:

  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

Use icons from CDN with this pattern:

<Base URL>/<Format>/<Icon Name>.<Format>

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

Example:

<img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/plex.svg" alt="Plex">

Technical Details

  • Naming Convention: Kebab-case (lowercase with hyphens)

    • Example: "Nextcloud Calendar" → nextcloud-calendar
  • Available Formats:

    • SVG: Vector format (original source)
    • PNG: 512px height (auto-generated)
    • WEBP: 512px height (auto-generated)
  • Variants:

    • -light suffix for dark backgrounds (e.g., github-light.svg)
    • -dark suffix for light backgrounds (e.g., github-dark.svg)
  • Command Line:

    # Download with curl
    curl -O https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
    
    # Download with wget
    wget https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/nextcloud.svg
    

Dashboard Integration

These icons integrate seamlessly with popular dashboard applications:

...and many others!

Contributing

Request Icons

Need an icon that's not in our collection?

  1. Check the Contribution Guidelines for specifications
  2. Submit a request using our issue templates
  3. Provide service details and optionally upload the icon
  4. Our team will review, optimize, and add it to the collection

Improve the Repository

Want to help with the repository itself?

  • Review our Contribution Guidelines
  • Fork the repository, make your changes, and submit a pull request
  • We welcome help with documentation, website improvements, and maintenance

Support

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.

License: This project is available under the terms of the LICENSE file.


Made with ♥ by the Homarr Labs team and contributors