New to Kendo UI for jQueryStart a free 30-day trial

Icon

configuration

Specifies the name for an existing icon in a Kendo UI theme that is rendered in the FloatingActionButton.

See the Web Font Icons help article for more details on Kendo UI icons.

icon

String

Default: ""

<button id="fab-icon"></button>

<script>
    $('#fab-icon').kendoFloatingActionButton({
        align: 'top start',
        icon: 'plus'
    });
</script>
Not finding the help you need?
Contact Support