apps-toolbar-menu-cache

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 fill="currentColor"><path d="m6.011 14.707 5.811-7.999c.161-.224.141-.669-.285-.669H9.234c-.271 0-.393-.2-.262-.447l2.046-3.875c.147-.24.143-.717-.3-.717H6.514a.675.675 0 0 0-.618.477L4.12 8.527c-.066.262.105.477.383.477h2.039c.284 0 .423.211.325.472 0 0-1.866 4.929-1.866 5.025a.498.498 0 0 0 .865.34.467.467 0 0 0 .145-.134z"/></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 fill="currentColor"><path d="m6.011 14.707 5.811-7.999c.161-.224.141-.669-.285-.669H9.234c-.271 0-.393-.2-.262-.447l2.046-3.875c.147-.24.143-.717-.3-.717H6.514a.675.675 0 0 0-.618.477L4.12 8.527c-.066.262.105.477.383.477h2.039c.284 0 .423.211.325.472 0 0-1.866 4.929-1.866 5.025a.498.498 0 0 0 .865.34.467.467 0 0 0 .145-.134z"/></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/apps.svg#apps-toolbar-menu-cache" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="apps-toolbar-menu-cache" 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 fill='%23fff'%3e%3cpath d='m6.011 14.707 5.811-7.999c.161-.224.141-.669-.285-.669H9.234c-.271 0-.393-.2-.262-.447l2.046-3.875c.147-.24.143-.717-.3-.717H6.514a.675.675 0 0 0-.618.477L4.12 8.527c-.066.262.105.477.383.477h2.039c.284 0 .423.211.325.472 0 0-1.866 4.929-1.866 5.025a.498.498 0 0 0 .865.34.467.467 0 0 0 .145-.134z'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-apps.scss";

.myclass {
    background-size: 1em 1em;
    background-image: $icon-apps-toolbar-menu-cache;
}

Download

Download