actions-users
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="M5 12H1c0-1.5.7-1.9.7-1.9.8-.2 1.4-.6 2-.8h.1c0-.2.2-.5.2-1.2-.4-.4-.8-1-.8-1.5V5.4C3.3 4.6 4 4 4.8 4h.4c.9 0 1.5.6 1.5 1.4v1.1c-.1.9-1 1.8-.7 1.5 0 .8.1 1.1.2 1.3.2.1 1.1.4 1.3.5L8 12H5zM9.8 9.3c0-.2.2-.5.2-1.2-.4-.4-.8-1-.8-1.5V5.4c.1-.8.8-1.4 1.6-1.4h.4c.9 0 1.5.6 1.5 1.4v1.1c-.1.8-1 1.8-.7 1.4 0 .8.1 1.1.2 1.3.5.2 1.1.5 1.9.8 0 0 .6.3.9 1.9H9.2l-.5-2.2s1-.4 1.1-.4z"/></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="M5 12H1c0-1.5.7-1.9.7-1.9.8-.2 1.4-.6 2-.8h.1c0-.2.2-.5.2-1.2-.4-.4-.8-1-.8-1.5V5.4C3.3 4.6 4 4 4.8 4h.4c.9 0 1.5.6 1.5 1.4v1.1c-.1.9-1 1.8-.7 1.5 0 .8.1 1.1.2 1.3.2.1 1.1.4 1.3.5L8 12H5zM9.8 9.3c0-.2.2-.5.2-1.2-.4-.4-.8-1-.8-1.5V5.4c.1-.8.8-1.4 1.6-1.4h.4c.9 0 1.5.6 1.5 1.4v1.1c-.1.8-1 1.8-.7 1.4 0 .8.1 1.1.2 1.3.5.2 1.1.5 1.9.8 0 0 .6.3.9 1.9H9.2l-.5-2.2s1-.4 1.1-.4z"/></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-users" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-users" 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='M5 12H1c0-1.5.7-1.9.7-1.9.8-.2 1.4-.6 2-.8h.1c0-.2.2-.5.2-1.2-.4-.4-.8-1-.8-1.5V5.4C3.3 4.6 4 4 4.8 4h.4c.9 0 1.5.6 1.5 1.4v1.1c-.1.9-1 1.8-.7 1.5 0 .8.1 1.1.2 1.3.2.1 1.1.4 1.3.5L8 12H5zM9.8 9.3c0-.2.2-.5.2-1.2-.4-.4-.8-1-.8-1.5V5.4c.1-.8.8-1.4 1.6-1.4h.4c.9 0 1.5.6 1.5 1.4v1.1c-.1.8-1 1.8-.7 1.4 0 .8.1 1.1.2 1.3.5.2 1.1.5 1.9.8 0 0 .6.3.9 1.9H9.2l-.5-2.2s1-.4 1.1-.4z'/%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-users;
}