---
keywords: repr:iconContentStyle
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/en/llms.txt


# repr:iconContentStyle

### Diagram

![](../_images/iconContentStyle.png)

### Description {#desc}

Contains a description of the style of the placemark icon content.

The style of the icon content should be defined if you want some information to be displayed on top of the icon.

### Contains:

[repr:template](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-template-1.md)

### Contained by:

[repr:Style](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-Style.md)

> ### repr:iconContentStyle
> 
> Part of a YMapsML document that describes the style of the placemark icon content:
> 
> ```xml
> <repr:iconContentStyle>
>     <repr:template>#customTemplate</repr:template>
> </repr:iconContentStyle>
> ```
> 
> Icon content is set in the template itself:
> 
> ```
> <repr:Template gml:id="customTemplate">
>     <repr:text><![CDATA[<div>Click Me</div>]]></repr:text>
> </repr:Template>
> ```

