actions-delete-edit

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="M3.25 14a.25.25 0 0 1-.25-.25V4h8v1.256l1-.993V4h.5a.5.5 0 0 0 0-1H10v-.75C10 1.56 9.44 1 8.75 1h-3.5C4.56 1 4 1.56 4 2.25V3H1.5a.5.5 0 0 0 0 1H2v9.75c0 .69.56 1.25 1.25 1.25h.767l.009-1H3.25ZM5 2.25A.25.25 0 0 1 5.25 2h3.5a.25.25 0 0 1 .25.25V3H5v-.75ZM9 5H8v3.233l1-.992V5ZM6 5H5v6.21l1-.992V5Zm7.2 1.2 1.6 1.6c.1.1.1.3 0 .4l-1.3 1.3-2-2 1.3-1.3c.1-.1.3-.1.4 0Zm-7.1 6.7L11 8l2 2-4.9 4.9c-.1.1-.1.1-.2.1H6v-1.9c0-.1 0-.1.1-.2Z"/></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="M3.25 14a.25.25 0 0 1-.25-.25V4h8v1.256l1-.993V4h.5a.5.5 0 0 0 0-1H10v-.75C10 1.56 9.44 1 8.75 1h-3.5C4.56 1 4 1.56 4 2.25V3H1.5a.5.5 0 0 0 0 1H2v9.75c0 .69.56 1.25 1.25 1.25h.767l.009-1H3.25ZM5 2.25A.25.25 0 0 1 5.25 2h3.5a.25.25 0 0 1 .25.25V3H5v-.75ZM9 5H8v3.233l1-.992V5ZM6 5H5v6.21l1-.992V5Zm7.2 1.2 1.6 1.6c.1.1.1.3 0 .4l-1.3 1.3-2-2 1.3-1.3c.1-.1.3-.1.4 0Zm-7.1 6.7L11 8l2 2-4.9 4.9c-.1.1-.1.1-.2.1H6v-1.9c0-.1 0-.1.1-.2Z"/></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-delete-edit" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-delete-edit" 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='M3.25 14a.25.25 0 0 1-.25-.25V4h8v1.256l1-.993V4h.5a.5.5 0 0 0 0-1H10v-.75C10 1.56 9.44 1 8.75 1h-3.5C4.56 1 4 1.56 4 2.25V3H1.5a.5.5 0 0 0 0 1H2v9.75c0 .69.56 1.25 1.25 1.25h.767l.009-1H3.25ZM5 2.25A.25.25 0 0 1 5.25 2h3.5a.25.25 0 0 1 .25.25V3H5v-.75ZM9 5H8v3.233l1-.992V5ZM6 5H5v6.21l1-.992V5Zm7.2 1.2 1.6 1.6c.1.1.1.3 0 .4l-1.3 1.3-2-2 1.3-1.3c.1-.1.3-.1.4 0Zm-7.1 6.7L11 8l2 2-4.9 4.9c-.1.1-.1.1-.2.1H6v-1.9c0-.1 0-.1.1-.2Z'/%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-delete-edit;
}

Alias

  • actions-edit-undelete-edit

Download

Download