actions-accessibility

Tags: a11y
Introduced in v1.11.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 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zM6.731 13.598 8 11.059l1.278 2.556a5.748 5.748 0 0 1-2.547-.017zm3.871-.454L9 9.941V8.567c1.202-.342 2.767-1.05 2.853-1.09A.248.248 0 0 0 12 7.25v-1a.249.249 0 0 0-.25-.25.248.248 0 0 0-.103.022C10.892 6.364 8.766 7.25 8 7.25s-2.892-.886-3.646-1.228a.256.256 0 0 0-.239.018.249.249 0 0 0-.115.21v1a.25.25 0 0 0 .147.228c.087.039 1.645.738 2.853 1.083v1.38l-1.594 3.188A5.664 5.664 0 0 1 2.25 8c0-3.301 2.532-5.75 5.803-5.75S13.75 4.806 13.75 8a5.724 5.724 0 0 1-3.148 5.144z"/><circle cx="8" cy="5" r="1.125"/></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 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zM6.731 13.598 8 11.059l1.278 2.556a5.748 5.748 0 0 1-2.547-.017zm3.871-.454L9 9.941V8.567c1.202-.342 2.767-1.05 2.853-1.09A.248.248 0 0 0 12 7.25v-1a.249.249 0 0 0-.25-.25.248.248 0 0 0-.103.022C10.892 6.364 8.766 7.25 8 7.25s-2.892-.886-3.646-1.228a.256.256 0 0 0-.239.018.249.249 0 0 0-.115.21v1a.25.25 0 0 0 .147.228c.087.039 1.645.738 2.853 1.083v1.38l-1.594 3.188A5.664 5.664 0 0 1 2.25 8c0-3.301 2.532-5.75 5.803-5.75S13.75 4.806 13.75 8a5.724 5.724 0 0 1-3.148 5.144z"/><circle cx="8" cy="5" r="1.125"/></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-accessibility" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-accessibility" 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 1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zM6.731 13.598 8 11.059l1.278 2.556a5.748 5.748 0 0 1-2.547-.017zm3.871-.454L9 9.941V8.567c1.202-.342 2.767-1.05 2.853-1.09A.248.248 0 0 0 12 7.25v-1a.249.249 0 0 0-.25-.25.248.248 0 0 0-.103.022C10.892 6.364 8.766 7.25 8 7.25s-2.892-.886-3.646-1.228a.256.256 0 0 0-.239.018.249.249 0 0 0-.115.21v1a.25.25 0 0 0 .147.228c.087.039 1.645.738 2.853 1.083v1.38l-1.594 3.188A5.664 5.664 0 0 1 2.25 8c0-3.301 2.532-5.75 5.803-5.75S13.75 4.806 13.75 8a5.724 5.724 0 0 1-3.148 5.144z'/%3e%3ccircle cx='8' cy='5' r='1.125'/%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-accessibility;
}

Download

Download