mimetypes-x-content-form-search

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"><g><path fill="#FFF" d="M1 1v14h10.5a3.5 3.5 0 1 1 3.5-3.5V1H1zm14 10.5-.002.027H15V11.5z"/><path fill="#B9B9B9" d="M3 7v4h5.039A3.5 3.5 0 0 1 11.5 8a3.492 3.492 0 0 1 1.5.342V7H3z"/><path fill="#59F" d="M3 12h4v1H3z"/><path fill="#999" d="M1 1v14h10.5a3.498 3.498 0 0 1-2.449-1H2V2h12v7.055a3.5 3.5 0 0 1 1 2.445V1H1zm14 10.5-.002.027H15V11.5z"/><path fill="#B9B9B8" d="M3 3h8v1H3z"/><path fill="#B9B9B9" d="M3 5h8v1H3z"/><path fill="#E8A33D" d="M12.666 12.665c.261-.261.709-.237 1 .055l2.098 2.098c.291.291.316.739.055 1.001-.261.261-.709.237-1-.055l-2.098-2.098c-.292-.292-.316-.74-.055-1.001z"/><circle cx="11.5" cy="11.5" r="2.5" fill="#59F"/><circle cx="11.5" cy="11.5" r="1.5" fill="#ABD7FF"/><circle cx="12" cy="11" r=".5" fill="#FFF" opacity=".604"/></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"><g><path fill="#FFF" d="M1 1v14h10.5a3.5 3.5 0 1 1 3.5-3.5V1H1zm14 10.5-.002.027H15V11.5z"/><path fill="#B9B9B9" d="M3 7v4h5.039A3.5 3.5 0 0 1 11.5 8a3.492 3.492 0 0 1 1.5.342V7H3z"/><path fill="#59F" d="M3 12h4v1H3z"/><path fill="#999" d="M1 1v14h10.5a3.498 3.498 0 0 1-2.449-1H2V2h12v7.055a3.5 3.5 0 0 1 1 2.445V1H1zm14 10.5-.002.027H15V11.5z"/><path fill="#B9B9B8" d="M3 3h8v1H3z"/><path fill="#B9B9B9" d="M3 5h8v1H3z"/><path fill="#E8A33D" d="M12.666 12.665c.261-.261.709-.237 1 .055l2.098 2.098c.291.291.316.739.055 1.001-.261.261-.709.237-1-.055l-2.098-2.098c-.292-.292-.316-.74-.055-1.001z"/><circle cx="11.5" cy="11.5" r="2.5" fill="#59F"/><circle cx="11.5" cy="11.5" r="1.5" fill="#ABD7FF"/><circle cx="12" cy="11" r=".5" fill="#FFF" opacity=".604"/></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/mimetypes.svg#mimetypes-x-content-form-search" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="mimetypes-x-content-form-search" 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='%23FFF' d='M1 1v14h10.5a3.5 3.5 0 1 1 3.5-3.5V1H1zm14 10.5-.002.027H15V11.5z'/%3e%3cpath fill='%23B9B9B9' d='M3 7v4h5.039A3.5 3.5 0 0 1 11.5 8a3.492 3.492 0 0 1 1.5.342V7H3z'/%3e%3cpath fill='%2359F' d='M3 12h4v1H3z'/%3e%3cpath fill='%23999' d='M1 1v14h10.5a3.498 3.498 0 0 1-2.449-1H2V2h12v7.055a3.5 3.5 0 0 1 1 2.445V1H1zm14 10.5-.002.027H15V11.5z'/%3e%3cpath fill='%23B9B9B8' d='M3 3h8v1H3z'/%3e%3cpath fill='%23B9B9B9' d='M3 5h8v1H3z'/%3e%3cpath fill='%23E8A33D' d='M12.666 12.665c.261-.261.709-.237 1 .055l2.098 2.098c.291.291.316.739.055 1.001-.261.261-.709.237-1-.055l-2.098-2.098c-.292-.292-.316-.74-.055-1.001z'/%3e%3ccircle cx='11.5' cy='11.5' r='2.5' fill='%2359F'/%3e%3ccircle cx='11.5' cy='11.5' r='1.5' fill='%23ABD7FF'/%3e%3ccircle cx='12' cy='11' r='.5' fill='%23FFF' opacity='.604'/%3e%3c/g%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-content-form-search;
}

Download

Download