actions-clipboard-paste

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="M6.585 2H3.51a.502.502 0 0 0-.51.494v12.012c0 .268.228.494.51.494h6.987-1.994c-.652 0-1.208-.42-1.416-1H4V3h1v.495c0 .291.22.505.491.505h5.018A.503.503 0 0 0 11 3.495V3h1v3h1V2.494A.505.505 0 0 0 12.49 2H9.415a1.5 1.5 0 0 0-2.83 0ZM8 3.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 4.253v5.994c0 .27.225.503.503.503h5.994c.27 0 .503-.225.503-.503V7.503A.508.508 0 0 0 14.497 7H8.503A.508.508 0 0 0 8 7.503ZM9 8h5v5H9V8Zm1 1h3v1h-3V9Zm0 2h3v1h-3v-1Z"/></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="M6.585 2H3.51a.502.502 0 0 0-.51.494v12.012c0 .268.228.494.51.494h6.987-1.994c-.652 0-1.208-.42-1.416-1H4V3h1v.495c0 .291.22.505.491.505h5.018A.503.503 0 0 0 11 3.495V3h1v3h1V2.494A.505.505 0 0 0 12.49 2H9.415a1.5 1.5 0 0 0-2.83 0ZM8 3.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 4.253v5.994c0 .27.225.503.503.503h5.994c.27 0 .503-.225.503-.503V7.503A.508.508 0 0 0 14.497 7H8.503A.508.508 0 0 0 8 7.503ZM9 8h5v5H9V8Zm1 1h3v1h-3V9Zm0 2h3v1h-3v-1Z"/></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-clipboard-paste" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-clipboard-paste" 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='M6.585 2H3.51a.502.502 0 0 0-.51.494v12.012c0 .268.228.494.51.494h6.987-1.994c-.652 0-1.208-.42-1.416-1H4V3h1v.495c0 .291.22.505.491.505h5.018A.503.503 0 0 0 11 3.495V3h1v3h1V2.494A.505.505 0 0 0 12.49 2H9.415a1.5 1.5 0 0 0-2.83 0ZM8 3.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 4.253v5.994c0 .27.225.503.503.503h5.994c.27 0 .503-.225.503-.503V7.503A.508.508 0 0 0 14.497 7H8.503A.508.508 0 0 0 8 7.503ZM9 8h5v5H9V8Zm1 1h3v1h-3V9Zm0 2h3v1h-3v-1Z'/%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-clipboard-paste;
}

Alias

  • actions-document-paste-into
  • actions-document-paste

Download

Download