actions-wand
Buttons
Button Label Button Label
Button Label Button Label
Usage
Icon Identifier
actions-wand
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.414Z"/></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.414Z"/></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" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-wand" size="small" />
TYPO3 Web Component
<typo3-backend-icon identifier="actions-wand" 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.414Z'/%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;
}