content-timeline-item
Introduced in v1.11.0
Available in TYPO3
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"><path fill="#FFF" d="M6 5h7v6H6z"/><path fill="#666" d="M12 6v4H7V6h5m1-1H6v6h7V5z"/><path fill="#59F" d="M7 6h2v4H7z"/><path fill="#999" d="M5 3.5v-1H4V1H3v14h1v-1.5h1v-1H4v-4h1v-1H4v-4zm1-1h1v1H6zm2 0h1v1H8zm2 0h1v1h-1zm-4 10h1v1H6zm2 0h1v1H8zm2 0h1v1h-1z"/></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"><path fill="#FFF" d="M6 5h7v6H6z"/><path fill="#666" d="M12 6v4H7V6h5m1-1H6v6h7V5z"/><path fill="#59F" d="M7 6h2v4H7z"/><path fill="#999" d="M5 3.5v-1H4V1H3v14h1v-1.5h1v-1H4v-4h1v-1H4v-4zm1-1h1v1H6zm2 0h1v1H8zm2 0h1v1h-1zm-4 10h1v1H6zm2 0h1v1H8zm2 0h1v1h-1z"/></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/content.svg#content-timeline-item" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="content-timeline-item" 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%3cpath fill='%23FFF' d='M6 5h7v6H6z'/%3e%3cpath fill='%23666' d='M12 6v4H7V6h5m1-1H6v6h7V5z'/%3e%3cpath fill='%2359F' d='M7 6h2v4H7z'/%3e%3cpath fill='%23999' d='M5 3.5v-1H4V1H3v14h1v-1.5h1v-1H4v-4h1v-1H4v-4zm1-1h1v1H6zm2 0h1v1H8zm2 0h1v1h-1zm-4 10h1v1H6zm2 0h1v1H8zm2 0h1v1h-1z'/%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-content.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-content-timeline-item;
}