actions-extension-refresh
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.117Zm2.96-3.762-.388-.644a3.005 3.005 0 0 1 4.694 2.485h.62c.105 0 .17.12.113.213l-.982 1.828a.132.132 0 0 1-.228 0l-1.02-1.828c-.056-.093.008-.214.114-.214h.631a2.254 2.254 0 0 0-3.554-1.84Zm1.306 4.096c.485 0 .916-.153 1.283-.413l.388.645a3.005 3.005 0 0 1-4.694-2.485H8.63c-.105 0-.17-.12-.114-.213l.977-1.828a.132.132 0 0 1 .228 0l.989 1.828c.056.093-.009.213-.114.213h-.6c0 1.244 1.027 2.253 2.271 2.253Z"/></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.117Zm2.96-3.762-.388-.644a3.005 3.005 0 0 1 4.694 2.485h.62c.105 0 .17.12.113.213l-.982 1.828a.132.132 0 0 1-.228 0l-1.02-1.828c-.056-.093.008-.214.114-.214h.631a2.254 2.254 0 0 0-3.554-1.84Zm1.306 4.096c.485 0 .916-.153 1.283-.413l.388.645a3.005 3.005 0 0 1-4.694-2.485H8.63c-.105 0-.17-.12-.114-.213l.977-1.828a.132.132 0 0 1 .228 0l.989 1.828c.056.093-.009.213-.114.213h-.6c0 1.244 1.027 2.253 2.271 2.253Z"/></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-refresh" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-extension-refresh" 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.117Zm2.96-3.762-.388-.644a3.005 3.005 0 0 1 4.694 2.485h.62c.105 0 .17.12.113.213l-.982 1.828a.132.132 0 0 1-.228 0l-1.02-1.828c-.056-.093.008-.214.114-.214h.631a2.254 2.254 0 0 0-3.554-1.84Zm1.306 4.096c.485 0 .916-.153 1.283-.413l.388.645a3.005 3.005 0 0 1-4.694-2.485H8.63c-.105 0-.17-.12-.114-.213l.977-1.828a.132.132 0 0 1 .228 0l.989 1.828c.056.093-.009.213-.114.213h-.6c0 1.244 1.027 2.253 2.271 2.253Z'/%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-refresh;
}
Alias
- actions-system-extension-update
- actions-system-extension-update-disable