actions-brightness-low

Introduced in v4.1.0
Available in TYPO3 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 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 5c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM4.852 5.559a4 4 0 0 1 .707-.707l-.741-.741a.498.498 0 0 0-.707 0 .5.5 0 0 0 0 .707l.74.741zM8.5 4.05V3a.5.5 0 1 0-1 0v1.05c.166-.02.329-.05.5-.05s.334.03.5.05zM11.89 4.818a.5.5 0 0 0-.708-.707l-.741.74a4 4 0 0 1 .707.708l.741-.741zM4 8c0-.171.03-.334.05-.5H3a.5.5 0 1 0 0 1h1.05C4.03 8.334 4 8.171 4 8zM4.11 11.182a.5.5 0 0 0 .708.707l.741-.74a4.005 4.005 0 0 1-.707-.708l-.741.74zM13 7.5h-1.05c.02.166.05.329.05.5s-.03.334-.05.5H13a.5.5 0 0 0 0-1zM7.5 11.95V13a.5.5 0 0 0 1 0v-1.05c-.166.02-.329.05-.5.05s-.334-.03-.5-.05zM11.148 10.441a4.005 4.005 0 0 1-.707.707l.741.741a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707l-.74-.741z"/></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 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 5c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM4.852 5.559a4 4 0 0 1 .707-.707l-.741-.741a.498.498 0 0 0-.707 0 .5.5 0 0 0 0 .707l.74.741zM8.5 4.05V3a.5.5 0 1 0-1 0v1.05c.166-.02.329-.05.5-.05s.334.03.5.05zM11.89 4.818a.5.5 0 0 0-.708-.707l-.741.74a4 4 0 0 1 .707.708l.741-.741zM4 8c0-.171.03-.334.05-.5H3a.5.5 0 1 0 0 1h1.05C4.03 8.334 4 8.171 4 8zM4.11 11.182a.5.5 0 0 0 .708.707l.741-.74a4.005 4.005 0 0 1-.707-.708l-.741.74zM13 7.5h-1.05c.02.166.05.329.05.5s-.03.334-.05.5H13a.5.5 0 0 0 0-1zM7.5 11.95V13a.5.5 0 0 0 1 0v-1.05c-.166.02-.329.05-.5.05s-.334-.03-.5-.05zM11.148 10.441a4.005 4.005 0 0 1-.707.707l.741.741a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707l-.74-.741z"/></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-brightness-low" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-brightness-low" 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 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 5c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM4.852 5.559a4 4 0 0 1 .707-.707l-.741-.741a.498.498 0 0 0-.707 0 .5.5 0 0 0 0 .707l.74.741zM8.5 4.05V3a.5.5 0 1 0-1 0v1.05c.166-.02.329-.05.5-.05s.334.03.5.05zM11.89 4.818a.5.5 0 0 0-.708-.707l-.741.74a4 4 0 0 1 .707.708l.741-.741zM4 8c0-.171.03-.334.05-.5H3a.5.5 0 1 0 0 1h1.05C4.03 8.334 4 8.171 4 8zM4.11 11.182a.5.5 0 0 0 .708.707l.741-.74a4.005 4.005 0 0 1-.707-.708l-.741.74zM13 7.5h-1.05c.02.166.05.329.05.5s-.03.334-.05.5H13a.5.5 0 0 0 0-1zM7.5 11.95V13a.5.5 0 0 0 1 0v-1.05c-.166.02-.329.05-.5.05s-.334-.03-.5-.05zM11.148 10.441a4.005 4.005 0 0 1-.707.707l.741.741a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707l-.74-.741z'/%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-brightness-low;
}

Download

Download