mimetypes-x-content-template-extension
Buttons
Usage
Icon Identifier
mimetypes-x-content-template-extensionMarkup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g><path fill="#FFF" d="M1 1v14h7V8h7V1H1z"/><path fill="#59F" d="M1 1v14h7v-1H2V2h12v6h1V1H1z"/><path fill="#59F" d="M3 3h10v3H3V3zM3 7h3v6H3V7z"/><path fill="#ABD7FF" d="M7 7v6h1V8h5V7H7z"/></g><g><path fill="#FFF" d="M9 9h7v7H9z"/><path fill="#212121" d="M14 12h-1v-1h-1v1h-1v1h1v1h1v-1h1"/><path fill="#666" d="M9 9v7h7V9H9zm1 1h5v5h-5v-5z"/></g></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"><g><path fill="#FFF" d="M1 1v14h7V8h7V1H1z"/><path fill="#59F" d="M1 1v14h7v-1H2V2h12v6h1V1H1z"/><path fill="#59F" d="M3 3h10v3H3V3zM3 7h3v6H3V7z"/><path fill="#ABD7FF" d="M7 7v6h1V8h5V7H7z"/></g><g><path fill="#FFF" d="M9 9h7v7H9z"/><path fill="#212121" d="M14 12h-1v-1h-1v1h-1v1h1v1h1v-1h1"/><path fill="#666" d="M9 9v7h7V9H9zm1 1h5v5h-5v-5z"/></g></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?v=1787092859629#mimetypes-x-content-template-extension" /></svg>
</span>
</span>TYPO3 ViewHelper
<core:icon identifier="mimetypes-x-content-template-extension" size="small" />TYPO3 Web Component
<typo3-backend-icon identifier="mimetypes-x-content-template-extension" size="small"></typo3-backend-icon>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%3cg%3e%3cpath fill='%23FFF' d='M1 1v14h7V8h7V1H1z'/%3e%3cpath fill='%2359F' d='M1 1v14h7v-1H2V2h12v6h1V1H1z'/%3e%3cpath fill='%2359F' d='M3 3h10v3H3V3zM3 7h3v6H3V7z'/%3e%3cpath fill='%23ABD7FF' d='M7 7v6h1V8h5V7H7z'/%3e%3c/g%3e%3cg%3e%3cpath fill='%23FFF' d='M9 9h7v7H9z'/%3e%3cpath fill='%23212121' d='M14 12h-1v-1h-1v1h-1v1h1v1h1v-1h1'/%3e%3cpath fill='%23666' d='M9 9v7h7V9H9zm1 1h5v5h-5v-5z'/%3e%3c/g%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-content-template-extension;
}Download