modulegroup-help

Introduced in v1.10.0
Available in TYPO3 10.4 11.5 12.4 13.x

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 64 64"><g fill="currentColor"><path d="M33.49 38h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zM37.892 26.902c-.426-2.402-2.394-4.374-4.798-4.802a6.007 6.007 0 0 0-7.082 5.366c-.024.286.222.534.51.534h3.022c.254 0 .438-.196.494-.444A2.007 2.007 0 0 1 31.99 26c1.102 0 2 .898 2 2 0 .714-.398 1.314-.964 1.666a5.968 5.968 0 0 0-3.036 5.2v.634a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-.634c0-.718.402-1.318.972-1.67a5.978 5.978 0 0 0 2.93-6.294z"/><path d="M32 19c7.168 0 13 5.832 13 13s-5.832 13-13 13-13-5.832-13-13 5.832-13 13-13m0-3c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16z"/></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 64 64"><g fill="currentColor"><path d="M33.49 38h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zM37.892 26.902c-.426-2.402-2.394-4.374-4.798-4.802a6.007 6.007 0 0 0-7.082 5.366c-.024.286.222.534.51.534h3.022c.254 0 .438-.196.494-.444A2.007 2.007 0 0 1 31.99 26c1.102 0 2 .898 2 2 0 .714-.398 1.314-.964 1.666a5.968 5.968 0 0 0-3.036 5.2v.634a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-.634c0-.718.402-1.318.972-1.67a5.978 5.978 0 0 0 2.93-6.294z"/><path d="M32 19c7.168 0 13 5.832 13 13s-5.832 13-13 13-13-5.832-13-13 5.832-13 13-13m0-3c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16z"/></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/modulegroup.svg#modulegroup-help" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="modulegroup-help" 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 64 64'%3e%3cg fill='%23fff'%3e%3cpath d='M33.49 38h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5zM37.892 26.902c-.426-2.402-2.394-4.374-4.798-4.802a6.007 6.007 0 0 0-7.082 5.366c-.024.286.222.534.51.534h3.022c.254 0 .438-.196.494-.444A2.007 2.007 0 0 1 31.99 26c1.102 0 2 .898 2 2 0 .714-.398 1.314-.964 1.666a5.968 5.968 0 0 0-3.036 5.2v.634a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-.634c0-.718.402-1.318.972-1.67a5.978 5.978 0 0 0 2.93-6.294z'/%3e%3cpath d='M32 19c7.168 0 13 5.832 13 13s-5.832 13-13 13-13-5.832-13-13 5.832-13 13-13m0-3c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16z'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-modulegroup.scss";

.myclass {
    background-size: 1em 1em;
    background-image: $icon-modulegroup-help;
}

Download

Download