> 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

Value Type Saved: String

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="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2FR3pyMBDfoCo9jjDGTmdF%2Fmaterialiconpicker.png?alt=media&amp;token=5d0ba71e-1c22-4a5e-a9cc-5ae558fa7107" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

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