actions-question
Introduced in v2.0.0
Available in TYPO3
10.4 11.5
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="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" viewBox="0 0 16 16"><g fill="currentColor"><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/actions.svg#actions-question" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-question" 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='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-actions.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-actions-question;
}
Alias
- actions-system-help-open