content-clock

Introduced in v1.6.0
Available in TYPO3 9.5 10.4 11.5 12.4 13.x

Buttons

Button Label Button Label

Button Label Button Label

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><path fill="#FFF" d="M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><path fill="#B9B9B9" d="m9.2 7.5 4.1-4.1c-.1-.1-.2-.3-.3-.4-.1-.1-.2-.2-.4-.3L8.5 6.8V1h-1v5.8L3.4 2.7l-.7.7 4.1 4.1H1v1h5.8l-4.1 4.1c.2.3.5.5.7.7l4.1-4.1V15h1V9.2l4.1 4.1c.3-.2.5-.5.7-.7L9.2 8.5H15v-1H9.2z"/><circle cx="8" cy="8" r="5" fill="#FFF"/><path fill="#515151" d="M8 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><path fill="#C83C3C" d="m7.7 7.2.7 1.6 3.1-1.6c-.1-.3-.2-.6-.4-.9l-3.4.9z"/><path fill="#515151" d="m4.7 5.4 2.7 3.2 1.2-1.2-3.2-2.7c-.3.2-.5.4-.7.7z"/><path fill="#515151" d="M8 7.1c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9z"/><circle cx="8" cy="8" r=".5" fill="#FFF"/></svg>

Inline

<span class="icon icon-size-small icon-state-default">
    <span class="icon-markup">
        <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><path fill="#FFF" d="M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><path fill="#B9B9B9" d="m9.2 7.5 4.1-4.1c-.1-.1-.2-.3-.3-.4-.1-.1-.2-.2-.4-.3L8.5 6.8V1h-1v5.8L3.4 2.7l-.7.7 4.1 4.1H1v1h5.8l-4.1 4.1c.2.3.5.5.7.7l4.1-4.1V15h1V9.2l4.1 4.1c.3-.2.5-.5.7-.7L9.2 8.5H15v-1H9.2z"/><circle cx="8" cy="8" r="5" fill="#FFF"/><path fill="#515151" d="M8 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><path fill="#C83C3C" d="m7.7 7.2.7 1.6 3.1-1.6c-.1-.3-.2-.6-.4-.9l-3.4.9z"/><path fill="#515151" d="m4.7 5.4 2.7 3.2 1.2-1.2-3.2-2.7c-.3.2-.5.4-.7.7z"/><path fill="#515151" d="M8 7.1c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9z"/><circle cx="8" cy="8" r=".5" fill="#FFF"/></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-clock" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="content-clock" 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' xml:space='preserve' viewBox='0 0 16 16'%3e%3cpath fill='%23FFF' d='M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z'/%3e%3cpath fill='%23B9B9B9' d='m9.2 7.5 4.1-4.1c-.1-.1-.2-.3-.3-.4-.1-.1-.2-.2-.4-.3L8.5 6.8V1h-1v5.8L3.4 2.7l-.7.7 4.1 4.1H1v1h5.8l-4.1 4.1c.2.3.5.5.7.7l4.1-4.1V15h1V9.2l4.1 4.1c.3-.2.5-.5.7-.7L9.2 8.5H15v-1H9.2z'/%3e%3ccircle cx='8' cy='8' r='5' fill='%23FFF'/%3e%3cpath fill='%23515151' d='M8 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z'/%3e%3cpath fill='%23C83C3C' d='m7.7 7.2.7 1.6 3.1-1.6c-.1-.3-.2-.6-.4-.9l-3.4.9z'/%3e%3cpath fill='%23515151' d='m4.7 5.4 2.7 3.2 1.2-1.2-3.2-2.7c-.3.2-.5.4-.7.7z'/%3e%3cpath fill='%23515151' d='M8 7.1c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9z'/%3e%3ccircle cx='8' cy='8' r='.5' fill='%23FFF'/%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-clock;
}

Download

Download