actions-package
Introduced in v2.3.1
Available in TYPO3
11.5
Buttons
Button Label Button Label
Button Label Button Label
Usage
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 0 5 1.5 2.5 2.8 0 4v8l8 4 8-4V4L8 0zm0 1.1 6.3 3.2-1.9.9-6.3-3.1 1.9-1zm-.5 13.5L1 11.4V5.1l6.5 3.2v6.3zM1.7 4.3l1.9-1 6.3 3.2-1.9.9-6.3-3.1zM15 11.4l-6.5 3.2V8.3l2-1v1.4L13 7.5V6.1l2-1v6.3z"/></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="M8 0 5 1.5 2.5 2.8 0 4v8l8 4 8-4V4L8 0zm0 1.1 6.3 3.2-1.9.9-6.3-3.1 1.9-1zm-.5 13.5L1 11.4V5.1l6.5 3.2v6.3zM1.7 4.3l1.9-1 6.3 3.2-1.9.9-6.3-3.1zM15 11.4l-6.5 3.2V8.3l2-1v1.4L13 7.5V6.1l2-1v6.3z"/></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-package" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-package" 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' viewBox='0 0 16 16'%3e%3cg fill='%23fff'%3e%3cpath d='M8 0 5 1.5 2.5 2.8 0 4v8l8 4 8-4V4L8 0zm0 1.1 6.3 3.2-1.9.9-6.3-3.1 1.9-1zm-.5 13.5L1 11.4V5.1l6.5 3.2v6.3zM1.7 4.3l1.9-1 6.3 3.2-1.9.9-6.3-3.1zM15 11.4l-6.5 3.2V8.3l2-1v1.4L13 7.5V6.1l2-1v6.3z'/%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-package;
}