actions-synchronize

Introduced in v1.0.0
Available in TYPO3 7.6 8.6 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="M8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2.37 3.23c-.7.4-1.5.64-2.37.64-2.68 0-4.87-2.18-4.87-4.87h1.419a.25.25 0 0 0 .212-.383L2.712 4.339a.25.25 0 0 0-.424 0L.239 7.617A.25.25 0 0 0 .451 8H2c0 3.31 2.69 6 6 6 1.09 0 2.1-.29 2.98-.8l-.61-.97ZM15.549 8H14c0-3.31-2.69-6-6-6a6 6 0 0 0-3.06.84l.61.97c.72-.42 1.55-.68 2.45-.68 2.68 0 4.87 2.18 4.87 4.87h-1.419a.25.25 0 0 0-.212.383l2.049 3.278a.25.25 0 0 0 .424 0l2.049-3.278A.25.25 0 0 0 15.549 8Z"/></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="M8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2.37 3.23c-.7.4-1.5.64-2.37.64-2.68 0-4.87-2.18-4.87-4.87h1.419a.25.25 0 0 0 .212-.383L2.712 4.339a.25.25 0 0 0-.424 0L.239 7.617A.25.25 0 0 0 .451 8H2c0 3.31 2.69 6 6 6 1.09 0 2.1-.29 2.98-.8l-.61-.97ZM15.549 8H14c0-3.31-2.69-6-6-6a6 6 0 0 0-3.06.84l.61.97c.72-.42 1.55-.68 2.45-.68 2.68 0 4.87 2.18 4.87 4.87h-1.419a.25.25 0 0 0-.212.383l2.049 3.278a.25.25 0 0 0 .424 0l2.049-3.278A.25.25 0 0 0 15.549 8Z"/></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-synchronize" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-synchronize" 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='M8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2.37 3.23c-.7.4-1.5.64-2.37.64-2.68 0-4.87-2.18-4.87-4.87h1.419a.25.25 0 0 0 .212-.383L2.712 4.339a.25.25 0 0 0-.424 0L.239 7.617A.25.25 0 0 0 .451 8H2c0 3.31 2.69 6 6 6 1.09 0 2.1-.29 2.98-.8l-.61-.97ZM15.549 8H14c0-3.31-2.69-6-6-6a6 6 0 0 0-3.06.84l.61.97c.72-.42 1.55-.68 2.45-.68 2.68 0 4.87 2.18 4.87 4.87h-1.419a.25.25 0 0 0-.212.383l2.049 3.278a.25.25 0 0 0 .424 0l2.049-3.278A.25.25 0 0 0 15.549 8Z'/%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-synchronize;
}

Download

Download