actions-wand-sparkles

Buttons

Button Label Button Label

Button Label Button Label

Usage

Icon Identifier

actions-wand-sparkles

Markup

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor"><path d="m14.718 3.404-2.122-2.122a.5.5 0 0 0-.707 0L1.282 11.89a.5.5 0 0 0 0 .707l2.122 2.122a.5.5 0 0 0 .707 0L14.718 4.11a.5.5 0 0 0 0-.707ZM3.758 13.657l-1.415-1.414 6.718-6.718 1.414 1.414-6.718 6.718Zm6.01-8.839 2.475-2.475 1.414 1.414-2.475 2.475-1.414-1.414ZM6.75 2H6v-.75A.25.25 0 0 0 5.75 1h-.5a.25.25 0 0 0-.25.25V2h-.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H5v.75c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 3.75V3h.75A.25.25 0 0 0 7 2.75v-.5A.25.25 0 0 0 6.75 2ZM14.75 12H13v-1.75a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25V12h-1.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H12v1.75c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25V13h1.75a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25Z"/></g></svg>

Inline

<span class="icon icon-size-small icon-state-default">
    <span class="icon-markup">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor"><path d="m14.718 3.404-2.122-2.122a.5.5 0 0 0-.707 0L1.282 11.89a.5.5 0 0 0 0 .707l2.122 2.122a.5.5 0 0 0 .707 0L14.718 4.11a.5.5 0 0 0 0-.707ZM3.758 13.657l-1.415-1.414 6.718-6.718 1.414 1.414-6.718 6.718Zm6.01-8.839 2.475-2.475 1.414 1.414-2.475 2.475-1.414-1.414ZM6.75 2H6v-.75A.25.25 0 0 0 5.75 1h-.5a.25.25 0 0 0-.25.25V2h-.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H5v.75c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 3.75V3h.75A.25.25 0 0 0 7 2.75v-.5A.25.25 0 0 0 6.75 2ZM14.75 12H13v-1.75a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25V12h-1.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H12v1.75c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25V13h1.75a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25Z"/></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?v=1772004282855#actions-wand-sparkles" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-wand-sparkles" size="small" />

TYPO3 Web Component

<typo3-backend-icon identifier="actions-wand-sparkles" size="small"></typo3-backend-icon>

CSS Background Image

.myclass {
    background-size: 1em 1em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23fff'%3e%3cpath d='m14.718 3.404-2.122-2.122a.5.5 0 0 0-.707 0L1.282 11.89a.5.5 0 0 0 0 .707l2.122 2.122a.5.5 0 0 0 .707 0L14.718 4.11a.5.5 0 0 0 0-.707ZM3.758 13.657l-1.415-1.414 6.718-6.718 1.414 1.414-6.718 6.718Zm6.01-8.839 2.475-2.475 1.414 1.414-2.475 2.475-1.414-1.414ZM6.75 2H6v-.75A.25.25 0 0 0 5.75 1h-.5a.25.25 0 0 0-.25.25V2h-.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H5v.75c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 3.75V3h.75A.25.25 0 0 0 7 2.75v-.5A.25.25 0 0 0 6.75 2ZM14.75 12H13v-1.75a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25V12h-1.75a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25H12v1.75c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25V13h1.75a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25Z'/%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-wand-sparkles;
}

Download

Download