# Iconos

Como ya habéis visto en Ionic se pueden incluir iconos dentro de multitud de componentes, como botones, listados, tarjetas, cabeceras, etc.

Para incluir uno de estos iconos se realiza simplemente añadiendo unas clases CSS que estan definidas en la librería de iconos de Ionic. Estas clases se pueden añadir sobre el mismo componente o de forma separada, para crear el icono por separado, por ejemplo:

```markup
<i class="icon ion-star"></i>
```

Ionic incluye la librería Ionicons con un montón de iconos que podemos usar. Para ver la lista completa podéis acceder a la dirección:

<http://ionicons.com/>

En esta página, al pulsar sobre cada icono os aparecerá la clase CSS que tenéis que utilizar.


---

# Agent Instructions: 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:

```
GET https://ajgallego.gitbook.io/ionic/componentes/componentes_iconos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
