actions-extension-add
Introduced in v2.0.0
Available in TYPO3
10.4 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="m7.501 5.97 3.33-1.19a.5.5 0 1 1 .337.94L8 6.854v3.704a.5.5 0 1 1-1 0V6.852L3.832 5.721a.5.5 0 0 1 .336-.942l3.333 1.19ZM8 13.914l-.029.011c-.265.111-.676.108-.934 0l-5.57-2.32A.806.806 0 0 1 1 10.91V4.102c0-.275.21-.588.468-.695l5.569-2.322c.266-.11.676-.107.934 0l5.562 2.322c.265.11.467.419.467.695V8h-1V4.252L7.504 2 2 4.252v6.507L7.504 13 8 12.798v1.117ZM13 13v1.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V13H9.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H13Z"/></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="m7.501 5.97 3.33-1.19a.5.5 0 1 1 .337.94L8 6.854v3.704a.5.5 0 1 1-1 0V6.852L3.832 5.721a.5.5 0 0 1 .336-.942l3.333 1.19ZM8 13.914l-.029.011c-.265.111-.676.108-.934 0l-5.57-2.32A.806.806 0 0 1 1 10.91V4.102c0-.275.21-.588.468-.695l5.569-2.322c.266-.11.676-.107.934 0l5.562 2.322c.265.11.467.419.467.695V8h-1V4.252L7.504 2 2 4.252v6.507L7.504 13 8 12.798v1.117ZM13 13v1.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V13H9.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H13Z"/></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-extension-add" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-extension-add" 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='m7.501 5.97 3.33-1.19a.5.5 0 1 1 .337.94L8 6.854v3.704a.5.5 0 1 1-1 0V6.852L3.832 5.721a.5.5 0 0 1 .336-.942l3.333 1.19ZM8 13.914l-.029.011c-.265.111-.676.108-.934 0l-5.57-2.32A.806.806 0 0 1 1 10.91V4.102c0-.275.21-.588.468-.695l5.569-2.322c.266-.11.676-.107.934 0l5.562 2.322c.265.11.467.419.467.695V8h-1V4.252L7.504 2 2 4.252v6.507L7.504 13 8 12.798v1.117ZM13 13v1.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V13H9.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H13Z'/%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-extension-add;
}
Alias
- actions-system-extension-install