actions-translate

Introduced in v1.9.0
Available in TYPO3 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" opacity=".5"><path d="M14.8 1H5.3c-.2 0-.3.1-.3.3V5h5.6l.5-1H7V3h2V2h2v1h2v1h-.8L11 6.4v.8l.9.9-.7.7-.2-.1V11h3.8c.1 0 .3-.1.3-.3V1.3c-.1-.2-.2-.3-.3-.3z"/></g><g fill="currentColor"><path d="m5.8 8-.5 2h1.5l-.5-2z"/><path d="M10.8 5H1.3c-.2 0-.3.1-.3.3v9.5c0 .1.1.2.3.2h9.5c.1 0 .3-.1.3-.3V5.3c-.1-.2-.2-.3-.3-.3zm-3.3 8L7 11H5l-.5 2h-1L5 7h2l1.5 6h-1z"/></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" opacity=".5"><path d="M14.8 1H5.3c-.2 0-.3.1-.3.3V5h5.6l.5-1H7V3h2V2h2v1h2v1h-.8L11 6.4v.8l.9.9-.7.7-.2-.1V11h3.8c.1 0 .3-.1.3-.3V1.3c-.1-.2-.2-.3-.3-.3z"/></g><g fill="currentColor"><path d="m5.8 8-.5 2h1.5l-.5-2z"/><path d="M10.8 5H1.3c-.2 0-.3.1-.3.3v9.5c0 .1.1.2.3.2h9.5c.1 0 .3-.1.3-.3V5.3c-.1-.2-.2-.3-.3-.3zm-3.3 8L7 11H5l-.5 2h-1L5 7h2l1.5 6h-1z"/></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/actions.svg#actions-translate" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-translate" 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' opacity='.5'%3e%3cpath d='M14.8 1H5.3c-.2 0-.3.1-.3.3V5h5.6l.5-1H7V3h2V2h2v1h2v1h-.8L11 6.4v.8l.9.9-.7.7-.2-.1V11h3.8c.1 0 .3-.1.3-.3V1.3c-.1-.2-.2-.3-.3-.3z'/%3e%3c/g%3e%3cg fill='%23fff'%3e%3cpath d='m5.8 8-.5 2h1.5l-.5-2z'/%3e%3cpath d='M10.8 5H1.3c-.2 0-.3.1-.3.3v9.5c0 .1.1.2.3.2h9.5c.1 0 .3-.1.3-.3V5.3c-.1-.2-.2-.3-.3-.3zm-3.3 8L7 11H5l-.5 2h-1L5 7h2l1.5 6h-1z'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-actions-translate;
}

Download

Download