actions-clipboard-close

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.494h3.577A1.489 1.489 0 0 1 7 14.497V14H4V3h1v.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.5Zm7.2 5.95L13.4 11l1.8 1.8c.2.2.2.5 0 .7l-.7.7c-.2.2-.5.2-.7 0L12 12.4l-1.8 1.8c-.2.2-.5.2-.7 0l-.7-.7c-.2-.2-.2-.5 0-.7l1.8-1.8-1.8-1.8c-.2-.2-.2-.5 0-.7l.7-.7c.2-.2.5-.2.7 0L12 9.6l1.8-1.8c.2-.2.5-.2.7 0l.7.7c.2.2.2.5 0 .7Z"/></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.494h3.577A1.489 1.489 0 0 1 7 14.497V14H4V3h1v.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.5Zm7.2 5.95L13.4 11l1.8 1.8c.2.2.2.5 0 .7l-.7.7c-.2.2-.5.2-.7 0L12 12.4l-1.8 1.8c-.2.2-.5.2-.7 0l-.7-.7c-.2-.2-.2-.5 0-.7l1.8-1.8-1.8-1.8c-.2-.2-.2-.5 0-.7l.7-.7c.2-.2.5-.2.7 0L12 9.6l1.8-1.8c.2-.2.5-.2.7 0l.7.7c.2.2.2.5 0 .7Z"/></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-close" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-clipboard-close" 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.494h3.577A1.489 1.489 0 0 1 7 14.497V14H4V3h1v.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.5Zm7.2 5.95L13.4 11l1.8 1.8c.2.2.2.5 0 .7l-.7.7c-.2.2-.5.2-.7 0L12 12.4l-1.8 1.8c-.2.2-.5.2-.7 0l-.7-.7c-.2-.2-.2-.5 0-.7l1.8-1.8-1.8-1.8c-.2-.2-.2-.5 0-.7l.7-.7c.2-.2.5-.2.7 0L12 9.6l1.8-1.8c.2-.2.5-.2.7 0l.7.7c.2.2.2.5 0 .7Z'/%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-close;
}

Alias

  • actions-edit-copy-release

Download

Download