actions-delete-restore

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 5H5v6c0-1.226.369-2.364 1-3.314V5Zm3 .349V5H8v.809a5.926 5.926 0 0 1 1-.46ZM5.809 14H3.25a.25.25 0 0 1-.25-.25V4h8v1c.342 0 .674.035 1 .09V4h.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.25h3.287a6.032 6.032 0 0 1-.728-1ZM5 2.25A.25.25 0 0 1 5.25 2h3.5a.25.25 0 0 1 .25.25V3H5v-.75ZM11.024 14c.645 0 1.218-.203 1.707-.549l.517.858A4 4 0 0 1 7 11.002h-.817c-.14 0-.226-.16-.152-.284l1.3-2.433a.176.176 0 0 1 .304 0l1.316 2.433c.074.124-.012.284-.152.284H8C8.001 12.658 9.368 14 11.024 14ZM9.285 8.549l-.517-.858a4 4 0 0 1 6.248 3.307h.825c.14 0 .226.16.151.284l-1.307 2.433a.176.176 0 0 1-.304 0l-1.357-2.433c-.075-.124.011-.284.151-.284h.841a3 3 0 0 0-4.731-2.449Z"/></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 5H5v6c0-1.226.369-2.364 1-3.314V5Zm3 .349V5H8v.809a5.926 5.926 0 0 1 1-.46ZM5.809 14H3.25a.25.25 0 0 1-.25-.25V4h8v1c.342 0 .674.035 1 .09V4h.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.25h3.287a6.032 6.032 0 0 1-.728-1ZM5 2.25A.25.25 0 0 1 5.25 2h3.5a.25.25 0 0 1 .25.25V3H5v-.75ZM11.024 14c.645 0 1.218-.203 1.707-.549l.517.858A4 4 0 0 1 7 11.002h-.817c-.14 0-.226-.16-.152-.284l1.3-2.433a.176.176 0 0 1 .304 0l1.316 2.433c.074.124-.012.284-.152.284H8C8.001 12.658 9.368 14 11.024 14ZM9.285 8.549l-.517-.858a4 4 0 0 1 6.248 3.307h.825c.14 0 .226.16.151.284l-1.307 2.433a.176.176 0 0 1-.304 0l-1.357-2.433c-.075-.124.011-.284.151-.284h.841a3 3 0 0 0-4.731-2.449Z"/></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-restore" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-delete-restore" 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 5H5v6c0-1.226.369-2.364 1-3.314V5Zm3 .349V5H8v.809a5.926 5.926 0 0 1 1-.46ZM5.809 14H3.25a.25.25 0 0 1-.25-.25V4h8v1c.342 0 .674.035 1 .09V4h.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.25h3.287a6.032 6.032 0 0 1-.728-1ZM5 2.25A.25.25 0 0 1 5.25 2h3.5a.25.25 0 0 1 .25.25V3H5v-.75ZM11.024 14c.645 0 1.218-.203 1.707-.549l.517.858A4 4 0 0 1 7 11.002h-.817c-.14 0-.226-.16-.152-.284l1.3-2.433a.176.176 0 0 1 .304 0l1.316 2.433c.074.124-.012.284-.152.284H8C8.001 12.658 9.368 14 11.024 14ZM9.285 8.549l-.517-.858a4 4 0 0 1 6.248 3.307h.825c.14 0 .226.16.151.284l-1.307 2.433a.176.176 0 0 1-.304 0l-1.357-2.433c-.075-.124.011-.284.151-.284h.841a3 3 0 0 0-4.731-2.449Z'/%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-restore;
}

Alias

  • actions-edit-restore

Download

Download