mimetypes-x-tx_rtehtmlarea_acronym
Introduced in v1.0.0
Available in TYPO3
7.6 8.6 9.5 10.4 11.5
Buttons
Button Label Button Label
Button Label Button Label
Usage
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#FFC857" d="M9 12H0V0h16v12h-3l-4 4z"/><path fill="#212121" d="M15 1v10h-2.4l-.3.3-2.3 2.3V11H1V1h14m1-1H0v12h9v4l4-4h3V0z" opacity=".2"/><path fill="#212121" d="M9.5 4.1c0 .3 0 .5-.1.7 0 .2-.1.3-.2.5l-.4.4c-.2.1-.3.2-.5.3v1H7V5.6c.1-.1.5-.1.6-.2.1 0 .2-.1.4-.2.1-.1.2-.2.2-.4.1-.1.1-.3.1-.5 0-.3-.1-.5-.2-.6-.1 0-.3-.1-.5-.1-.1 0-.3 0-.5.1s-.3.2-.5.3h-.1V2.8c.1 0 .3-.1.6-.2s.5-.1.8-.1c.5 0 .9.1 1.2.4.3.3.4.7.4 1.2zM8.3 9H7V7.8h1.3V9z"/></svg>
Inline
<span class="icon icon-size-small icon-state-default">
<span class="icon-markup">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#FFC857" d="M9 12H0V0h16v12h-3l-4 4z"/><path fill="#212121" d="M15 1v10h-2.4l-.3.3-2.3 2.3V11H1V1h14m1-1H0v12h9v4l4-4h3V0z" opacity=".2"/><path fill="#212121" d="M9.5 4.1c0 .3 0 .5-.1.7 0 .2-.1.3-.2.5l-.4.4c-.2.1-.3.2-.5.3v1H7V5.6c.1-.1.5-.1.6-.2.1 0 .2-.1.4-.2.1-.1.2-.2.2-.4.1-.1.1-.3.1-.5 0-.3-.1-.5-.2-.6-.1 0-.3-.1-.5-.1-.1 0-.3 0-.5.1s-.3.2-.5.3h-.1V2.8c.1 0 .3-.1.6-.2s.5-.1.8-.1c.5 0 .9.1 1.2.4.3.3.4.7.4 1.2zM8.3 9H7V7.8h1.3V9z"/></svg>
</span>
</span>
Sprite
<span class="icon icon-size-small icon-state-default">
<span class="icon-markup">
<svg role="img"><use xlink:href="dist/sprites/mimetypes.svg#mimetypes-x-tx_rtehtmlarea_acronym" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="mimetypes-x-tx_rtehtmlarea_acronym" size="small" />
CSS Background Image
.myclass {
background-size: 1em 1em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23FFC857' d='M9 12H0V0h16v12h-3l-4 4z'/%3e%3cpath fill='%23212121' d='M15 1v10h-2.4l-.3.3-2.3 2.3V11H1V1h14m1-1H0v12h9v4l4-4h3V0z' opacity='.2'/%3e%3cpath fill='%23212121' d='M9.5 4.1c0 .3 0 .5-.1.7 0 .2-.1.3-.2.5l-.4.4c-.2.1-.3.2-.5.3v1H7V5.6c.1-.1.5-.1.6-.2.1 0 .2-.1.4-.2.1-.1.2-.2.2-.4.1-.1.1-.3.1-.5 0-.3-.1-.5-.2-.6-.1 0-.3-.1-.5-.1-.1 0-.3 0-.5.1s-.3.2-.5.3h-.1V2.8c.1 0 .3-.1.6-.2s.5-.1.8-.1c.5 0 .9.1 1.2.4.3.3.4.7.4 1.2zM8.3 9H7V7.8h1.3V9z'/%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-mimetypes.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-mimetypes-x-tx_rtehtmlarea_acronym;
}