information-os-unknown

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

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm6 7c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6z"/><path d="M8.1 7.9c0 .7-.2 1.4-.7 1.9-.5.5-1.2.8-1.9.7-.7 0-1.4-.2-1.9-.7-.5-.5-.8-1.2-.8-1.9S3 6.5 3.5 6c.5-.5 1.2-.8 1.9-.7.7 0 1.4.2 1.9.7.6.5.8 1.2.8 1.9zM6.4 9.2c.1-.2.2-.4.2-.6.1-.2.1-.5.1-.7 0-.3 0-.5-.1-.8 0-.2-.1-.4-.3-.5-.1-.2-.2-.3-.4-.3-.3-.1-.6-.1-.9 0-.2 0-.3.1-.4.3-.1.1-.2.3-.3.5-.1.3-.1.5-.1.8 0 .3 0 .5.1.8.1.1.2.3.3.5.1.1.2.2.4.3.2.1.3.1.5.1s.3 0 .5-.1c.1-.1.2-.2.4-.3zM12.9 8.8c0 .5-.2.9-.6 1.2-.5.3-1.1.5-1.7.5-.4 0-.7 0-1.1-.1l-.9-.3V8.9h.1c.3.2.6.4.9.5.3.1.6.2 1 .2h.3c.1 0 .2 0 .3-.1.1 0 .2-.1.2-.2.1-.1.1-.2.1-.3 0-.1-.1-.2-.1-.3-.1-.1-.3-.2-.4-.2-.2 0-.4-.1-.6-.1-.2 0-.4-.1-.6-.2-.4 0-.7-.2-1-.5-.2-.2-.3-.5-.3-.8 0-.5.2-.9.6-1.2.5-.3 1.1-.5 1.6-.4.3 0 .7 0 1 .1.3.1.6.1.8.2v1.2h-.1c-.2-.2-.5-.3-.8-.4-.3-.1-.6-.2-.9-.2h-.3c-.1 0-.2 0-.3.1-.1 0-.2.1-.2.2v.2c0 .1.1.2.2.3.2.1.4.2.6.2.2 0 .4.1.5.1.2 0 .4.1.6.2.3.1.6.3.9.5.1.2.2.5.2.8z"/></g></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"><g fill="currentColor"><path d="M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm6 7c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6z"/><path d="M8.1 7.9c0 .7-.2 1.4-.7 1.9-.5.5-1.2.8-1.9.7-.7 0-1.4-.2-1.9-.7-.5-.5-.8-1.2-.8-1.9S3 6.5 3.5 6c.5-.5 1.2-.8 1.9-.7.7 0 1.4.2 1.9.7.6.5.8 1.2.8 1.9zM6.4 9.2c.1-.2.2-.4.2-.6.1-.2.1-.5.1-.7 0-.3 0-.5-.1-.8 0-.2-.1-.4-.3-.5-.1-.2-.2-.3-.4-.3-.3-.1-.6-.1-.9 0-.2 0-.3.1-.4.3-.1.1-.2.3-.3.5-.1.3-.1.5-.1.8 0 .3 0 .5.1.8.1.1.2.3.3.5.1.1.2.2.4.3.2.1.3.1.5.1s.3 0 .5-.1c.1-.1.2-.2.4-.3zM12.9 8.8c0 .5-.2.9-.6 1.2-.5.3-1.1.5-1.7.5-.4 0-.7 0-1.1-.1l-.9-.3V8.9h.1c.3.2.6.4.9.5.3.1.6.2 1 .2h.3c.1 0 .2 0 .3-.1.1 0 .2-.1.2-.2.1-.1.1-.2.1-.3 0-.1-.1-.2-.1-.3-.1-.1-.3-.2-.4-.2-.2 0-.4-.1-.6-.1-.2 0-.4-.1-.6-.2-.4 0-.7-.2-1-.5-.2-.2-.3-.5-.3-.8 0-.5.2-.9.6-1.2.5-.3 1.1-.5 1.6-.4.3 0 .7 0 1 .1.3.1.6.1.8.2v1.2h-.1c-.2-.2-.5-.3-.8-.4-.3-.1-.6-.2-.9-.2h-.3c-.1 0-.2 0-.3.1-.1 0-.2.1-.2.2v.2c0 .1.1.2.2.3.2.1.4.2.6.2.2 0 .4.1.5.1.2 0 .4.1.6.2.3.1.6.3.9.5.1.2.2.5.2.8z"/></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/information.svg#information-os-unknown" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="information-os-unknown" 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%3cg fill='%23fff'%3e%3cpath d='M8 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm6 7c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6z'/%3e%3cpath d='M8.1 7.9c0 .7-.2 1.4-.7 1.9-.5.5-1.2.8-1.9.7-.7 0-1.4-.2-1.9-.7-.5-.5-.8-1.2-.8-1.9S3 6.5 3.5 6c.5-.5 1.2-.8 1.9-.7.7 0 1.4.2 1.9.7.6.5.8 1.2.8 1.9zM6.4 9.2c.1-.2.2-.4.2-.6.1-.2.1-.5.1-.7 0-.3 0-.5-.1-.8 0-.2-.1-.4-.3-.5-.1-.2-.2-.3-.4-.3-.3-.1-.6-.1-.9 0-.2 0-.3.1-.4.3-.1.1-.2.3-.3.5-.1.3-.1.5-.1.8 0 .3 0 .5.1.8.1.1.2.3.3.5.1.1.2.2.4.3.2.1.3.1.5.1s.3 0 .5-.1c.1-.1.2-.2.4-.3zM12.9 8.8c0 .5-.2.9-.6 1.2-.5.3-1.1.5-1.7.5-.4 0-.7 0-1.1-.1l-.9-.3V8.9h.1c.3.2.6.4.9.5.3.1.6.2 1 .2h.3c.1 0 .2 0 .3-.1.1 0 .2-.1.2-.2.1-.1.1-.2.1-.3 0-.1-.1-.2-.1-.3-.1-.1-.3-.2-.4-.2-.2 0-.4-.1-.6-.1-.2 0-.4-.1-.6-.2-.4 0-.7-.2-1-.5-.2-.2-.3-.5-.3-.8 0-.5.2-.9.6-1.2.5-.3 1.1-.5 1.6-.4.3 0 .7 0 1 .1.3.1.6.1.8.2v1.2h-.1c-.2-.2-.5-.3-.8-.4-.3-.1-.6-.2-.9-.2h-.3c-.1 0-.2 0-.3.1-.1 0-.2.1-.2.2v.2c0 .1.1.2.2.3.2.1.4.2.6.2.2 0 .4.1.5.1.2 0 .4.1.6.2.3.1.6.3.9.5.1.2.2.5.2.8z'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-information.scss";

.myclass {
    background-size: 1em 1em;
    background-image: $icon-information-os-unknown;
}

Download

Download