install-extension-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="#FFC857" d="M24.8 5H7.2c-.1 0-.2.1-.3.1L4 10.9V26.7c0 .2.1.3.3.3h23.5c.1 0 .3-.1.3-.3V11l-2.9-5.8c-.2-.1-.3-.2-.4-.2z"/><g fill="#212121" opacity=".15"><path d="M24.8 5H7.2c-.1 0-.2.1-.3.1l-1 2.2h20.3l-1.1-2.1c-.1-.1-.2-.2-.3-.2zM26.9 8.8H5.1L4 11h24z"/></g><path fill="#3E3E3E" d="M20 19.4v-.9h-.1l-.9-.4-.3-.6.5-1-.6-.6h-.1l-.9.5-.6-.3-.6-1.1h-.9v.1l-.4.9-.6.3-1-.5-.6.6v.1l.5.9-.3.6-1.1.6v.9h.1l.9.4.3.6-.5 1 .6.7.1-.1.9-.5.6.3.4 1.1h.9v-.1l.4-.9.6-.3 1 .5.6-.6v-.1l-.5-.9.3-.6 1.3-.6zM16 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z" opacity=".75"/></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="#FFC857" d="M24.8 5H7.2c-.1 0-.2.1-.3.1L4 10.9V26.7c0 .2.1.3.3.3h23.5c.1 0 .3-.1.3-.3V11l-2.9-5.8c-.2-.1-.3-.2-.4-.2z"/><g fill="#212121" opacity=".15"><path d="M24.8 5H7.2c-.1 0-.2.1-.3.1l-1 2.2h20.3l-1.1-2.1c-.1-.1-.2-.2-.3-.2zM26.9 8.8H5.1L4 11h24z"/></g><path fill="#3E3E3E" d="M20 19.4v-.9h-.1l-.9-.4-.3-.6.5-1-.6-.6h-.1l-.9.5-.6-.3-.6-1.1h-.9v.1l-.4.9-.6.3-1-.5-.6.6v.1l.5.9-.3.6-1.1.6v.9h.1l.9.4.3.6-.5 1 .6.7.1-.1.9-.5.6.3.4 1.1h.9v-.1l.4-.9.6-.3 1 .5.6-.6v-.1l-.5-.9.3-.6 1.3-.6zM16 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z" opacity=".75"/></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-extension-settings" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-extension-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='%23FFC857' d='M24.8 5H7.2c-.1 0-.2.1-.3.1L4 10.9V26.7c0 .2.1.3.3.3h23.5c.1 0 .3-.1.3-.3V11l-2.9-5.8c-.2-.1-.3-.2-.4-.2z'/%3e%3cg fill='%23212121' opacity='.15'%3e%3cpath d='M24.8 5H7.2c-.1 0-.2.1-.3.1l-1 2.2h20.3l-1.1-2.1c-.1-.1-.2-.2-.3-.2zM26.9 8.8H5.1L4 11h24z'/%3e%3c/g%3e%3cpath fill='%233E3E3E' d='M20 19.4v-.9h-.1l-.9-.4-.3-.6.5-1-.6-.6h-.1l-.9.5-.6-.3-.6-1.1h-.9v.1l-.4.9-.6.3-1-.5-.6.6v.1l.5.9-.3.6-1.1.6v.9h.1l.9.4.3.6-.5 1 .6.7.1-.1.9-.5.6.3.4 1.1h.9v-.1l.4-.9.6-.3 1 .5.6-.6v-.1l-.5-.9.3-.6 1.3-.6zM16 21c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z' opacity='.75'/%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-extension-settings;
}

Download

Download