actions-document-view

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 fill="currentColor"><path d="M4.399 14H2V2h12v6.071c.348.119.684.253 1 .408V1.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h3.523a4.432 4.432 0 0 1-.624-1ZM3 3h10v2H3V3Zm0 3h10v1H3V6Zm0 3h3.165a7.645 7.645 0 0 1 2.08-1H3v1Zm0 2h1.413c.162-.352.382-.686.647-1H3v1Zm0 2h1.11a3.621 3.621 0 0 1 .001-1H3v1Zm8.2-4h-.1c-2.8 0-5 1.6-5 3.5S8.2 16 11 16c2.8 0 5-1.6 5-3.5S13.8 9.1 11.2 9Zm-.2 6c-2.2 0-4-1.1-4-2.5 0-.9.7-1.6 1.8-2.1-.2.3-.2.7-.2 1.1 0 1.4 1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5c0-.4-.1-.7-.2-1 1 .5 1.7 1.2 1.7 2C15 13.9 13.2 15 11 15Zm.1-5.2c.1 0 .3.1.3.2s-.1.2-.3.2c-.6 0-1.2.5-1.2 1.1 0 .1-.1.2-.3.2-.2 0-.3-.1-.3-.2.1-.8.9-1.5 1.8-1.5Z"/></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="M4.399 14H2V2h12v6.071c.348.119.684.253 1 .408V1.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h3.523a4.432 4.432 0 0 1-.624-1ZM3 3h10v2H3V3Zm0 3h10v1H3V6Zm0 3h3.165a7.645 7.645 0 0 1 2.08-1H3v1Zm0 2h1.413c.162-.352.382-.686.647-1H3v1Zm0 2h1.11a3.621 3.621 0 0 1 .001-1H3v1Zm8.2-4h-.1c-2.8 0-5 1.6-5 3.5S8.2 16 11 16c2.8 0 5-1.6 5-3.5S13.8 9.1 11.2 9Zm-.2 6c-2.2 0-4-1.1-4-2.5 0-.9.7-1.6 1.8-2.1-.2.3-.2.7-.2 1.1 0 1.4 1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5c0-.4-.1-.7-.2-1 1 .5 1.7 1.2 1.7 2C15 13.9 13.2 15 11 15Zm.1-5.2c.1 0 .3.1.3.2s-.1.2-.3.2c-.6 0-1.2.5-1.2 1.1 0 .1-.1.2-.3.2-.2 0-.3-.1-.3-.2.1-.8.9-1.5 1.8-1.5Z"/></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-document-view" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-document-view" 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='M4.399 14H2V2h12v6.071c.348.119.684.253 1 .408V1.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h3.523a4.432 4.432 0 0 1-.624-1ZM3 3h10v2H3V3Zm0 3h10v1H3V6Zm0 3h3.165a7.645 7.645 0 0 1 2.08-1H3v1Zm0 2h1.413c.162-.352.382-.686.647-1H3v1Zm0 2h1.11a3.621 3.621 0 0 1 .001-1H3v1Zm8.2-4h-.1c-2.8 0-5 1.6-5 3.5S8.2 16 11 16c2.8 0 5-1.6 5-3.5S13.8 9.1 11.2 9Zm-.2 6c-2.2 0-4-1.1-4-2.5 0-.9.7-1.6 1.8-2.1-.2.3-.2.7-.2 1.1 0 1.4 1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5c0-.4-.1-.7-.2-1 1 .5 1.7 1.2 1.7 2C15 13.9 13.2 15 11 15Zm.1-5.2c.1 0 .3.1.3.2s-.1.2-.3.2c-.6 0-1.2.5-1.2 1.1 0 .1-.1.2-.3.2-.2 0-.3-.1-.3-.2.1-.8.9-1.5 1.8-1.5Z'/%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-document-view;
}

Download

Download