iconString(default: "microphone-outline")
The name of the Kendo UI font icon to be displayed in the button when it is not active (not listening).
Example
<button id="speechButton"></button>
<script>
$("#speechButton").kendoSpeechToTextButton({
icon: "headset"
});
</script>