actions-paperplane
Introduced in v2.2.3
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="M14.577 1.423a.752.752 0 0 0-.812-.165L.796 6.514a.745.745 0 0 0-.465.759c.028.33.264.6.588.67l5.866 1.272 1.273 5.867a.747.747 0 0 0 .734.59.747.747 0 0 0 .694-.468l5.255-12.969a.748.748 0 0 0-.164-.812zM1.922 7.137l10.482-4.249-5.359 5.36-5.123-1.111zm6.941 6.941-1.11-5.123 5.358-5.36-4.248 10.483z"/></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="M14.577 1.423a.752.752 0 0 0-.812-.165L.796 6.514a.745.745 0 0 0-.465.759c.028.33.264.6.588.67l5.866 1.272 1.273 5.867a.747.747 0 0 0 .734.59.747.747 0 0 0 .694-.468l5.255-12.969a.748.748 0 0 0-.164-.812zM1.922 7.137l10.482-4.249-5.359 5.36-5.123-1.111zm6.941 6.941-1.11-5.123 5.358-5.36-4.248 10.483z"/></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-paperplane" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-paperplane" 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='M14.577 1.423a.752.752 0 0 0-.812-.165L.796 6.514a.745.745 0 0 0-.465.759c.028.33.264.6.588.67l5.866 1.272 1.273 5.867a.747.747 0 0 0 .734.59.747.747 0 0 0 .694-.468l5.255-12.969a.748.748 0 0 0-.164-.812zM1.922 7.137l10.482-4.249-5.359 5.36-5.123-1.111zm6.941 6.941-1.11-5.123 5.358-5.36-4.248 10.483z'/%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-paperplane;
}