actions-notebook-typoscript

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="M13.5 1h-11c-.271 0-.5.223-.5.498v13.004c0 .278.224.498.5.498h11c.271 0 .5-.223.5-.498V1.498A.497.497 0 0 0 13.5 1zM4 14H3V2h1v12zm9 0H5V2h8v12z"/><path d="M10.54 9.19a.821.821 0 0 1-.256.036c-.772 0-1.906-2.697-1.906-3.595 0-.33.08-.44.19-.534-.946.11-2.08.457-2.442.898-.08.11-.126.283-.126.503C6 7.9 7.496 11.08 8.55 11.08c.49 0 1.313-.803 1.99-1.89M10.047 5c.976 0 1.953.16 1.953.71 0 1.118-.71 2.473-1.07 2.473-.646 0-1.45-1.796-1.45-2.693 0-.41.158-.49.567-.49"/></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="M13.5 1h-11c-.271 0-.5.223-.5.498v13.004c0 .278.224.498.5.498h11c.271 0 .5-.223.5-.498V1.498A.497.497 0 0 0 13.5 1zM4 14H3V2h1v12zm9 0H5V2h8v12z"/><path d="M10.54 9.19a.821.821 0 0 1-.256.036c-.772 0-1.906-2.697-1.906-3.595 0-.33.08-.44.19-.534-.946.11-2.08.457-2.442.898-.08.11-.126.283-.126.503C6 7.9 7.496 11.08 8.55 11.08c.49 0 1.313-.803 1.99-1.89M10.047 5c.976 0 1.953.16 1.953.71 0 1.118-.71 2.473-1.07 2.473-.646 0-1.45-1.796-1.45-2.693 0-.41.158-.49.567-.49"/></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-notebook-typoscript" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-notebook-typoscript" 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='M13.5 1h-11c-.271 0-.5.223-.5.498v13.004c0 .278.224.498.5.498h11c.271 0 .5-.223.5-.498V1.498A.497.497 0 0 0 13.5 1zM4 14H3V2h1v12zm9 0H5V2h8v12z'/%3e%3cpath d='M10.54 9.19a.821.821 0 0 1-.256.036c-.772 0-1.906-2.697-1.906-3.595 0-.33.08-.44.19-.534-.946.11-2.08.457-2.442.898-.08.11-.126.283-.126.503C6 7.9 7.496 11.08 8.55 11.08c.49 0 1.313-.803 1.99-1.89M10.047 5c.976 0 1.953.16 1.953.71 0 1.118-.71 2.473-1.07 2.473-.646 0-1.45-1.796-1.45-2.693 0-.41.158-.49.567-.49'/%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-notebook-typoscript;
}

Alias

  • actions-system-typoscript-documentation
  • actions-system-typoscript-documentation-open

Download

Download