install-php-info

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="#777BB3" d="M28.7 7H3.3c-.8 0-1.3.3-1.3.6v16.7c0 .4.5.7 1.3.7h25.5c.8 0 1.3-.3 1.3-.6V7.6c-.1-.3-.6-.6-1.4-.6z"/><path fill="#FFF" d="M7.6 13.1h3c.9 0 1.5.3 1.9.8s.5 1.2.4 2l-.3 1.2c-.2.4-.4.7-.7 1-.4.4-.8.6-1.2.7-.4.1-.9.2-1.3.2H8l-.5 2H6l1.6-7.9m1.3 1.3-.7 3.3H8.5c.7 0 1.3-.1 1.8-.2.5-.2.8-.7 1-1.6.1-.8 0-1.2-.4-1.3-.4-.1-.9-.2-1.5-.2h-.5M14.6 11h1.5l-.4 2.1H17c.8 0 1.3.2 1.7.5.4.3.5.9.3 1.7l-.7 3.7h-1.5l.7-3.5c.1-.4.1-.6-.1-.8-.1-.2-.4-.2-.8-.2h-1.2l-.9 4.5H13l1.6-8M20.7 13.1h3c.9 0 1.5.3 1.9.8s.5 1.2.4 2l-.3 1.2c-.2.4-.4.7-.7 1-.4.4-.8.6-1.2.7-.4.1-.9.2-1.3.2h-1.3l-.5 2h-1.5l1.5-7.9m1.3 1.3-.7 3.3H21.6c.7 0 1.3-.1 1.8-.2.5-.2.8-.7 1-1.6.1-.8 0-1.2-.4-1.3-.4-.1-.9-.2-1.5-.2H22"/></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="#777BB3" d="M28.7 7H3.3c-.8 0-1.3.3-1.3.6v16.7c0 .4.5.7 1.3.7h25.5c.8 0 1.3-.3 1.3-.6V7.6c-.1-.3-.6-.6-1.4-.6z"/><path fill="#FFF" d="M7.6 13.1h3c.9 0 1.5.3 1.9.8s.5 1.2.4 2l-.3 1.2c-.2.4-.4.7-.7 1-.4.4-.8.6-1.2.7-.4.1-.9.2-1.3.2H8l-.5 2H6l1.6-7.9m1.3 1.3-.7 3.3H8.5c.7 0 1.3-.1 1.8-.2.5-.2.8-.7 1-1.6.1-.8 0-1.2-.4-1.3-.4-.1-.9-.2-1.5-.2h-.5M14.6 11h1.5l-.4 2.1H17c.8 0 1.3.2 1.7.5.4.3.5.9.3 1.7l-.7 3.7h-1.5l.7-3.5c.1-.4.1-.6-.1-.8-.1-.2-.4-.2-.8-.2h-1.2l-.9 4.5H13l1.6-8M20.7 13.1h3c.9 0 1.5.3 1.9.8s.5 1.2.4 2l-.3 1.2c-.2.4-.4.7-.7 1-.4.4-.8.6-1.2.7-.4.1-.9.2-1.3.2h-1.3l-.5 2h-1.5l1.5-7.9m1.3 1.3-.7 3.3H21.6c.7 0 1.3-.1 1.8-.2.5-.2.8-.7 1-1.6.1-.8 0-1.2-.4-1.3-.4-.1-.9-.2-1.5-.2H22"/></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-php-info" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-php-info" 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='%23777BB3' d='M28.7 7H3.3c-.8 0-1.3.3-1.3.6v16.7c0 .4.5.7 1.3.7h25.5c.8 0 1.3-.3 1.3-.6V7.6c-.1-.3-.6-.6-1.4-.6z'/%3e%3cpath fill='%23FFF' d='M7.6 13.1h3c.9 0 1.5.3 1.9.8s.5 1.2.4 2l-.3 1.2c-.2.4-.4.7-.7 1-.4.4-.8.6-1.2.7-.4.1-.9.2-1.3.2H8l-.5 2H6l1.6-7.9m1.3 1.3-.7 3.3H8.5c.7 0 1.3-.1 1.8-.2.5-.2.8-.7 1-1.6.1-.8 0-1.2-.4-1.3-.4-.1-.9-.2-1.5-.2h-.5M14.6 11h1.5l-.4 2.1H17c.8 0 1.3.2 1.7.5.4.3.5.9.3 1.7l-.7 3.7h-1.5l.7-3.5c.1-.4.1-.6-.1-.8-.1-.2-.4-.2-.8-.2h-1.2l-.9 4.5H13l1.6-8M20.7 13.1h3c.9 0 1.5.3 1.9.8s.5 1.2.4 2l-.3 1.2c-.2.4-.4.7-.7 1-.4.4-.8.6-1.2.7-.4.1-.9.2-1.3.2h-1.3l-.5 2h-1.5l1.5-7.9m1.3 1.3-.7 3.3H21.6c.7 0 1.3-.1 1.8-.2.5-.2.8-.7 1-1.6.1-.8 0-1.2-.4-1.3-.4-.1-.9-.2-1.5-.2H22'/%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-php-info;
}

Download

Download