install-create-admin

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="#FF8700" d="M27.4 23.2c-3-.8-5-2-7.1-2.8.1.4.1.6-.1.9-2.1 2.3-6.5 2.1-8.4 0-.3-.3-.2-.5-.1-.9-2.1.8-4.1 2-7.1 2.8 0 0-2.5 1.4-2.6 6.8h28c-.2-5.6-2.6-6.8-2.6-6.8z"/><path fill="#FFC857" d="M16 17.8c-1.2 0-2.5-.7-3.5-1.7-.1 4.2-1.3 4.6-.7 5.2 1.9 2.1 6.3 2.3 8.4 0 .6-.6-.5-1-.7-5.3-1 1-2.2 1.8-3.5 1.8z"/><path fill="#212121" d="M16 17.8c-1.2 0-2.5-.7-3.5-1.7-.1 4.2-1.3 4.6-.7 5.2 1.9 2.1 6.3 2.3 8.4 0 .6-.6-.5-1-.7-5.3-1 1-2.2 1.8-3.5 1.8z" opacity=".05"/><path fill="#FFC857" d="M16 17.8c-3 0-5.9-4-5.9-6.8V7.1c0-2.8 2.4-5.1 5.3-5.1h1.4c3 0 5.3 2.3 5.3 5.1V11c-.2 2.7-3.1 6.8-6.1 6.8z"/><path fill="#FFF" d="M16 17.8c-3 0-5.9-4-5.9-6.8V7.1c0-2.8 2.4-5.1 5.3-5.1h1.4c3 0 5.3 2.3 5.3 5.1V11c-.2 2.7-3.1 6.8-6.1 6.8z" opacity=".15"/></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="#FF8700" d="M27.4 23.2c-3-.8-5-2-7.1-2.8.1.4.1.6-.1.9-2.1 2.3-6.5 2.1-8.4 0-.3-.3-.2-.5-.1-.9-2.1.8-4.1 2-7.1 2.8 0 0-2.5 1.4-2.6 6.8h28c-.2-5.6-2.6-6.8-2.6-6.8z"/><path fill="#FFC857" d="M16 17.8c-1.2 0-2.5-.7-3.5-1.7-.1 4.2-1.3 4.6-.7 5.2 1.9 2.1 6.3 2.3 8.4 0 .6-.6-.5-1-.7-5.3-1 1-2.2 1.8-3.5 1.8z"/><path fill="#212121" d="M16 17.8c-1.2 0-2.5-.7-3.5-1.7-.1 4.2-1.3 4.6-.7 5.2 1.9 2.1 6.3 2.3 8.4 0 .6-.6-.5-1-.7-5.3-1 1-2.2 1.8-3.5 1.8z" opacity=".05"/><path fill="#FFC857" d="M16 17.8c-3 0-5.9-4-5.9-6.8V7.1c0-2.8 2.4-5.1 5.3-5.1h1.4c3 0 5.3 2.3 5.3 5.1V11c-.2 2.7-3.1 6.8-6.1 6.8z"/><path fill="#FFF" d="M16 17.8c-3 0-5.9-4-5.9-6.8V7.1c0-2.8 2.4-5.1 5.3-5.1h1.4c3 0 5.3 2.3 5.3 5.1V11c-.2 2.7-3.1 6.8-6.1 6.8z" opacity=".15"/></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-create-admin" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-create-admin" 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='%23FF8700' d='M27.4 23.2c-3-.8-5-2-7.1-2.8.1.4.1.6-.1.9-2.1 2.3-6.5 2.1-8.4 0-.3-.3-.2-.5-.1-.9-2.1.8-4.1 2-7.1 2.8 0 0-2.5 1.4-2.6 6.8h28c-.2-5.6-2.6-6.8-2.6-6.8z'/%3e%3cpath fill='%23FFC857' d='M16 17.8c-1.2 0-2.5-.7-3.5-1.7-.1 4.2-1.3 4.6-.7 5.2 1.9 2.1 6.3 2.3 8.4 0 .6-.6-.5-1-.7-5.3-1 1-2.2 1.8-3.5 1.8z'/%3e%3cpath fill='%23212121' d='M16 17.8c-1.2 0-2.5-.7-3.5-1.7-.1 4.2-1.3 4.6-.7 5.2 1.9 2.1 6.3 2.3 8.4 0 .6-.6-.5-1-.7-5.3-1 1-2.2 1.8-3.5 1.8z' opacity='.05'/%3e%3cpath fill='%23FFC857' d='M16 17.8c-3 0-5.9-4-5.9-6.8V7.1c0-2.8 2.4-5.1 5.3-5.1h1.4c3 0 5.3 2.3 5.3 5.1V11c-.2 2.7-3.1 6.8-6.1 6.8z'/%3e%3cpath fill='%23FFF' d='M16 17.8c-3 0-5.9-4-5.9-6.8V7.1c0-2.8 2.4-5.1 5.3-5.1h1.4c3 0 5.3 2.3 5.3 5.1V11c-.2 2.7-3.1 6.8-6.1 6.8z' opacity='.15'/%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-create-admin;
}

Download

Download