apps-toolbar-menu-help

Introduced in v1.0.0
Available in TYPO3 7.6 8.6 9.5 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 1.5c3.584 0 6.5 2.916 6.5 6.5s-2.916 6.5-6.5 6.5S1.5 11.584 1.5 8 4.416 1.5 8 1.5M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z"/><path d="M8.75 11h-1.5a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25zM10.951 5.451A3.01 3.01 0 0 0 8.552 3.05a3.003 3.003 0 0 0-3.541 2.683c-.012.143.111.267.255.267h1.511c.127 0 .219-.098.247-.222A1.002 1.002 0 0 1 9 6a.983.983 0 0 1-.482.833A2.984 2.984 0 0 0 7 9.433v.317c0 .138.112.25.25.25h1.5A.25.25 0 0 0 9 9.75v-.317c0-.359.201-.659.486-.835a2.99 2.99 0 0 0 1.465-3.147z"/></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 1.5c3.584 0 6.5 2.916 6.5 6.5s-2.916 6.5-6.5 6.5S1.5 11.584 1.5 8 4.416 1.5 8 1.5M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z"/><path d="M8.75 11h-1.5a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25zM10.951 5.451A3.01 3.01 0 0 0 8.552 3.05a3.003 3.003 0 0 0-3.541 2.683c-.012.143.111.267.255.267h1.511c.127 0 .219-.098.247-.222A1.002 1.002 0 0 1 9 6a.983.983 0 0 1-.482.833A2.984 2.984 0 0 0 7 9.433v.317c0 .138.112.25.25.25h1.5A.25.25 0 0 0 9 9.75v-.317c0-.359.201-.659.486-.835a2.99 2.99 0 0 0 1.465-3.147z"/></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/apps.svg#apps-toolbar-menu-help" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="apps-toolbar-menu-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 16 16'%3e%3cg fill='%23fff'%3e%3cpath d='M8 1.5c3.584 0 6.5 2.916 6.5 6.5s-2.916 6.5-6.5 6.5S1.5 11.584 1.5 8 4.416 1.5 8 1.5M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z'/%3e%3cpath d='M8.75 11h-1.5a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25zM10.951 5.451A3.01 3.01 0 0 0 8.552 3.05a3.003 3.003 0 0 0-3.541 2.683c-.012.143.111.267.255.267h1.511c.127 0 .219-.098.247-.222A1.002 1.002 0 0 1 9 6a.983.983 0 0 1-.482.833A2.984 2.984 0 0 0 7 9.433v.317c0 .138.112.25.25.25h1.5A.25.25 0 0 0 9 9.75v-.317c0-.359.201-.659.486-.835a2.99 2.99 0 0 0 1.465-3.147z'/%3e%3c/g%3e%3c/svg%3e");
}

Sass Background Variable

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

.myclass {
    background-size: 1em 1em;
    background-image: $icon-apps-toolbar-menu-help;
}

Download

Download