icon String
Specifies an icon name to be used if the avatar type
is set to icon
. For a list of available icon names, please refer to the Web Font Icons article.
Example
<div id="avatar"></div>
<script>
$("#avatar").kendoAvatar({
type: "icon",
icon: "file-config"
});
</script>