> For the complete documentation index, see [llms.txt](https://docs.layeronecloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layeronecloud.com/network-monitor/application-icons.md).

# Application logos

Source project: `L1 Network Monitor` (migrated from `server/static/monitoring/app-icons/README.md`). Run commands from the code checkout and directory specified below, not from this documentation repository.

These 55 static SVGs are bundled for identifying applications in the monitoring console. No browser requests are sent to brand sites or an icon CDN. Service mapping is maintained in `monitoring/application_icons.py`; protocols and unmapped services use the category artwork defined in `monitoring/app.js`.

Artwork is from [Simple Icons 16.29.0](https://github.com/simple-icons/simple-icons/tree/16.29.0) and [Font Awesome Free 7.3.1](https://github.com/FortAwesome/Font-Awesome/tree/7.3.1). `SOURCES.json` records each title, source, guidelines where supplied, license, package version, and color. Icon paths were retained, SVG wrappers simplified, and explicit fills added. Vault and ClickHouse use a dark monochrome fill for legibility on the white icon tile. No scripts, embedded images, or external references are included in the SVGs.

Simple Icons is distributed under CC0; see `LICENSE-simple-icons.txt` and the individual license metadata in `SOURCES.json`. Apache Cassandra, Apache CouchDB, and Apache Kafka artwork is under Apache-2.0; see `LICENSE-apache-2.0.txt`. The Git logo is by Jason Long, used under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/), sourced from [git-scm.com](https://git-scm.com/downloads/logos). IPFS artwork is from the [IPFS project](https://github.com/ipfs-inactive/logo), under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/); the adapted `ipfs.svg` is distributed under those same terms. Microsoft and Amazon icons are by Fonticons, Inc., under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); see `LICENSE-fontawesome.txt`.

Brand names and trademarks belong to their respective owners. These marks identify observed services and do not imply endorsement or affiliation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.layeronecloud.com/network-monitor/application-icons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
