actions-approve

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"><path d="M11 2v2.5c0 .8.7 1.5 1.5 1.5h1.1l.4.4v6.2L12.6 14H8.4l-.6-.6c-.2-.2-.6-.4-1-.4H5V7h1.5C7.3 7 8 6.3 8 5.5V4.4L9.5 2H11m.5-1H9.2c-.1 0-.3.1-.3.1L7.1 3.9s-.1.2-.1.3v1.3c0 .3-.2.5-.5.5H5v-.5c0-.3-.2-.5-.5-.5h-3c-.3 0-.5.2-.5.5v9c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5V14h1.8c.1 0 .3.1.4.1l.7.7c0 .1.2.2.3.2h4.6c.1 0 .3-.1.4-.1l1.7-1.7c.1-.1.1-.2.1-.4V6.2c0-.1-.1-.3-.1-.4l-.7-.7c-.1 0-.3-.1-.4-.1h-1.3c-.3 0-.5-.2-.5-.5v-3c0-.3-.2-.5-.5-.5zM2 14V6h2v8H2z"/></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="M11 2v2.5c0 .8.7 1.5 1.5 1.5h1.1l.4.4v6.2L12.6 14H8.4l-.6-.6c-.2-.2-.6-.4-1-.4H5V7h1.5C7.3 7 8 6.3 8 5.5V4.4L9.5 2H11m.5-1H9.2c-.1 0-.3.1-.3.1L7.1 3.9s-.1.2-.1.3v1.3c0 .3-.2.5-.5.5H5v-.5c0-.3-.2-.5-.5-.5h-3c-.3 0-.5.2-.5.5v9c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5V14h1.8c.1 0 .3.1.4.1l.7.7c0 .1.2.2.3.2h4.6c.1 0 .3-.1.4-.1l1.7-1.7c.1-.1.1-.2.1-.4V6.2c0-.1-.1-.3-.1-.4l-.7-.7c-.1 0-.3-.1-.4-.1h-1.3c-.3 0-.5-.2-.5-.5v-3c0-.3-.2-.5-.5-.5zM2 14V6h2v8H2z"/></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-approve" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-approve" 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='M11 2v2.5c0 .8.7 1.5 1.5 1.5h1.1l.4.4v6.2L12.6 14H8.4l-.6-.6c-.2-.2-.6-.4-1-.4H5V7h1.5C7.3 7 8 6.3 8 5.5V4.4L9.5 2H11m.5-1H9.2c-.1 0-.3.1-.3.1L7.1 3.9s-.1.2-.1.3v1.3c0 .3-.2.5-.5.5H5v-.5c0-.3-.2-.5-.5-.5h-3c-.3 0-.5.2-.5.5v9c0 .3.2.5.5.5h3c.3 0 .5-.2.5-.5V14h1.8c.1 0 .3.1.4.1l.7.7c0 .1.2.2.3.2h4.6c.1 0 .3-.1.4-.1l1.7-1.7c.1-.1.1-.2.1-.4V6.2c0-.1-.1-.3-.1-.4l-.7-.7c-.1 0-.3-.1-.4-.1h-1.3c-.3 0-.5-.2-.5-.5v-3c0-.3-.2-.5-.5-.5zM2 14V6h2v8H2z'/%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-approve;
}

Download

Download