content-trophy

Introduced in v2.5.0
Available in TYPO3 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"><g><path fill="#666" d="M13 4v3c0 .6-.4 1-1 1H4c-.6 0-1-.4-1-1V4h10m0-1H3c-.6 0-1 .4-1 1v3c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-.6-.4-1-1-1z"/><path fill="#FFC857" d="M11 14H8.5v-3.043C11.111 10.527 12 6.652 12 1H4c0 5.652.889 9.527 3.5 9.957V14H5c-.6 0-1 .4-1 1h8c0-.6-.4-1-1-1z"/><path fill="#E8A33D" d="M10.99 2c-.106 4.952-1.017 7.701-2.652 7.97L8 10.026l-.337-.056C6.028 9.701 5.116 6.952 5.01 2h5.98M12 1H4c0 5.652.889 9.527 3.5 9.957V14H5c-.6 0-1 .4-1 1h8c0-.6-.4-1-1-1H8.5v-3.043C11.111 10.527 12 6.652 12 1z"/></g><path fill="#FFF" d="M8 2v8.026l.337-.056C9.972 9.701 10.884 6.952 10.99 2H8z" opacity=".3"/></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"><g><path fill="#666" d="M13 4v3c0 .6-.4 1-1 1H4c-.6 0-1-.4-1-1V4h10m0-1H3c-.6 0-1 .4-1 1v3c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-.6-.4-1-1-1z"/><path fill="#FFC857" d="M11 14H8.5v-3.043C11.111 10.527 12 6.652 12 1H4c0 5.652.889 9.527 3.5 9.957V14H5c-.6 0-1 .4-1 1h8c0-.6-.4-1-1-1z"/><path fill="#E8A33D" d="M10.99 2c-.106 4.952-1.017 7.701-2.652 7.97L8 10.026l-.337-.056C6.028 9.701 5.116 6.952 5.01 2h5.98M12 1H4c0 5.652.889 9.527 3.5 9.957V14H5c-.6 0-1 .4-1 1h8c0-.6-.4-1-1-1H8.5v-3.043C11.111 10.527 12 6.652 12 1z"/></g><path fill="#FFF" d="M8 2v8.026l.337-.056C9.972 9.701 10.884 6.952 10.99 2H8z" opacity=".3"/></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-trophy" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="content-trophy" 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%3cg%3e%3cpath fill='%23666' d='M13 4v3c0 .6-.4 1-1 1H4c-.6 0-1-.4-1-1V4h10m0-1H3c-.6 0-1 .4-1 1v3c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V4c0-.6-.4-1-1-1z'/%3e%3cpath fill='%23FFC857' d='M11 14H8.5v-3.043C11.111 10.527 12 6.652 12 1H4c0 5.652.889 9.527 3.5 9.957V14H5c-.6 0-1 .4-1 1h8c0-.6-.4-1-1-1z'/%3e%3cpath fill='%23E8A33D' d='M10.99 2c-.106 4.952-1.017 7.701-2.652 7.97L8 10.026l-.337-.056C6.028 9.701 5.116 6.952 5.01 2h5.98M12 1H4c0 5.652.889 9.527 3.5 9.957V14H5c-.6 0-1 .4-1 1h8c0-.6-.4-1-1-1H8.5v-3.043C11.111 10.527 12 6.652 12 1z'/%3e%3c/g%3e%3cpath fill='%23FFF' d='M8 2v8.026l.337-.056C9.972 9.701 10.884 6.952 10.99 2H8z' opacity='.3'/%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-trophy;
}

Download

Download