install-check-directory

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" fill-rule="evenodd" d="M29 9H15l-4-2H3v18h26V9z" clip-rule="evenodd"/><path fill="#212121" fill-rule="evenodd" d="M29 9H3v16h26V9z" clip-rule="evenodd" opacity=".25"/><path fill="#FFC857" fill-rule="evenodd" d="M3 13h8l4.1-3H29v15H3V13z" clip-rule="evenodd"/></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" fill-rule="evenodd" d="M29 9H15l-4-2H3v18h26V9z" clip-rule="evenodd"/><path fill="#212121" fill-rule="evenodd" d="M29 9H3v16h26V9z" clip-rule="evenodd" opacity=".25"/><path fill="#FFC857" fill-rule="evenodd" d="M3 13h8l4.1-3H29v15H3V13z" clip-rule="evenodd"/></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-check-directory" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-check-directory" 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' fill-rule='evenodd' d='M29 9H15l-4-2H3v18h26V9z' clip-rule='evenodd'/%3e%3cpath fill='%23212121' fill-rule='evenodd' d='M29 9H3v16h26V9z' clip-rule='evenodd' opacity='.25'/%3e%3cpath fill='%23FFC857' fill-rule='evenodd' d='M3 13h8l4.1-3H29v15H3V13z' clip-rule='evenodd'/%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-check-directory;
}

Download

Download