Small icons pack demo

This demo uses the smaller version of the default icons together with a small skin to make the buttons smaller. This is useful to save space if you are using many toolbar buttons.

  • TinyMCE

  • HTML

  • JS

  • Edit on CodePen

<textarea id="premiumskinsandicons-small"></textarea>
tinymce.init({
  selector: 'textarea#premiumskinsandicons-small',
  skin: 'small',
  icons: 'small'
});