content-carousel-item-textandimage

Introduced in v1.11.0
Available in TYPO3 10.4 11.5 12.4 13.x

Buttons

Button Label Button Label

Button Label Button Label

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><path fill="#CCC" d="M1 3h14v10H1V3z"/><path fill="#999" d="M14 4v8H2V4h12m1-1H1v10h14V3z"/><path fill="#FFF" d="M3 2h10v12H3V2z"/><path fill="#666" d="M12 3v10H4V3h8m1-1H3v12h10V2z"/><path fill="#666" d="M5 4h6v1H5V4z"/><g><path fill="#59F" d="M5 6h6v6H5V6z"/><path fill="#E9F2FF" d="M11 6.7c-.1-.1-.3-.2-.5-.2-.6 0-1 .4-1 1s.4 1 1 1c.2 0 .4-.1.5-.2V6.7zM9.5 9l-2 3H11v-1z"/><path fill="#ACF" d="M5 9.8V12h4.5l-3-4.5z"/></g></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 16 16"><path fill="#CCC" d="M1 3h14v10H1V3z"/><path fill="#999" d="M14 4v8H2V4h12m1-1H1v10h14V3z"/><path fill="#FFF" d="M3 2h10v12H3V2z"/><path fill="#666" d="M12 3v10H4V3h8m1-1H3v12h10V2z"/><path fill="#666" d="M5 4h6v1H5V4z"/><g><path fill="#59F" d="M5 6h6v6H5V6z"/><path fill="#E9F2FF" d="M11 6.7c-.1-.1-.3-.2-.5-.2-.6 0-1 .4-1 1s.4 1 1 1c.2 0 .4-.1.5-.2V6.7zM9.5 9l-2 3H11v-1z"/><path fill="#ACF" d="M5 9.8V12h4.5l-3-4.5z"/></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/content.svg#content-carousel-item-textandimage" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="content-carousel-item-textandimage" 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 16 16'%3e%3cpath fill='%23CCC' d='M1 3h14v10H1V3z'/%3e%3cpath fill='%23999' d='M14 4v8H2V4h12m1-1H1v10h14V3z'/%3e%3cpath fill='%23FFF' d='M3 2h10v12H3V2z'/%3e%3cpath fill='%23666' d='M12 3v10H4V3h8m1-1H3v12h10V2z'/%3e%3cpath fill='%23666' d='M5 4h6v1H5V4z'/%3e%3cg%3e%3cpath fill='%2359F' d='M5 6h6v6H5V6z'/%3e%3cpath fill='%23E9F2FF' d='M11 6.7c-.1-.1-.3-.2-.5-.2-.6 0-1 .4-1 1s.4 1 1 1c.2 0 .4-.1.5-.2V6.7zM9.5 9l-2 3H11v-1z'/%3e%3cpath fill='%23ACF' d='M5 9.8V12h4.5l-3-4.5z'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-content-carousel-item-textandimage;
}

Download

Download