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