> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/material-icon-picker.md).

# Material Icon Picker

Allows you to pick a Material icon and saves the name, you must have the material icons CSS on your site or your will not be able to display the icon

<figure><img src="/files/blChogUVIAcOmraXWZ5b" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

```csharp
(Content!.GetValue<string>("PropertyAliasHere"))
```
