actions-extension-import

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.501 5.97 3.33-1.19a.5.5 0 1 1 .337.94L8 6.854v3.704a.5.5 0 1 1-1 0V6.852L3.832 5.721a.5.5 0 0 1 .336-.942l3.333 1.19ZM8 13.914l-.029.011c-.265.111-.676.108-.934 0l-5.57-2.32A.806.806 0 0 1 1 10.91V4.102c0-.275.21-.588.468-.695l5.569-2.322c.266-.11.676-.107.934 0l5.562 2.322c.265.11.467.419.467.695V8h-1V4.252L7.504 2 2 4.252v6.507L7.504 13 8 12.798v1.117Zm7.007-1.898v-1.01h-2.009v-.998c-.052-.224-.255-.337-.412-.24l-3.081 1.449a.235.235 0 0 0 0 .398l3.08 1.59c.158.098.36-.015.413-.2v-.99h2.01Z"/></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.501 5.97 3.33-1.19a.5.5 0 1 1 .337.94L8 6.854v3.704a.5.5 0 1 1-1 0V6.852L3.832 5.721a.5.5 0 0 1 .336-.942l3.333 1.19ZM8 13.914l-.029.011c-.265.111-.676.108-.934 0l-5.57-2.32A.806.806 0 0 1 1 10.91V4.102c0-.275.21-.588.468-.695l5.569-2.322c.266-.11.676-.107.934 0l5.562 2.322c.265.11.467.419.467.695V8h-1V4.252L7.504 2 2 4.252v6.507L7.504 13 8 12.798v1.117Zm7.007-1.898v-1.01h-2.009v-.998c-.052-.224-.255-.337-.412-.24l-3.081 1.449a.235.235 0 0 0 0 .398l3.08 1.59c.158.098.36-.015.413-.2v-.99h2.01Z"/></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-extension-import" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-extension-import" 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.501 5.97 3.33-1.19a.5.5 0 1 1 .337.94L8 6.854v3.704a.5.5 0 1 1-1 0V6.852L3.832 5.721a.5.5 0 0 1 .336-.942l3.333 1.19ZM8 13.914l-.029.011c-.265.111-.676.108-.934 0l-5.57-2.32A.806.806 0 0 1 1 10.91V4.102c0-.275.21-.588.468-.695l5.569-2.322c.266-.11.676-.107.934 0l5.562 2.322c.265.11.467.419.467.695V8h-1V4.252L7.504 2 2 4.252v6.507L7.504 13 8 12.798v1.117Zm7.007-1.898v-1.01h-2.009v-.998c-.052-.224-.255-.337-.412-.24l-3.081 1.449a.235.235 0 0 0 0 .398l3.08 1.59c.158.098.36-.015.413-.2v-.99h2.01Z'/%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-extension-import;
}

Alias

  • actions-system-extension-import

Download

Download