actions-unlink
Introduced in v1.8.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.8 10.7-1.9 1.9c-.4.4-1 .4-1.4 0l-1.1-1.1c-.4-.4-.4-1 0-1.4l1.9-1.9-.8-.9-2.2 2.1c-.8.8-.8 2 0 2.8l1.4 1.4c.8.8 2 .8 2.8 0l2.1-2.1-.8-.8zM8.2 5.3l1.9-1.9c.4-.4 1-.4 1.4 0l1.1 1.1c.4.4.4 1 0 1.4l-1.9 1.9.9.9 2.1-2.1c.8-.8.8-2 0-2.8l-1.4-1.4c-.8-.8-2-.8-2.8 0L7.3 4.5l.9.8zM12.9 12.2l-.7.7c-.1.1-.3.1-.4 0L3.1 4.1c-.1-.1-.1-.2 0-.3l.7-.7c.1-.1.2-.1.3 0l8.8 8.8c.1.1.1.2 0 .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="m7.8 10.7-1.9 1.9c-.4.4-1 .4-1.4 0l-1.1-1.1c-.4-.4-.4-1 0-1.4l1.9-1.9-.8-.9-2.2 2.1c-.8.8-.8 2 0 2.8l1.4 1.4c.8.8 2 .8 2.8 0l2.1-2.1-.8-.8zM8.2 5.3l1.9-1.9c.4-.4 1-.4 1.4 0l1.1 1.1c.4.4.4 1 0 1.4l-1.9 1.9.9.9 2.1-2.1c.8-.8.8-2 0-2.8l-1.4-1.4c-.8-.8-2-.8-2.8 0L7.3 4.5l.9.8zM12.9 12.2l-.7.7c-.1.1-.3.1-.4 0L3.1 4.1c-.1-.1-.1-.2 0-.3l.7-.7c.1-.1.2-.1.3 0l8.8 8.8c.1.1.1.2 0 .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-unlink" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-unlink" 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.8 10.7-1.9 1.9c-.4.4-1 .4-1.4 0l-1.1-1.1c-.4-.4-.4-1 0-1.4l1.9-1.9-.8-.9-2.2 2.1c-.8.8-.8 2 0 2.8l1.4 1.4c.8.8 2 .8 2.8 0l2.1-2.1-.8-.8zM8.2 5.3l1.9-1.9c.4-.4 1-.4 1.4 0l1.1 1.1c.4.4.4 1 0 1.4l-1.9 1.9.9.9 2.1-2.1c.8-.8.8-2 0-2.8l-1.4-1.4c-.8-.8-2-.8-2.8 0L7.3 4.5l.9.8zM12.9 12.2l-.7.7c-.1.1-.3.1-.4 0L3.1 4.1c-.1-.1-.1-.2 0-.3l.7-.7c.1-.1.2-.1.3 0l8.8 8.8c.1.1.1.2 0 .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-unlink;
}