actions-history

Introduced in v2.0.0
Available in TYPO3 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="M9.2 8.9c0 .1-.2.3-.3.3H6c-.2 0-.3-.2-.3-.3v-.6c0-.2.1-.3.3-.3h2V4.8c0-.2.1-.3.3-.3h.6c.2 0 .3.1.3.3v4.1zM5.4 6H1.3c-.2 0-.3-.1-.3-.2V1.6c0-.2.3-.3.4-.2l4.1 4.1c.2.2.1.5-.1.5z"/><path d="M8 1C5.1 1 2.6 2.8 1.6 5.3h1.7C4.2 3.6 6 2.5 8 2.5c3 0 5.5 2.5 5.5 5.5S11 13.5 8 13.5c-1.8 0-3.3-.8-4.4-2.2l-1.1 1.1C3.9 14 5.8 15 8 15c3.9 0 7-3.1 7-7s-3.1-7-7-7z"/></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="M9.2 8.9c0 .1-.2.3-.3.3H6c-.2 0-.3-.2-.3-.3v-.6c0-.2.1-.3.3-.3h2V4.8c0-.2.1-.3.3-.3h.6c.2 0 .3.1.3.3v4.1zM5.4 6H1.3c-.2 0-.3-.1-.3-.2V1.6c0-.2.3-.3.4-.2l4.1 4.1c.2.2.1.5-.1.5z"/><path d="M8 1C5.1 1 2.6 2.8 1.6 5.3h1.7C4.2 3.6 6 2.5 8 2.5c3 0 5.5 2.5 5.5 5.5S11 13.5 8 13.5c-1.8 0-3.3-.8-4.4-2.2l-1.1 1.1C3.9 14 5.8 15 8 15c3.9 0 7-3.1 7-7s-3.1-7-7-7z"/></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-history" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-history" 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='M9.2 8.9c0 .1-.2.3-.3.3H6c-.2 0-.3-.2-.3-.3v-.6c0-.2.1-.3.3-.3h2V4.8c0-.2.1-.3.3-.3h.6c.2 0 .3.1.3.3v4.1zM5.4 6H1.3c-.2 0-.3-.1-.3-.2V1.6c0-.2.3-.3.4-.2l4.1 4.1c.2.2.1.5-.1.5z'/%3e%3cpath d='M8 1C5.1 1 2.6 2.8 1.6 5.3h1.7C4.2 3.6 6 2.5 8 2.5c3 0 5.5 2.5 5.5 5.5S11 13.5 8 13.5c-1.8 0-3.3-.8-4.4-2.2l-1.1 1.1C3.9 14 5.8 15 8 15c3.9 0 7-3.1 7-7s-3.1-7-7-7z'/%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-history;
}

Alias

  • actions-document-history-open

Download

Download