mimetypes-x-index_config

Introduced in v1.0.0
Available in TYPO3 7.6 8.6 9.5 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="#E8A33D" d="m14.69 13.17-2.758-2.758a6.052 6.052 0 0 1-1.525 1.524l2.753 2.744c.2.2.47.32.76.32.59 0 1.08-.49 1.08-1.07 0-.29-.12-.57-.31-.76z"/><circle cx="7" cy="7" r="5" fill="#ABD7FF"/><path fill="#59F" d="M7 2.5c2.481 0 4.5 2.019 4.5 4.5S9.481 11.5 7 11.5 2.5 9.481 2.5 7 4.519 2.5 7 2.5M7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1z"/><circle cx="8.5" cy="5.5" r="1.5" fill="#FFF" opacity=".6"/></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="#E8A33D" d="m14.69 13.17-2.758-2.758a6.052 6.052 0 0 1-1.525 1.524l2.753 2.744c.2.2.47.32.76.32.59 0 1.08-.49 1.08-1.07 0-.29-.12-.57-.31-.76z"/><circle cx="7" cy="7" r="5" fill="#ABD7FF"/><path fill="#59F" d="M7 2.5c2.481 0 4.5 2.019 4.5 4.5S9.481 11.5 7 11.5 2.5 9.481 2.5 7 4.519 2.5 7 2.5M7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1z"/><circle cx="8.5" cy="5.5" r="1.5" fill="#FFF" opacity=".6"/></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/mimetypes.svg#mimetypes-x-index_config" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="mimetypes-x-index_config" 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='%23E8A33D' d='m14.69 13.17-2.758-2.758a6.052 6.052 0 0 1-1.525 1.524l2.753 2.744c.2.2.47.32.76.32.59 0 1.08-.49 1.08-1.07 0-.29-.12-.57-.31-.76z'/%3e%3ccircle cx='7' cy='7' r='5' fill='%23ABD7FF'/%3e%3cpath fill='%2359F' d='M7 2.5c2.481 0 4.5 2.019 4.5 4.5S9.481 11.5 7 11.5 2.5 9.481 2.5 7 4.519 2.5 7 2.5M7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1z'/%3e%3ccircle cx='8.5' cy='5.5' r='1.5' fill='%23FFF' opacity='.6'/%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-mimetypes-x-index_config;
}

Download

Download