# Dashboard Icons
### The best Dashboards:
- [Homer Dashboard](https://github.com/bastienwirtz/homer)
- [Heimdall](https://github.com/linuxserver/Heimdall)
- [Organizr (v2)](https://github.com/causefx/Organizr)
- [Dashy](https://github.com/Lissy93/dashy)
- [Flame](https://github.com/pawelmalak/flame)
- [SUI](https://github.com/jeroenpardon/sui)
##### [How to download images on UNIX?](#how-to-download-images-on-unix)
---
### How to download images on UNIX?
`UNIX`
```bash
$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png
```
or
```bash
$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png
```