apps-toolbar-menu-shortcut
Introduced in v1.0.0
Available in TYPO3
7.6 8.6 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="M5.323 5H1C.109 5-.337 6.077.293 6.707l3.534 3.534-1.755 4.388c-.327.816.484 1.626 1.3 1.3L8 14.077l4.629 1.851c.816.327 1.626-.484 1.3-1.3l-1.755-4.388 3.534-3.534C16.337 6.077 15.891 5 15 5h-4.323L8.928.629c-.335-.838-1.522-.838-1.857 0L5.323 5z"/></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.323 5H1C.109 5-.337 6.077.293 6.707l3.534 3.534-1.755 4.388c-.327.816.484 1.626 1.3 1.3L8 14.077l4.629 1.851c.816.327 1.626-.484 1.3-1.3l-1.755-4.388 3.534-3.534C16.337 6.077 15.891 5 15 5h-4.323L8.928.629c-.335-.838-1.522-.838-1.857 0L5.323 5z"/></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/apps.svg#apps-toolbar-menu-shortcut" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="apps-toolbar-menu-shortcut" 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.323 5H1C.109 5-.337 6.077.293 6.707l3.534 3.534-1.755 4.388c-.327.816.484 1.626 1.3 1.3L8 14.077l4.629 1.851c.816.327 1.626-.484 1.3-1.3l-1.755-4.388 3.534-3.534C16.337 6.077 15.891 5 15 5h-4.323L8.928.629c-.335-.838-1.522-.838-1.857 0L5.323 5z'/%3e%3c/g%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-apps.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-apps-toolbar-menu-shortcut;
}