> For the complete documentation index, see [llms.txt](https://docs.lawnchair.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lawnchair.app/integrations/lawnicons.md).

# Lawnicons

[Lawnicons](https://lawnchair.app/lawnicons) is a free, open-source icon pack that matches the look of Google's themed icons.

You can use it in two ways inside Lawnchair:

* As a standard icon pack.
* As a themed icon source.

### Prerequisites

* Install the Lawnicons app on your device.

### Use Lawnicons in Lawnchair

Lawnicons works as both an icon pack and a themed icon source.

#### Use it as an icon pack

1. Go to **Home settings** > **General**.
2. Tap **Icon style**.
3. On the screen that appears, choose **Lawnicons** from the list.

#### Use it as a themed icon source

When you use Lawnicons as a themed icon source, Lawnchair recolors its monochrome icons to match your current theme.

This feature works on top of your selected icon pack.

<details open>

<summary>How to turn on themed icons</summary>

1. Navigate to **Home settings** > **General**.
2. Tap **Icon style**.
3. On the screen that appears, tap **Themed icon source**.
4. Tap **Themed icons** and choose between the following:
   * **Home screen**: Applies themed icons only to your home screen
   * **Home screen and app drawer**: Applies themed icons to both home screen and app drawer
5. Select your desired themed icon source from the list.

</details>

### Common issues

<details open>

<summary>What's the difference between an icon pack and a themed icon source?</summary>

The difference is easy to miss because both options look similar.

* **As an icon pack**
  * Applies Lawnicons' default look.
  * On supported devices, that look can reflect your wallpaper colors.
* **As a themed icon source**
  * Uses Lawnicons' monochrome icons.
  * Lawnchair then recolors them to match its current theme.

</details>

<details>

<summary>Lawnicons icons don't reload or aren't colored by my wallpaper</summary>

* Check that **Themed icons** is turned on.
* Restart Lawnchair.
* Try changing your wallpaper.

</details>

<details>

<summary>An icon for a specific app is not themed</summary>

Lawnicons does not currently include a themed icon for that app.

You can request a new icon or contribute one directly.

</details>

### Contributing to Lawnicons

Lawnicons is a separate project with its own community and contribution guidelines.

If you want to request icons or contribute designs, use the [Lawnicons GitHub repository](https://github.com/lawnchairlauncher/lawnicons).


---

# 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.lawnchair.app/integrations/lawnicons.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.
