actions-infinity
Introduced in v2.3.0
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="M11.9 6c1.3 0 2.1.8 2.1 2 0 1-.8 2-2.2 2-1.1 0-2-.9-2.9-1.7l-.2-.2-.1-.1.1-.1.1-.1c1-.9 1.9-1.8 3.1-1.8M4.2 6c1.1 0 2 .9 2.9 1.7l.2.1.1.2-.1.1-.1.1c-1 .9-1.9 1.8-3.1 1.8C2.8 10 2 9.2 2 8c0-1 .8-2 2.2-2m7.7-1C10.2 5 9.1 6.1 8 7.2 7 6.2 5.8 5 4.2 5 2.4 5 1 6.4 1 8c0 1.7 1.3 3 3.1 3C5.8 11 6.9 9.9 8 8.8c1 1 2.2 2.2 3.8 2.2 1.9 0 3.2-1.4 3.2-3 0-1.7-1.3-3-3.1-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="M11.9 6c1.3 0 2.1.8 2.1 2 0 1-.8 2-2.2 2-1.1 0-2-.9-2.9-1.7l-.2-.2-.1-.1.1-.1.1-.1c1-.9 1.9-1.8 3.1-1.8M4.2 6c1.1 0 2 .9 2.9 1.7l.2.1.1.2-.1.1-.1.1c-1 .9-1.9 1.8-3.1 1.8C2.8 10 2 9.2 2 8c0-1 .8-2 2.2-2m7.7-1C10.2 5 9.1 6.1 8 7.2 7 6.2 5.8 5 4.2 5 2.4 5 1 6.4 1 8c0 1.7 1.3 3 3.1 3C5.8 11 6.9 9.9 8 8.8c1 1 2.2 2.2 3.8 2.2 1.9 0 3.2-1.4 3.2-3 0-1.7-1.3-3-3.1-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-infinity" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-infinity" 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='M11.9 6c1.3 0 2.1.8 2.1 2 0 1-.8 2-2.2 2-1.1 0-2-.9-2.9-1.7l-.2-.2-.1-.1.1-.1.1-.1c1-.9 1.9-1.8 3.1-1.8M4.2 6c1.1 0 2 .9 2.9 1.7l.2.1.1.2-.1.1-.1.1c-1 .9-1.9 1.8-3.1 1.8C2.8 10 2 9.2 2 8c0-1 .8-2 2.2-2m7.7-1C10.2 5 9.1 6.1 8 7.2 7 6.2 5.8 5 4.2 5 2.4 5 1 6.4 1 8c0 1.7 1.3 3 3.1 3C5.8 11 6.9 9.9 8 8.8c1 1 2.2 2.2 3.8 2.2 1.9 0 3.2-1.4 3.2-3 0-1.7-1.3-3-3.1-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-infinity;
}