mimetypes-x-sys_category

Introduced in v1.0.0
Available in TYPO3 7.6 8.6 9.5 10.4 11.5 12.4 13.x

Buttons

Button Label Button Label

Button Label Button Label

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><g><path fill="#999" d="M1 1v5.6l8.5 8.5 5.7-5.7L6.7 1H1zm2.5 2.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z"/><path fill="#FFF" d="M2 2v4.2l7.5 7.5 4.2-4.2L6.2 2H2zm1.5 1.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z"/><path fill="#999" d="M3.5 3.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0 .7-1.8 0-2.5-1.8-.7-2.5 0zm.7.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1-.8.3-1.1 0c-.3-.4-.3-.8 0-1.1z"/><path fill="#FF8700" d="M6.117 8.566 8.592 6.09l3.535 3.535-2.475 2.475z"/></g></svg>

Inline

<span class="icon icon-size-small icon-state-default">
    <span class="icon-markup">
        <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><g><path fill="#999" d="M1 1v5.6l8.5 8.5 5.7-5.7L6.7 1H1zm2.5 2.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z"/><path fill="#FFF" d="M2 2v4.2l7.5 7.5 4.2-4.2L6.2 2H2zm1.5 1.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z"/><path fill="#999" d="M3.5 3.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0 .7-1.8 0-2.5-1.8-.7-2.5 0zm.7.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1-.8.3-1.1 0c-.3-.4-.3-.8 0-1.1z"/><path fill="#FF8700" d="M6.117 8.566 8.592 6.09l3.535 3.535-2.475 2.475z"/></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-x-sys_category" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="mimetypes-x-sys_category" 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' xml:space='preserve' viewBox='0 0 16 16'%3e%3cg%3e%3cpath fill='%23999' d='M1 1v5.6l8.5 8.5 5.7-5.7L6.7 1H1zm2.5 2.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z'/%3e%3cpath fill='%23FFF' d='M2 2v4.2l7.5 7.5 4.2-4.2L6.2 2H2zm1.5 1.5c.7-.7 1.8-.7 2.5 0S6.7 5.3 6 6s-1.8.7-2.5 0-.7-1.8 0-2.5z'/%3e%3cpath fill='%23999' d='M3.5 3.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0 .7-1.8 0-2.5-1.8-.7-2.5 0zm.7.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1-.8.3-1.1 0c-.3-.4-.3-.8 0-1.1z'/%3e%3cpath fill='%23FF8700' d='M6.117 8.566 8.592 6.09l3.535 3.535-2.475 2.475z'/%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-sys_category;
}

Download

Download