actions-question-circle

Introduced in v2.2.1
Available in TYPO3 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 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><path d="M8.745 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.946 5.451A3.01 3.01 0 0 0 8.547 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 8.995 6a.983.983 0 0 1-.482.833 2.984 2.984 0 0 0-1.518 2.6v.317c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.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 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><path d="M8.745 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.946 5.451A3.01 3.01 0 0 0 8.547 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 8.995 6a.983.983 0 0 1-.482.833 2.984 2.984 0 0 0-1.518 2.6v.317c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.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/actions.svg#actions-question-circle" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-question-circle" 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 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6m0-1C4.1 1 1 4.1 1 8s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z'/%3e%3cpath d='M8.745 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.946 5.451A3.01 3.01 0 0 0 8.547 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 8.995 6a.983.983 0 0 1-.482.833 2.984 2.984 0 0 0-1.518 2.6v.317c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.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-actions.scss";

.myclass {
    background-size: 1em 1em;
    background-image: $icon-actions-question-circle;
}

Download

Download