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

Icon

methods

Sets or gets the icon of the FloatingActionButton.

Parameters:iconString

See floatingactionbutton.options.icon for valid options.

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

<script>
    var fab = $('#fab').kendoFloatingActionButton({
        text: 'Actions'
    }).getKendoFloatingActionButton();

    fab.icon('plus');
</script>
Not finding the help you need?
Contact Support