install-clear-cache

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="#59F" d="M2 4h22v22H2z"/><ellipse cx="13" cy="26" fill="#59F" rx="11" ry="4"/><ellipse cx="13" cy="4" fill="#59F" rx="11" ry="4"/><g opacity=".25"><ellipse cx="13" cy="4" fill="#FFF" rx="11" ry="4"/><ellipse cx="13" cy="4" fill="#212121" rx="7" ry="2"/></g><path fill="#FFC857" d="M14 13h16v16H14z"/><ellipse cx="22" cy="29" fill="#FFC857" rx="8" ry="3"/><ellipse cx="22" cy="13" fill="#FFC857" rx="8" ry="3"/><g opacity=".25"><ellipse cx="22" cy="13" fill="#FFF" rx="8" ry="3"/><ellipse cx="22" cy="13" rx="5" ry="1.5"/></g><path fill="#FFF" d="m20.5 27.8 4.5-5.7c.1-.2.1-.5-.2-.5H23c-.2 0-.3-.1-.2-.3l1.6-2.8c.1-.2.1-.5-.2-.5H21c-.2 0-.4.2-.5.3l-1.4 5c-.1.2.1.3.3.3H21c.2 0 .3.2.2.3 0 0-1.4 3.5-1.4 3.6 0 .2.2.4.4.4.1 0 .2 0 .3-.1-.1.1-.1 0 0 0z"/></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="#59F" d="M2 4h22v22H2z"/><ellipse cx="13" cy="26" fill="#59F" rx="11" ry="4"/><ellipse cx="13" cy="4" fill="#59F" rx="11" ry="4"/><g opacity=".25"><ellipse cx="13" cy="4" fill="#FFF" rx="11" ry="4"/><ellipse cx="13" cy="4" fill="#212121" rx="7" ry="2"/></g><path fill="#FFC857" d="M14 13h16v16H14z"/><ellipse cx="22" cy="29" fill="#FFC857" rx="8" ry="3"/><ellipse cx="22" cy="13" fill="#FFC857" rx="8" ry="3"/><g opacity=".25"><ellipse cx="22" cy="13" fill="#FFF" rx="8" ry="3"/><ellipse cx="22" cy="13" rx="5" ry="1.5"/></g><path fill="#FFF" d="m20.5 27.8 4.5-5.7c.1-.2.1-.5-.2-.5H23c-.2 0-.3-.1-.2-.3l1.6-2.8c.1-.2.1-.5-.2-.5H21c-.2 0-.4.2-.5.3l-1.4 5c-.1.2.1.3.3.3H21c.2 0 .3.2.2.3 0 0-1.4 3.5-1.4 3.6 0 .2.2.4.4.4.1 0 .2 0 .3-.1-.1.1-.1 0 0 0z"/></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-clear-cache" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-clear-cache" 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='%2359F' d='M2 4h22v22H2z'/%3e%3cellipse cx='13' cy='26' fill='%2359F' rx='11' ry='4'/%3e%3cellipse cx='13' cy='4' fill='%2359F' rx='11' ry='4'/%3e%3cg opacity='.25'%3e%3cellipse cx='13' cy='4' fill='%23FFF' rx='11' ry='4'/%3e%3cellipse cx='13' cy='4' fill='%23212121' rx='7' ry='2'/%3e%3c/g%3e%3cpath fill='%23FFC857' d='M14 13h16v16H14z'/%3e%3cellipse cx='22' cy='29' fill='%23FFC857' rx='8' ry='3'/%3e%3cellipse cx='22' cy='13' fill='%23FFC857' rx='8' ry='3'/%3e%3cg opacity='.25'%3e%3cellipse cx='22' cy='13' fill='%23FFF' rx='8' ry='3'/%3e%3cellipse cx='22' cy='13' rx='5' ry='1.5'/%3e%3c/g%3e%3cpath fill='%23FFF' d='m20.5 27.8 4.5-5.7c.1-.2.1-.5-.2-.5H23c-.2 0-.3-.1-.2-.3l1.6-2.8c.1-.2.1-.5-.2-.5H21c-.2 0-.4.2-.5.3l-1.4 5c-.1.2.1.3.3.3H21c.2 0 .3.2.2.3 0 0-1.4 3.5-1.4 3.6 0 .2.2.4.4.4.1 0 .2 0 .3-.1-.1.1-.1 0 0 0z'/%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-clear-cache;
}

Download

Download