mimetypes-application
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"><g><path fill="#59F" d="M2 0v16h12V4l-4-4H2z"/><path fill="#FFF" d="M10 4V0l4 4h-4z" opacity=".65"/><path fill="#212121" d="M14 4v5l-4-5h4z" opacity=".15"/></g><g><path fill="#FFF" d="M11.479 10.09c-.405-.405-.898-.29-1.402.08L8.679 8.772l2.119-2.158.192.192.73-.863-.664-.664-.863.73.192.192L8.227 8.32 6.826 6.919c.361-.503.48-1.003.084-1.398-.589-.59-1.016-.613-1.41-.393.09.079.182.16.286.264.588.588.738.798.06 1.476-.677.678-.866.506-1.454-.082a5.676 5.676 0 0 1-.264-.286c-.22.394-.197.821.392 1.41.439.438.979.267 1.527-.178l1.377 1.377-.458.45-.258-.258-2.19 2.19.99.991 2.19-2.191-.257-.257.45-.458 1.381 1.381c-.432.544-.61 1.094-.182 1.522.589.589 1.016.612 1.41.393a5.676 5.676 0 0 1-.286-.264c-.588-.588-.738-.798-.06-1.476.678-.678.866-.506 1.454.082.105.104.186.196.265.286.219-.394.195-.821-.394-1.41z"/></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="#59F" d="M2 0v16h12V4l-4-4H2z"/><path fill="#FFF" d="M10 4V0l4 4h-4z" opacity=".65"/><path fill="#212121" d="M14 4v5l-4-5h4z" opacity=".15"/></g><g><path fill="#FFF" d="M11.479 10.09c-.405-.405-.898-.29-1.402.08L8.679 8.772l2.119-2.158.192.192.73-.863-.664-.664-.863.73.192.192L8.227 8.32 6.826 6.919c.361-.503.48-1.003.084-1.398-.589-.59-1.016-.613-1.41-.393.09.079.182.16.286.264.588.588.738.798.06 1.476-.677.678-.866.506-1.454-.082a5.676 5.676 0 0 1-.264-.286c-.22.394-.197.821.392 1.41.439.438.979.267 1.527-.178l1.377 1.377-.458.45-.258-.258-2.19 2.19.99.991 2.19-2.191-.257-.257.45-.458 1.381 1.381c-.432.544-.61 1.094-.182 1.522.589.589 1.016.612 1.41.393a5.676 5.676 0 0 1-.286-.264c-.588-.588-.738-.798-.06-1.476.678-.678.866-.506 1.454.082.105.104.186.196.265.286.219-.394.195-.821-.394-1.41z"/></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#mimetypes-application" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="mimetypes-application" 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%3cg%3e%3cpath fill='%2359F' d='M2 0v16h12V4l-4-4H2z'/%3e%3cpath fill='%23FFF' d='M10 4V0l4 4h-4z' opacity='.65'/%3e%3cpath fill='%23212121' d='M14 4v5l-4-5h4z' opacity='.15'/%3e%3c/g%3e%3cg%3e%3cpath fill='%23FFF' d='M11.479 10.09c-.405-.405-.898-.29-1.402.08L8.679 8.772l2.119-2.158.192.192.73-.863-.664-.664-.863.73.192.192L8.227 8.32 6.826 6.919c.361-.503.48-1.003.084-1.398-.589-.59-1.016-.613-1.41-.393.09.079.182.16.286.264.588.588.738.798.06 1.476-.677.678-.866.506-1.454-.082a5.676 5.676 0 0 1-.264-.286c-.22.394-.197.821.392 1.41.439.438.979.267 1.527-.178l1.377 1.377-.458.45-.258-.258-2.19 2.19.99.991 2.19-2.191-.257-.257.45-.458 1.381 1.381c-.432.544-.61 1.094-.182 1.522.589.589 1.016.612 1.41.393a5.676 5.676 0 0 1-.286-.264c-.588-.588-.738-.798-.06-1.476.678-.678.866-.506 1.454.082.105.104.186.196.265.286.219-.394.195-.821-.394-1.41z'/%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-application;
}