actions-expand
Introduced in v1.5.0
Available in TYPO3
9.5 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 9v.7l3-3-.7-.7-3 3z"/><path d="M10.6 9.6 6.4 5.4c-.1-.1 0-.4.2-.4h4.1c.2 0 .3.1.3.3v4.1c0 .2-.3.3-.4.2zM1 10.5v4c0 .3.2.5.5.5h4c.3 0 .5-.2.5-.5v-4c0-.3-.2-.5-.5-.5h-4c-.3 0-.5.2-.5.5zM2 14v-3h3v3H2z"/><g opacity=".5"><path d="M2 7H1v2h1V7zM2 4H1v2h1V4zM15 7h-1v2h1V7zM15 10h-1v2h1v-2zM15 4h-1v2h1V4zM3 1H1v2h1V2h1V1zM15 1h-2v1h1v1h1V1zM15 13h-1v1h-1v1h1v-1 1h1v-2zM6 1H4v1h2V1zM9 1H7v1h2V1zM12 1h-2v1h2V1zM9 14H7v1h2v-1zM12 14h-2v1h2v-1z"/></g></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 9v.7l3-3-.7-.7-3 3z"/><path d="M10.6 9.6 6.4 5.4c-.1-.1 0-.4.2-.4h4.1c.2 0 .3.1.3.3v4.1c0 .2-.3.3-.4.2zM1 10.5v4c0 .3.2.5.5.5h4c.3 0 .5-.2.5-.5v-4c0-.3-.2-.5-.5-.5h-4c-.3 0-.5.2-.5.5zM2 14v-3h3v3H2z"/><g opacity=".5"><path d="M2 7H1v2h1V7zM2 4H1v2h1V4zM15 7h-1v2h1V7zM15 10h-1v2h1v-2zM15 4h-1v2h1V4zM3 1H1v2h1V2h1V1zM15 1h-2v1h1v1h1V1zM15 13h-1v1h-1v1h1v-1 1h1v-2zM6 1H4v1h2V1zM9 1H7v1h2V1zM12 1h-2v1h2V1zM9 14H7v1h2v-1zM12 14h-2v1h2v-1z"/></g></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-expand" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-expand" 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 9v.7l3-3-.7-.7-3 3z'/%3e%3cpath d='M10.6 9.6 6.4 5.4c-.1-.1 0-.4.2-.4h4.1c.2 0 .3.1.3.3v4.1c0 .2-.3.3-.4.2zM1 10.5v4c0 .3.2.5.5.5h4c.3 0 .5-.2.5-.5v-4c0-.3-.2-.5-.5-.5h-4c-.3 0-.5.2-.5.5zM2 14v-3h3v3H2z'/%3e%3cg opacity='.5'%3e%3cpath d='M2 7H1v2h1V7zM2 4H1v2h1V4zM15 7h-1v2h1V7zM15 10h-1v2h1v-2zM15 4h-1v2h1V4zM3 1H1v2h1V2h1V1zM15 1h-2v1h1v1h1V1zM15 13h-1v1h-1v1h1v-1 1h1v-2zM6 1H4v1h2V1zM9 1H7v1h2V1zM12 1h-2v1h2V1zM9 14H7v1h2v-1zM12 14h-2v1h2v-1z'/%3e%3c/g%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-expand;
}