actions-cloud-upload

Introduced in v3.3.0
Available in TYPO3 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="M7 12h2v4H7z"/><path d="m7.823 9.177-2.396 2.396a.25.25 0 0 0 .177.427h4.792a.25.25 0 0 0 .177-.427L8.177 9.177a.25.25 0 0 0-.354 0z"/><path d="M13.829 8.18s-.435-.179-.879-.179c.117-.456 0-1.001 0-1.001a2.5 2.5 0 0 0-3.7-1.665 3.502 3.502 0 0 0-6.221 1.709A2.501 2.501 0 0 0 3.5 12h.892c-.073-.353.009-.712.229-1H3.5a1.5 1.5 0 0 1-.283-2.973l.711-.136.093-.718a2.501 2.501 0 0 1 4.444-1.219l.536.68.75-.434a1.5 1.5 0 0 1 2.219 1.601l-.25 1.23L12.974 9H13a1 1 0 0 1 0 2h-1.62c.22.288.301.647.228 1H13a2 2 0 0 0 .829-3.82z"/></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="M7 12h2v4H7z"/><path d="m7.823 9.177-2.396 2.396a.25.25 0 0 0 .177.427h4.792a.25.25 0 0 0 .177-.427L8.177 9.177a.25.25 0 0 0-.354 0z"/><path d="M13.829 8.18s-.435-.179-.879-.179c.117-.456 0-1.001 0-1.001a2.5 2.5 0 0 0-3.7-1.665 3.502 3.502 0 0 0-6.221 1.709A2.501 2.501 0 0 0 3.5 12h.892c-.073-.353.009-.712.229-1H3.5a1.5 1.5 0 0 1-.283-2.973l.711-.136.093-.718a2.501 2.501 0 0 1 4.444-1.219l.536.68.75-.434a1.5 1.5 0 0 1 2.219 1.601l-.25 1.23L12.974 9H13a1 1 0 0 1 0 2h-1.62c.22.288.301.647.228 1H13a2 2 0 0 0 .829-3.82z"/></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-cloud-upload" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-cloud-upload" 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='M7 12h2v4H7z'/%3e%3cpath d='m7.823 9.177-2.396 2.396a.25.25 0 0 0 .177.427h4.792a.25.25 0 0 0 .177-.427L8.177 9.177a.25.25 0 0 0-.354 0z'/%3e%3cpath d='M13.829 8.18s-.435-.179-.879-.179c.117-.456 0-1.001 0-1.001a2.5 2.5 0 0 0-3.7-1.665 3.502 3.502 0 0 0-6.221 1.709A2.501 2.501 0 0 0 3.5 12h.892c-.073-.353.009-.712.229-1H3.5a1.5 1.5 0 0 1-.283-2.973l.711-.136.093-.718a2.501 2.501 0 0 1 4.444-1.219l.536.68.75-.434a1.5 1.5 0 0 1 2.219 1.601l-.25 1.23L12.974 9H13a1 1 0 0 1 0 2h-1.62c.22.288.301.647.228 1H13a2 2 0 0 0 .829-3.82z'/%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-cloud-upload;
}

Download

Download