actions-star
Buttons
Button Label Button Label
Button Label Button Label
Usage
Icon Identifier
actions-star
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="currentColor"><path d="m8.032 3.857.82 2.46.227.683h3.448l-2.11 1.969-.473.442.21.612.938 2.747-2.558-1.615L8 10.817l-.534.338-2.558 1.615.938-2.747.21-.612-.474-.442L3.472 7h3.432l.237-.662.89-2.48M8.05 1.8c-.175 0-.35.1-.45.3L6.2 6H2.3c-.5 0-.7.6-.4.9l3 2.8-1.4 4.1c-.157.315.119.692.438.692A.431.431 0 0 0 4.2 14.4L8 12l3.8 2.4c.073.037.15.053.225.053.335 0 .638-.326.475-.653l-1.4-4.1 3-2.8c.3-.3.1-.9-.4-.9H9.8L8.5 2.1c-.1-.2-.275-.3-.45-.3Z"/></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.032 3.857.82 2.46.227.683h3.448l-2.11 1.969-.473.442.21.612.938 2.747-2.558-1.615L8 10.817l-.534.338-2.558 1.615.938-2.747.21-.612-.474-.442L3.472 7h3.432l.237-.662.89-2.48M8.05 1.8c-.175 0-.35.1-.45.3L6.2 6H2.3c-.5 0-.7.6-.4.9l3 2.8-1.4 4.1c-.157.315.119.692.438.692A.431.431 0 0 0 4.2 14.4L8 12l3.8 2.4c.073.037.15.053.225.053.335 0 .638-.326.475-.653l-1.4-4.1 3-2.8c.3-.3.1-.9-.4-.9H9.8L8.5 2.1c-.1-.2-.275-.3-.45-.3Z"/></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-star" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-star" size="small" />
TYPO3 Web Component
<typo3-backend-icon identifier="actions-star" size="small"></typo3-backend-icon>
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.032 3.857.82 2.46.227.683h3.448l-2.11 1.969-.473.442.21.612.938 2.747-2.558-1.615L8 10.817l-.534.338-2.558 1.615.938-2.747.21-.612-.474-.442L3.472 7h3.432l.237-.662.89-2.48M8.05 1.8c-.175 0-.35.1-.45.3L6.2 6H2.3c-.5 0-.7.6-.4.9l3 2.8-1.4 4.1c-.157.315.119.692.438.692A.431.431 0 0 0 4.2 14.4L8 12l3.8 2.4c.073.037.15.053.225.053.335 0 .638-.326.475-.653l-1.4-4.1 3-2.8c.3-.3.1-.9-.4-.9H9.8L8.5 2.1c-.1-.2-.275-.3-.45-.3Z'/%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-star;
}