button
icon: String
The icon of the button. It can be either one of the built-in icons, or a custom one.

Example

var button = $("#button").kendoMobileButton({ icon: "stop" });