module-indexed_search

Introduced in v1.0.0
Available in TYPO3 7.6 8.6 9.5 10.4 11.5 12.4 13.x

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><g><g fill="#458043"><g><path d="M0 0h64v64H0z"/></g></g><path fill="#FFF" d="m28.384 35.37 1.732 1-6.5 11.26-1.732-1 6.5-11.26Zm7.232 0-1.732 1 6.5 11.26 1.732-1-6.5-11.26Z"/><path fill="#FFF" d="M46 22h1.007c.54 0 .993-.448.993-1 0-.556-.444-1-.993-1H16.993c-.54 0-.993.448-.993 1 0 .556.444 1 .993 1H18v17.008c0 .537.446.992.997.992h26.006a.99.99 0 0 0 .997-.992V22Zm-14.99 7.324 2.608 2.609.755.754.754-.754 5.354-5.355-1.508-1.508-4.56 4.64-2.662-2.66-.754-.755-.754.754-6.411 6.412 1.508 1.508 5.67-5.645Z"/><path fill="#458043" d="M18 40h28v2H18z" opacity=".5"/></g></g></svg>

Inline

<span class="icon icon-size-small icon-state-default">
    <span class="icon-markup">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" fill-rule="evenodd"><g><g fill="#458043"><g><path d="M0 0h64v64H0z"/></g></g><path fill="#FFF" d="m28.384 35.37 1.732 1-6.5 11.26-1.732-1 6.5-11.26Zm7.232 0-1.732 1 6.5 11.26 1.732-1-6.5-11.26Z"/><path fill="#FFF" d="M46 22h1.007c.54 0 .993-.448.993-1 0-.556-.444-1-.993-1H16.993c-.54 0-.993.448-.993 1 0 .556.444 1 .993 1H18v17.008c0 .537.446.992.997.992h26.006a.99.99 0 0 0 .997-.992V22Zm-14.99 7.324 2.608 2.609.755.754.754-.754 5.354-5.355-1.508-1.508-4.56 4.64-2.662-2.66-.754-.755-.754.754-6.411 6.412 1.508 1.508 5.67-5.645Z"/><path fill="#458043" d="M18 40h28v2H18z" opacity=".5"/></g></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/module.svg#module-indexed_search" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="module-indexed_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' viewBox='0 0 64 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg fill='%23458043'%3e%3cg%3e%3cpath d='M0 0h64v64H0z'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%23FFF' d='m28.384 35.37 1.732 1-6.5 11.26-1.732-1 6.5-11.26Zm7.232 0-1.732 1 6.5 11.26 1.732-1-6.5-11.26Z'/%3e%3cpath fill='%23FFF' d='M46 22h1.007c.54 0 .993-.448.993-1 0-.556-.444-1-.993-1H16.993c-.54 0-.993.448-.993 1 0 .556.444 1 .993 1H18v17.008c0 .537.446.992.997.992h26.006a.99.99 0 0 0 .997-.992V22Zm-14.99 7.324 2.608 2.609.755.754.754-.754 5.354-5.355-1.508-1.508-4.56 4.64-2.662-2.66-.754-.755-.754.754-6.411 6.412 1.508 1.508 5.67-5.645Z'/%3e%3cpath fill='%23458043' d='M18 40h28v2H18z' opacity='.5'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-module-indexed_search;
}

Download

Download