apps-pagetree-spacer-hideinmenu

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 opacity=".5"><g><path fill="#666" d="M1 7h14v2H1z"/></g><path fill="#999" d="M10.5 5h-5L8 2zM10.5 11h-5L8 14z"/></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 opacity=".5"><g><path fill="#666" d="M1 7h14v2H1z"/></g><path fill="#999" d="M10.5 5h-5L8 2zM10.5 11h-5L8 14z"/></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-pagetree-spacer-hideinmenu" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="apps-pagetree-spacer-hideinmenu" 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 opacity='.5'%3e%3cg%3e%3cpath fill='%23666' d='M1 7h14v2H1z'/%3e%3c/g%3e%3cpath fill='%23999' d='M10.5 5h-5L8 2zM10.5 11h-5L8 14z'/%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-pagetree-spacer-hideinmenu;
}

Download

Download