actions-file-move

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="M7 14H3V2h7v2.5a.5.5 0 0 0 .5.5H13v1.213l1 1V3.914a.997.997 0 0 0-.293-.707l-1.914-1.914A1 1 0 0 0 11.086 1H2.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H8l-1-1Zm5-1.96h2.033l.008.98c0 .224.27.335.427.177l1.423-1.496a.25.25 0 0 0 0-.354l-1.447-1.54a.25.25 0 0 0-.427.177l.008 1.055H12V9.014l1.055.008a.25.25 0 0 0 .177-.427l-1.54-1.483a.25.25 0 0 0-.353 0l-1.497 1.46a.25.25 0 0 0 .177.427l.981.007v2.033H9.049l.008-1.055a.25.25 0 0 0-.427-.176l-1.54 1.54a.25.25 0 0 0 0 .353l1.516 1.496a.25.25 0 0 0 .427-.177l.008-.98H11v1.958l-.981.008a.25.25 0 0 0-.177.427l1.497 1.438a.25.25 0 0 0 .353 0l1.54-1.462a.25.25 0 0 0-.177-.427L12 13.991v-1.952ZM11 2l2 2h-2V2Z"/></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="M7 14H3V2h7v2.5a.5.5 0 0 0 .5.5H13v1.213l1 1V3.914a.997.997 0 0 0-.293-.707l-1.914-1.914A1 1 0 0 0 11.086 1H2.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H8l-1-1Zm5-1.96h2.033l.008.98c0 .224.27.335.427.177l1.423-1.496a.25.25 0 0 0 0-.354l-1.447-1.54a.25.25 0 0 0-.427.177l.008 1.055H12V9.014l1.055.008a.25.25 0 0 0 .177-.427l-1.54-1.483a.25.25 0 0 0-.353 0l-1.497 1.46a.25.25 0 0 0 .177.427l.981.007v2.033H9.049l.008-1.055a.25.25 0 0 0-.427-.176l-1.54 1.54a.25.25 0 0 0 0 .353l1.516 1.496a.25.25 0 0 0 .427-.177l.008-.98H11v1.958l-.981.008a.25.25 0 0 0-.177.427l1.497 1.438a.25.25 0 0 0 .353 0l1.54-1.462a.25.25 0 0 0-.177-.427L12 13.991v-1.952ZM11 2l2 2h-2V2Z"/></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-file-move" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-file-move" 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='M7 14H3V2h7v2.5a.5.5 0 0 0 .5.5H13v1.213l1 1V3.914a.997.997 0 0 0-.293-.707l-1.914-1.914A1 1 0 0 0 11.086 1H2.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H8l-1-1Zm5-1.96h2.033l.008.98c0 .224.27.335.427.177l1.423-1.496a.25.25 0 0 0 0-.354l-1.447-1.54a.25.25 0 0 0-.427.177l.008 1.055H12V9.014l1.055.008a.25.25 0 0 0 .177-.427l-1.54-1.483a.25.25 0 0 0-.353 0l-1.497 1.46a.25.25 0 0 0 .177.427l.981.007v2.033H9.049l.008-1.055a.25.25 0 0 0-.427-.176l-1.54 1.54a.25.25 0 0 0 0 .353l1.516 1.496a.25.25 0 0 0 .427-.177l.008-.98H11v1.958l-.981.008a.25.25 0 0 0-.177.427l1.497 1.438a.25.25 0 0 0 .353 0l1.54-1.462a.25.25 0 0 0-.177-.427L12 13.991v-1.952ZM11 2l2 2h-2V2Z'/%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-file-move;
}

Alias

  • actions-page-move

Download

Download