Skip to content

Icons

All icons rendered in Pode.Web are done using Material Design Icons. This applies to pretty much all -Icon parameters, except for the one on Set-PodeWebLoginPage which is actually the path to an image (This has been changed to -Logo, though -Icon is still an alias for now).

A list of searchable icons can be found here. When you've found the one you need, you only have to supply the part after mdi-. For example let's say you need the mdi-github icon, then you only need to supply the github part:

New-PodeWebButton -Name 'Repository' -Icon 'github' -Url 'https://github.com/Badgerati/Pode.Web'

Which would look like below:

icon_example