actions-file-search

Introduced in v2.0.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"><g fill="currentColor"><path d="M8.25 14H3V2h7v2.5a.5.5 0 0 0 .5.5H13v2.25l1 1V3.914a.997.997 0 0 0-.293-.707l-1.914-1.914A1 1 0 0 0 11.086 1H2.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h6.75l-1-1ZM11 2l2 2h-2V2Zm3.124 12.844-1.445-1.44c-.49.34-1.08.52-1.68.52a2.952 2.952 0 0 1-2.955-2.96 2.96 2.96 0 1 1 5.92 0c0 .595-.18 1.185-.52 1.68l1.445 1.445a.545.545 0 0 1 .155.38.537.537 0 0 1-.92.375ZM11 9c-1.102 0-2 .898-2 2 0 1.102.898 2 2 2 1.102 0 2-.898 2-2 0-1.102-.898-2-2-2Z"/></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 fill="currentColor"><path d="M8.25 14H3V2h7v2.5a.5.5 0 0 0 .5.5H13v2.25l1 1V3.914a.997.997 0 0 0-.293-.707l-1.914-1.914A1 1 0 0 0 11.086 1H2.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h6.75l-1-1ZM11 2l2 2h-2V2Zm3.124 12.844-1.445-1.44c-.49.34-1.08.52-1.68.52a2.952 2.952 0 0 1-2.955-2.96 2.96 2.96 0 1 1 5.92 0c0 .595-.18 1.185-.52 1.68l1.445 1.445a.545.545 0 0 1 .155.38.537.537 0 0 1-.92.375ZM11 9c-1.102 0-2 .898-2 2 0 1.102.898 2 2 2 1.102 0 2-.898 2-2 0-1.102-.898-2-2-2Z"/></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/actions.svg#actions-file-search" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-file-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 fill='%23fff'%3e%3cpath d='M8.25 14H3V2h7v2.5a.5.5 0 0 0 .5.5H13v2.25l1 1V3.914a.997.997 0 0 0-.293-.707l-1.914-1.914A1 1 0 0 0 11.086 1H2.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h6.75l-1-1ZM11 2l2 2h-2V2Zm3.124 12.844-1.445-1.44c-.49.34-1.08.52-1.68.52a2.952 2.952 0 0 1-2.955-2.96 2.96 2.96 0 1 1 5.92 0c0 .595-.18 1.185-.52 1.68l1.445 1.445a.545.545 0 0 1 .155.38.537.537 0 0 1-.92.375ZM11 9c-1.102 0-2 .898-2 2 0 1.102.898 2 2 2 1.102 0 2-.898 2-2 0-1.102-.898-2-2-2Z'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-actions-file-search;
}

Alias

  • actions-system-pagemodule-open

Download

Download