actions-store
Introduced in v2.6.0
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="M15 7.5h.5L16 7l-1-5H2L1 7l.5.5H2V14H1v1h15v-1h-1V7.5zM14.3 3l.7 4h-1l-.6-4h.9zm-1.8 0 .5 4h-1l-.4-4h.9zm-1.7 0 .2 4h-1l-.2-4h1zM8.9 3 9 7H8l.1-4h.8zM7.2 3 7 7H6l.2-4h1zM5.4 3 5 7H4l.5-4h.9zM2.7 3h.8L3 7H2l.7-4zm7.8 11V9.5h2V14h-2zm2.5 0V9h-3v5H3V7.5h11V14h-1z"/><path d="M4 13h5V9H4v4zm.5-3.5h4v3h-4v-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="M15 7.5h.5L16 7l-1-5H2L1 7l.5.5H2V14H1v1h15v-1h-1V7.5zM14.3 3l.7 4h-1l-.6-4h.9zm-1.8 0 .5 4h-1l-.4-4h.9zm-1.7 0 .2 4h-1l-.2-4h1zM8.9 3 9 7H8l.1-4h.8zM7.2 3 7 7H6l.2-4h1zM5.4 3 5 7H4l.5-4h.9zM2.7 3h.8L3 7H2l.7-4zm7.8 11V9.5h2V14h-2zm2.5 0V9h-3v5H3V7.5h11V14h-1z"/><path d="M4 13h5V9H4v4zm.5-3.5h4v3h-4v-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-store" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-store" 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='M15 7.5h.5L16 7l-1-5H2L1 7l.5.5H2V14H1v1h15v-1h-1V7.5zM14.3 3l.7 4h-1l-.6-4h.9zm-1.8 0 .5 4h-1l-.4-4h.9zm-1.7 0 .2 4h-1l-.2-4h1zM8.9 3 9 7H8l.1-4h.8zM7.2 3 7 7H6l.2-4h1zM5.4 3 5 7H4l.5-4h.9zM2.7 3h.8L3 7H2l.7-4zm7.8 11V9.5h2V14h-2zm2.5 0V9h-3v5H3V7.5h11V14h-1z'/%3e%3cpath d='M4 13h5V9H4v4zm.5-3.5h4v3h-4v-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-store;
}