form-finisher

Introduced in v1.5.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><path fill="#CECECE" d="m14 9-4 1-4-1-4 1V2l4-1 4 1 4-1z"/></g><g fill="#666"><path d="M2 2v2l2-.5v-2zM2 6v2l2-.5v-2zM6 3l-2 .5v2L6 5zM4 9.5 6 9V7l-2 .5zM6 5v2l2 .5v-2zM8 1.5 6 1v2l2 .5zM10 6V4l-2-.5v2zM8 9.5l2 .5V8l-2-.5zM10 6v2l2-.5v-2zM12 1.5 10 2v2l2-.5zM14 5V3l-2 .5v2zM14 9V7l-2 .5v2z"/></g><path fill="#212121" d="m6 2 3.8 1h.4l2.8-.7v5.9L10 9 6.2 8h-.4L3 8.7V2.8L6 2m8-1-4 1-4-1-4 1v8l4-1 4 1 4-1V1z" opacity=".3"/><path fill="#333" d="M2 1h1v14H2z"/></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><path fill="#CECECE" d="m14 9-4 1-4-1-4 1V2l4-1 4 1 4-1z"/></g><g fill="#666"><path d="M2 2v2l2-.5v-2zM2 6v2l2-.5v-2zM6 3l-2 .5v2L6 5zM4 9.5 6 9V7l-2 .5zM6 5v2l2 .5v-2zM8 1.5 6 1v2l2 .5zM10 6V4l-2-.5v2zM8 9.5l2 .5V8l-2-.5zM10 6v2l2-.5v-2zM12 1.5 10 2v2l2-.5zM14 5V3l-2 .5v2zM14 9V7l-2 .5v2z"/></g><path fill="#212121" d="m6 2 3.8 1h.4l2.8-.7v5.9L10 9 6.2 8h-.4L3 8.7V2.8L6 2m8-1-4 1-4-1-4 1v8l4-1 4 1 4-1V1z" opacity=".3"/><path fill="#333" d="M2 1h1v14H2z"/></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/form.svg#form-finisher" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="form-finisher" 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%3e%3cpath fill='%23CECECE' d='m14 9-4 1-4-1-4 1V2l4-1 4 1 4-1z'/%3e%3c/g%3e%3cg fill='%23666'%3e%3cpath d='M2 2v2l2-.5v-2zM2 6v2l2-.5v-2zM6 3l-2 .5v2L6 5zM4 9.5 6 9V7l-2 .5zM6 5v2l2 .5v-2zM8 1.5 6 1v2l2 .5zM10 6V4l-2-.5v2zM8 9.5l2 .5V8l-2-.5zM10 6v2l2-.5v-2zM12 1.5 10 2v2l2-.5zM14 5V3l-2 .5v2zM14 9V7l-2 .5v2z'/%3e%3c/g%3e%3cpath fill='%23212121' d='m6 2 3.8 1h.4l2.8-.7v5.9L10 9 6.2 8h-.4L3 8.7V2.8L6 2m8-1-4 1-4-1-4 1v8l4-1 4 1 4-1V1z' opacity='.3'/%3e%3cpath fill='%23333' d='M2 1h1v14H2z'/%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-form-finisher;
}

Download

Download