actions-rocket

Introduced in v1.10.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="M15 1C13.3-.7 6 5 6 5H2L0 7l2 2 1 1-2 2 3 3 2-2 1 1 2 2 2-2v-4s5.7-7.3 4-9zM2.7 8.3 1.4 7l1-1H5L2.7 8.3zm7.3 5.3-1 1-1.3-1.3L10 11v2.6zm.3-4.3L7 12.6l-.3-.3-.7-.7-.7.7L4 13.6 2.4 12l1.3-1.3.7-.7-.7-.7-.3-.3 3.3-3.3c2-1.6 5.8-4.1 7.4-4.1h.2c.4.7-1.2 4.2-4 7.7z"/><path d="M11 4c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zM1 15H0v1h1v-1zM2 14H1v1h1v-1zM1 13H0v1h1v-1zM3 15H2v1h1v-1z"/></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 1C13.3-.7 6 5 6 5H2L0 7l2 2 1 1-2 2 3 3 2-2 1 1 2 2 2-2v-4s5.7-7.3 4-9zM2.7 8.3 1.4 7l1-1H5L2.7 8.3zm7.3 5.3-1 1-1.3-1.3L10 11v2.6zm.3-4.3L7 12.6l-.3-.3-.7-.7-.7.7L4 13.6 2.4 12l1.3-1.3.7-.7-.7-.7-.3-.3 3.3-3.3c2-1.6 5.8-4.1 7.4-4.1h.2c.4.7-1.2 4.2-4 7.7z"/><path d="M11 4c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zM1 15H0v1h1v-1zM2 14H1v1h1v-1zM1 13H0v1h1v-1zM3 15H2v1h1v-1z"/></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-rocket" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-rocket" 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 1C13.3-.7 6 5 6 5H2L0 7l2 2 1 1-2 2 3 3 2-2 1 1 2 2 2-2v-4s5.7-7.3 4-9zM2.7 8.3 1.4 7l1-1H5L2.7 8.3zm7.3 5.3-1 1-1.3-1.3L10 11v2.6zm.3-4.3L7 12.6l-.3-.3-.7-.7-.7.7L4 13.6 2.4 12l1.3-1.3.7-.7-.7-.7-.3-.3 3.3-3.3c2-1.6 5.8-4.1 7.4-4.1h.2c.4.7-1.2 4.2-4 7.7z'/%3e%3cpath d='M11 4c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zM1 15H0v1h1v-1zM2 14H1v1h1v-1zM1 13H0v1h1v-1zM3 15H2v1h1v-1z'/%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-rocket;
}

Download

Download