actions-debug

Introduced in v1.8.0
Available in TYPO3 9.5 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="M15 9V8h-3V6l1.9-1.9s.1-.2.1-.3V1h-1v2.3c0 .1-.1.3-.1.4l-.9.8V4h-2V3l-.9-.9S8.9 2 8.8 2H7.2c-.1 0-.3.1-.3.1L6 3v1H4v1l-.9-.9S3 3.9 3 3.8V1H2v3.3c0 .1.1.3.1.4L4 6.5V8H1v1h3v1.5l-1.9 1.9s-.1.2-.1.3V15h1v-1.8c0-.1.1-.3.1-.4L4 12l1.9 1.9s.2.1.3.1h3.6c.1 0 .3-.1.4-.1l1.6-1.6 1.1 1.1c.1.1.1.2.1.4V15h1v-1.8c0-.1-.1-.3-.1-.4L12 11V9h3zM7 3.4l.4-.4h1.2l.4.4V4H7v-.6zm4 8.2L9.6 13H6.4L5 11.6V5h2.5v6h1V5H11v6.6z"/></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="M15 9V8h-3V6l1.9-1.9s.1-.2.1-.3V1h-1v2.3c0 .1-.1.3-.1.4l-.9.8V4h-2V3l-.9-.9S8.9 2 8.8 2H7.2c-.1 0-.3.1-.3.1L6 3v1H4v1l-.9-.9S3 3.9 3 3.8V1H2v3.3c0 .1.1.3.1.4L4 6.5V8H1v1h3v1.5l-1.9 1.9s-.1.2-.1.3V15h1v-1.8c0-.1.1-.3.1-.4L4 12l1.9 1.9s.2.1.3.1h3.6c.1 0 .3-.1.4-.1l1.6-1.6 1.1 1.1c.1.1.1.2.1.4V15h1v-1.8c0-.1-.1-.3-.1-.4L12 11V9h3zM7 3.4l.4-.4h1.2l.4.4V4H7v-.6zm4 8.2L9.6 13H6.4L5 11.6V5h2.5v6h1V5H11v6.6z"/></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-debug" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-debug" 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='M15 9V8h-3V6l1.9-1.9s.1-.2.1-.3V1h-1v2.3c0 .1-.1.3-.1.4l-.9.8V4h-2V3l-.9-.9S8.9 2 8.8 2H7.2c-.1 0-.3.1-.3.1L6 3v1H4v1l-.9-.9S3 3.9 3 3.8V1H2v3.3c0 .1.1.3.1.4L4 6.5V8H1v1h3v1.5l-1.9 1.9s-.1.2-.1.3V15h1v-1.8c0-.1.1-.3.1-.4L4 12l1.9 1.9s.2.1.3.1h3.6c.1 0 .3-.1.4-.1l1.6-1.6 1.1 1.1c.1.1.1.2.1.4V15h1v-1.8c0-.1-.1-.3-.1-.4L12 11V9h3zM7 3.4l.4-.4h1.2l.4.4V4H7v-.6zm4 8.2L9.6 13H6.4L5 11.6V5h2.5v6h1V5H11v6.6z'/%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-debug;
}

Alias

  • information-debugger

Download

Download