actions-hand-pointer
Introduced in v2.3.0
Available in TYPO3
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="M12.5 5c-.198 0-.385.04-.558.11A1.496 1.496 0 0 0 10.5 4c-.386 0-.734.15-1 .39a1.489 1.489 0 0 0-1-.39c-.176 0-.343.036-.5.092V2a1.5 1.5 0 0 0-3 0v6.629l-1.19-1.19A1.495 1.495 0 0 0 2.75 7a1.5 1.5 0 0 0-1.06 2.56l4.596 4.568A4.375 4.375 0 0 0 9.5 15.5 4.5 4.5 0 0 0 14 11V6.5A1.5 1.5 0 0 0 12.5 5zm.5 6c0 1.93-1.57 3.5-3.5 3.5a3.483 3.483 0 0 1-2.525-1.089L2.396 8.854a.5.5 0 0 1 .708-.708L6 11.042V2a.5.5 0 0 1 1 0v6h1V5.5a.5.5 0 0 1 1 0V8h1V5.5a.5.5 0 0 1 1 0V8h1V6.5a.5.5 0 0 1 1 0V11z"/></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="M12.5 5c-.198 0-.385.04-.558.11A1.496 1.496 0 0 0 10.5 4c-.386 0-.734.15-1 .39a1.489 1.489 0 0 0-1-.39c-.176 0-.343.036-.5.092V2a1.5 1.5 0 0 0-3 0v6.629l-1.19-1.19A1.495 1.495 0 0 0 2.75 7a1.5 1.5 0 0 0-1.06 2.56l4.596 4.568A4.375 4.375 0 0 0 9.5 15.5 4.5 4.5 0 0 0 14 11V6.5A1.5 1.5 0 0 0 12.5 5zm.5 6c0 1.93-1.57 3.5-3.5 3.5a3.483 3.483 0 0 1-2.525-1.089L2.396 8.854a.5.5 0 0 1 .708-.708L6 11.042V2a.5.5 0 0 1 1 0v6h1V5.5a.5.5 0 0 1 1 0V8h1V5.5a.5.5 0 0 1 1 0V8h1V6.5a.5.5 0 0 1 1 0V11z"/></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-hand-pointer" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-hand-pointer" 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='M12.5 5c-.198 0-.385.04-.558.11A1.496 1.496 0 0 0 10.5 4c-.386 0-.734.15-1 .39a1.489 1.489 0 0 0-1-.39c-.176 0-.343.036-.5.092V2a1.5 1.5 0 0 0-3 0v6.629l-1.19-1.19A1.495 1.495 0 0 0 2.75 7a1.5 1.5 0 0 0-1.06 2.56l4.596 4.568A4.375 4.375 0 0 0 9.5 15.5 4.5 4.5 0 0 0 14 11V6.5A1.5 1.5 0 0 0 12.5 5zm.5 6c0 1.93-1.57 3.5-3.5 3.5a3.483 3.483 0 0 1-2.525-1.089L2.396 8.854a.5.5 0 0 1 .708-.708L6 11.042V2a.5.5 0 0 1 1 0v6h1V5.5a.5.5 0 0 1 1 0V8h1V5.5a.5.5 0 0 1 1 0V8h1V6.5a.5.5 0 0 1 1 0V11z'/%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-hand-pointer;
}