# MasterStudy Icon

There is a Gutenberg MasterStudy Icon block. It lets you add a section with icons to any page of your website.&#x20;

<figure><img src="/files/4ChLGiFxuosiSw6SZ2y8" alt=""><figcaption></figcaption></figure>

## Adjusting Settings

There are **Settings** available in the Block section.

<figure><img src="/files/6h5AHrxkzP5nchhCTY16" alt=""><figcaption></figcaption></figure>

* **Icons**:
  * **Select Device**: Allows users to choose the device for which the icon will be previewed.
  * **Width**: Sets the width of the icon in pixels (24px).
  * **Height**: Sets the height of the icon in pixels (24px).
  * **Search**: Enables users to search and select an icon to display. Or you can choose from the list of the icons below.
* **Advanced**:
  * **Additional CSS Class(Es)**: Allows users to add custom CSS classes for further styling or functionality.

## Adjusting Styles

These are Styles available in the Block section.

<figure><img src="/files/3qtRcFDQoCYHLmg9Dp9a" alt=""><figcaption></figcaption></figure>

* **Color**:
  * **Text**: Choose the color of the icon.
  * **Background**: Set the background color behind the icon.
* **Dimensions**:
  * **Padding**: Adjust the padding around the icon to control spacing.
  * **Margin**: Control the margin around the icon to manage its positioning in relation to other elements on the page.
* **Border**:
  * **Border**: Specify the width of the border surrounding the icon.
  * **Radius**: Set the border radius to control the curvature of the corners of the icon.


---

# 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://docs.stylemixthemes.com/masterstudy-lms-starter-theme/gutenberg-blocks/masterstudy-icon.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.
