actions-cut
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="m10.693 7.77 4.454-3.19a.25.25 0 0 0 .072-.326l-.761-1.349a.25.25 0 0 0-.318-.106l-6.41 2.88 2.963 2.091zM7.065 10.721l-2.136-.942-.05.567-2.177 1.228a1.5 1.5 0 0 0-.569 2.043l.737 1.307a2 2 0 0 0 2.725.759 2.99 2.99 0 0 0 1.238-3.86l.232-1.102zM4.98 14.595a.75.75 0 0 1-1.022-.285l-.737-1.306a.25.25 0 0 1 .095-.341l1.96-1.106.369.653a1.755 1.755 0 0 1-.665 2.385z"/><path d="M15.113 11.501 7.092 5.84l-.224-1.663a2.99 2.99 0 0 0-1.2-3.872 2 2 0 0 0-2.732.733l-.75 1.299a1.5 1.5 0 0 0 .55 2.049l2.165 1.249.191 3.67 8.996 3.968a.25.25 0 0 0 .319-.103l.774-1.342a.249.249 0 0 0-.068-.327zM5.684 3.778l-.375.65L3.36 3.303a.251.251 0 0 1-.092-.341l.75-1.299a.751.751 0 0 1 1.024-.275 1.752 1.752 0 0 1 .642 2.39zM7 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></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="m10.693 7.77 4.454-3.19a.25.25 0 0 0 .072-.326l-.761-1.349a.25.25 0 0 0-.318-.106l-6.41 2.88 2.963 2.091zM7.065 10.721l-2.136-.942-.05.567-2.177 1.228a1.5 1.5 0 0 0-.569 2.043l.737 1.307a2 2 0 0 0 2.725.759 2.99 2.99 0 0 0 1.238-3.86l.232-1.102zM4.98 14.595a.75.75 0 0 1-1.022-.285l-.737-1.306a.25.25 0 0 1 .095-.341l1.96-1.106.369.653a1.755 1.755 0 0 1-.665 2.385z"/><path d="M15.113 11.501 7.092 5.84l-.224-1.663a2.99 2.99 0 0 0-1.2-3.872 2 2 0 0 0-2.732.733l-.75 1.299a1.5 1.5 0 0 0 .55 2.049l2.165 1.249.191 3.67 8.996 3.968a.25.25 0 0 0 .319-.103l.774-1.342a.249.249 0 0 0-.068-.327zM5.684 3.778l-.375.65L3.36 3.303a.251.251 0 0 1-.092-.341l.75-1.299a.751.751 0 0 1 1.024-.275 1.752 1.752 0 0 1 .642 2.39zM7 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></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-cut" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-cut" 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='m10.693 7.77 4.454-3.19a.25.25 0 0 0 .072-.326l-.761-1.349a.25.25 0 0 0-.318-.106l-6.41 2.88 2.963 2.091zM7.065 10.721l-2.136-.942-.05.567-2.177 1.228a1.5 1.5 0 0 0-.569 2.043l.737 1.307a2 2 0 0 0 2.725.759 2.99 2.99 0 0 0 1.238-3.86l.232-1.102zM4.98 14.595a.75.75 0 0 1-1.022-.285l-.737-1.306a.25.25 0 0 1 .095-.341l1.96-1.106.369.653a1.755 1.755 0 0 1-.665 2.385z'/%3e%3cpath d='M15.113 11.501 7.092 5.84l-.224-1.663a2.99 2.99 0 0 0-1.2-3.872 2 2 0 0 0-2.732.733l-.75 1.299a1.5 1.5 0 0 0 .55 2.049l2.165 1.249.191 3.67 8.996 3.968a.25.25 0 0 0 .319-.103l.774-1.342a.249.249 0 0 0-.068-.327zM5.684 3.778l-.375.65L3.36 3.303a.251.251 0 0 1-.092-.341l.75-1.299a.751.751 0 0 1 1.024-.275 1.752 1.752 0 0 1 .642 2.39zM7 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%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-cut;
}
Alias
- actions-edit-cut