actions-university
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="M14 13v-1.5a.5.5 0 0 0-.5-.5H13V6h1V4.309a.5.5 0 0 0-.276-.447l-5.5-2.75a.5.5 0 0 0-.448 0l-5.5 2.75A.5.5 0 0 0 2 4.309V6h1v5h-.5a.5.5 0 0 0-.5.5V13H1v1h14v-1h-1zm-2-2h-2V6h2v5zM9 6v5H7V6h2zM3 4.618l5-2.5 5 2.5V5H3v-.382zM4 6h2v5H4V6zm9 7H3v-1h10v1z"/></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="M14 13v-1.5a.5.5 0 0 0-.5-.5H13V6h1V4.309a.5.5 0 0 0-.276-.447l-5.5-2.75a.5.5 0 0 0-.448 0l-5.5 2.75A.5.5 0 0 0 2 4.309V6h1v5h-.5a.5.5 0 0 0-.5.5V13H1v1h14v-1h-1zm-2-2h-2V6h2v5zM9 6v5H7V6h2zM3 4.618l5-2.5 5 2.5V5H3v-.382zM4 6h2v5H4V6zm9 7H3v-1h10v1z"/></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-university" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-university" 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='M14 13v-1.5a.5.5 0 0 0-.5-.5H13V6h1V4.309a.5.5 0 0 0-.276-.447l-5.5-2.75a.5.5 0 0 0-.448 0l-5.5 2.75A.5.5 0 0 0 2 4.309V6h1v5h-.5a.5.5 0 0 0-.5.5V13H1v1h14v-1h-1zm-2-2h-2V6h2v5zM9 6v5H7V6h2zM3 4.618l5-2.5 5 2.5V5H3v-.382zM4 6h2v5H4V6zm9 7H3v-1h10v1z'/%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-university;
}