module-aboutmodules

Introduced in v1.0.0
Available in TYPO3 7.6 8.6 9.5 10.4 11.5 12.4 13.x

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><g><g fill="#3A81B4"><path d="M0 0h64v64H0z"/></g><path fill="#FFF" d="M48 18v26H16V18h32Zm-26 0v26h2V18h-2Zm-4 18v2h2v-2h-2Zm0 4v2h2v-2h-2Zm0-8v2h2v-2h-2Zm0-4v2h2v-2h-2Zm0-4v2h2v-2h-2Zm0-4v2h2v-2h-2Zm10 4v2h10v-2H28Zm0 8v2h10v-2H28Zm0-4v2h14v-2H28Z"/></g></g></svg>

Inline

<span class="icon icon-size-small icon-state-default">
    <span class="icon-markup">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><g><g fill="#3A81B4"><path d="M0 0h64v64H0z"/></g><path fill="#FFF" d="M48 18v26H16V18h32Zm-26 0v26h2V18h-2Zm-4 18v2h2v-2h-2Zm0 4v2h2v-2h-2Zm0-8v2h2v-2h-2Zm0-4v2h2v-2h-2Zm0-4v2h2v-2h-2Zm0-4v2h2v-2h-2Zm10 4v2h10v-2H28Zm0 8v2h10v-2H28Zm0-4v2h14v-2H28Z"/></g></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/module.svg#module-aboutmodules" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="module-aboutmodules" 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' viewBox='0 0 64 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg fill='%233A81B4'%3e%3cpath d='M0 0h64v64H0z'/%3e%3c/g%3e%3cpath fill='%23FFF' d='M48 18v26H16V18h32Zm-26 0v26h2V18h-2Zm-4 18v2h2v-2h-2Zm0 4v2h2v-2h-2Zm0-8v2h2v-2h-2Zm0-4v2h2v-2h-2Zm0-4v2h2v-2h-2Zm0-4v2h2v-2h-2Zm10 4v2h10v-2H28Zm0 8v2h10v-2H28Zm0-4v2h14v-2H28Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-module-aboutmodules;
}

Download

Download