install-manage-settings

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 32 32"><path fill="#59F" d="M27 6H5V3c0-.6.4-1 1-1h20c.6 0 1 .4 1 1v3z"/><path fill="#515151" d="M26 30H6c-.6 0-1-.4-1-1V6h22v23c0 .6-.4 1-1 1z"/><path fill="#FFF" d="M22 18.6v-1.3h-.2l-1.3-.6-.5-.9.8-1.5-.9-.9h-.2l-1.3.8-.9-.4-.9-1.8h-1.3v.2l-.6 1.3-.9.5-1.5-.8-.9.9v.2l.8 1.3-.4.9-1.8.9v1.3h.2l1.3.6.5.9-.8 1.5.9 1 .2-.1 1.3-.8.9.4.6 1.7h1.4v-.2l.6-1.3.9-.4 1.5.8.9-.9v-.2l-.8-1.3.5-.9 1.9-.9zM16 21c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/></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 32 32"><path fill="#59F" d="M27 6H5V3c0-.6.4-1 1-1h20c.6 0 1 .4 1 1v3z"/><path fill="#515151" d="M26 30H6c-.6 0-1-.4-1-1V6h22v23c0 .6-.4 1-1 1z"/><path fill="#FFF" d="M22 18.6v-1.3h-.2l-1.3-.6-.5-.9.8-1.5-.9-.9h-.2l-1.3.8-.9-.4-.9-1.8h-1.3v.2l-.6 1.3-.9.5-1.5-.8-.9.9v.2l.8 1.3-.4.9-1.8.9v1.3h.2l1.3.6.5.9-.8 1.5.9 1 .2-.1 1.3-.8.9.4.6 1.7h1.4v-.2l.6-1.3.9-.4 1.5.8.9-.9v-.2l-.8-1.3.5-.9 1.9-.9zM16 21c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/></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/install.svg#install-manage-settings" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-manage-settings" 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 32 32'%3e%3cpath fill='%2359F' d='M27 6H5V3c0-.6.4-1 1-1h20c.6 0 1 .4 1 1v3z'/%3e%3cpath fill='%23515151' d='M26 30H6c-.6 0-1-.4-1-1V6h22v23c0 .6-.4 1-1 1z'/%3e%3cpath fill='%23FFF' d='M22 18.6v-1.3h-.2l-1.3-.6-.5-.9.8-1.5-.9-.9h-.2l-1.3.8-.9-.4-.9-1.8h-1.3v.2l-.6 1.3-.9.5-1.5-.8-.9.9v.2l.8 1.3-.4.9-1.8.9v1.3h.2l1.3.6.5.9-.8 1.5.9 1 .2-.1 1.3-.8.9.4.6 1.7h1.4v-.2l.6-1.3.9-.4 1.5.8.9-.9v-.2l-.8-1.3.5-.9 1.9-.9zM16 21c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-install-manage-settings;
}

Download

Download