install-manage-presets

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"><g><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="m21.3 14.8-.7-.7c-.2-.2-.5-.2-.7 0l-5.4 5.4-2.5-2.6c-.2-.2-.5-.2-.7 0l-.6.7c-.2.2-.2.5 0 .7l3.6 3.6c.2.2.5.2.7 0l6.4-6.4c.1-.2.1-.5-.1-.7z"/></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 32 32"><g><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="m21.3 14.8-.7-.7c-.2-.2-.5-.2-.7 0l-5.4 5.4-2.5-2.6c-.2-.2-.5-.2-.7 0l-.6.7c-.2.2-.2.5 0 .7l3.6 3.6c.2.2.5.2.7 0l6.4-6.4c.1-.2.1-.5-.1-.7z"/></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/install.svg#install-manage-presets" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-manage-presets" 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%3cg%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='m21.3 14.8-.7-.7c-.2-.2-.5-.2-.7 0l-5.4 5.4-2.5-2.6c-.2-.2-.5-.2-.7 0l-.6.7c-.2.2-.2.5 0 .7l3.6 3.6c.2.2.5.2.7 0l6.4-6.4c.1-.2.1-.5-.1-.7z'/%3e%3c/g%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-presets;
}

Download

Download