actions-bell-slash

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="m15.071 13.657-1.275-1.275a.97.97 0 0 0-.02-.83l-.67-1.34A1 1 0 0 1 13 9.763V7a5 5 0 0 0-5-5 4.93 4.93 0 0 0-3.308 1.278L2.343.93a.5.5 0 0 0-.707.707l2.376 2.376.709.709L12 12l.986.986 1.378 1.378a.5.5 0 0 0 .707-.707ZM5.393 3.978C6.093 3.371 7.003 3 8 3c2.206 0 4 1.794 4 4v2.764c0 .309.073.618.211.895l.139.276-6.957-6.957ZM3.118 12l.67-1.341A2.01 2.01 0 0 0 4 9.764V7c0-.472.097-.918.247-1.339l-.767-.767C3.18 5.536 3 6.244 3 7v2.764a1 1 0 0 1-.106.447l-.67 1.342A1 1 0 0 0 3.118 13H6a2 2 0 0 0 4 0h1.586l-1-1H3.118ZM8 14c-.551 0-1-.449-1-1h2c0 .551-.449 1-1 1Z"/></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="m15.071 13.657-1.275-1.275a.97.97 0 0 0-.02-.83l-.67-1.34A1 1 0 0 1 13 9.763V7a5 5 0 0 0-5-5 4.93 4.93 0 0 0-3.308 1.278L2.343.93a.5.5 0 0 0-.707.707l2.376 2.376.709.709L12 12l.986.986 1.378 1.378a.5.5 0 0 0 .707-.707ZM5.393 3.978C6.093 3.371 7.003 3 8 3c2.206 0 4 1.794 4 4v2.764c0 .309.073.618.211.895l.139.276-6.957-6.957ZM3.118 12l.67-1.341A2.01 2.01 0 0 0 4 9.764V7c0-.472.097-.918.247-1.339l-.767-.767C3.18 5.536 3 6.244 3 7v2.764a1 1 0 0 1-.106.447l-.67 1.342A1 1 0 0 0 3.118 13H6a2 2 0 0 0 4 0h1.586l-1-1H3.118ZM8 14c-.551 0-1-.449-1-1h2c0 .551-.449 1-1 1Z"/></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-slash" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-bell-slash" 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='m15.071 13.657-1.275-1.275a.97.97 0 0 0-.02-.83l-.67-1.34A1 1 0 0 1 13 9.763V7a5 5 0 0 0-5-5 4.93 4.93 0 0 0-3.308 1.278L2.343.93a.5.5 0 0 0-.707.707l2.376 2.376.709.709L12 12l.986.986 1.378 1.378a.5.5 0 0 0 .707-.707ZM5.393 3.978C6.093 3.371 7.003 3 8 3c2.206 0 4 1.794 4 4v2.764c0 .309.073.618.211.895l.139.276-6.957-6.957ZM3.118 12l.67-1.341A2.01 2.01 0 0 0 4 9.764V7c0-.472.097-.918.247-1.339l-.767-.767C3.18 5.536 3 6.244 3 7v2.764a1 1 0 0 1-.106.447l-.67 1.342A1 1 0 0 0 3.118 13H6a2 2 0 0 0 4 0h1.586l-1-1H3.118ZM8 14c-.551 0-1-.449-1-1h2c0 .551-.449 1-1 1Z'/%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-slash;
}

Download

Download