actions-bell

Introduced in v4.3.3

Buttons

Button Label Button Label

Button Label Button Label

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor"><path d="m13.776 11.553-.67-1.342A1 1 0 0 1 13 9.764V7A5 5 0 0 0 3 7v2.764a1 1 0 0 1-.106.447l-.67 1.342A1 1 0 0 0 3.118 13H6a2 2 0 0 0 4 0h2.882a1 1 0 0 0 .894-1.447ZM8 14c-.551 0-1-.449-1-1h2c0 .551-.449 1-1 1Zm-4.882-2 .67-1.341A2.01 2.01 0 0 0 4 9.764V7c0-2.206 1.794-4 4-4s4 1.794 4 4v2.764c0 .309.073.618.211.895L12.882 12H3.118Z"/></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 16 16"><g fill="currentColor"><path d="m13.776 11.553-.67-1.342A1 1 0 0 1 13 9.764V7A5 5 0 0 0 3 7v2.764a1 1 0 0 1-.106.447l-.67 1.342A1 1 0 0 0 3.118 13H6a2 2 0 0 0 4 0h2.882a1 1 0 0 0 .894-1.447ZM8 14c-.551 0-1-.449-1-1h2c0 .551-.449 1-1 1Zm-4.882-2 .67-1.341A2.01 2.01 0 0 0 4 9.764V7c0-2.206 1.794-4 4-4s4 1.794 4 4v2.764c0 .309.073.618.211.895L12.882 12H3.118Z"/></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-bell" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-bell" 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 16 16'%3e%3cg fill='%23fff'%3e%3cpath d='m13.776 11.553-.67-1.342A1 1 0 0 1 13 9.764V7A5 5 0 0 0 3 7v2.764a1 1 0 0 1-.106.447l-.67 1.342A1 1 0 0 0 3.118 13H6a2 2 0 0 0 4 0h2.882a1 1 0 0 0 .894-1.447ZM8 14c-.551 0-1-.449-1-1h2c0 .551-.449 1-1 1Zm-4.882-2 .67-1.341A2.01 2.01 0 0 0 4 9.764V7c0-2.206 1.794-4 4-4s4 1.794 4 4v2.764c0 .309.073.618.211.895L12.882 12H3.118Z'/%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-bell;
}

Download

Download