actions-document-share
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="M13 1.501A.504.504 0 0 0 12.5 1h-11c-.271 0-.5.224-.5.501V12.5c0 .271.224.501.5.501h5.066l.096-1H2V2h10v3.5l1 .85V1.5ZM3 6v1h7.004l.001-1H3Zm0 3h4.991c.492-.68.992-1 .992-1H3v1Zm0 1v1h3.876c.125-.39.242-.721.447-1H3Zm0-7h8v2H3V3Zm9.37 9.57c-.07.06-.15.07-.23.04-.07-.04-.14-.11-.14-.2v-1.29s-2.69.192-4.03 3.88C7.97 8.534 12 9.12 12 9.12V7.83c0-.08.07-.16.14-.19.08-.03.17-.02.23.03l2.56 2.28c.04.04.07.09.07.15s-.03.12-.07.16l-2.56 2.31Z"/></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="M13 1.501A.504.504 0 0 0 12.5 1h-11c-.271 0-.5.224-.5.501V12.5c0 .271.224.501.5.501h5.066l.096-1H2V2h10v3.5l1 .85V1.5ZM3 6v1h7.004l.001-1H3Zm0 3h4.991c.492-.68.992-1 .992-1H3v1Zm0 1v1h3.876c.125-.39.242-.721.447-1H3Zm0-7h8v2H3V3Zm9.37 9.57c-.07.06-.15.07-.23.04-.07-.04-.14-.11-.14-.2v-1.29s-2.69.192-4.03 3.88C7.97 8.534 12 9.12 12 9.12V7.83c0-.08.07-.16.14-.19.08-.03.17-.02.23.03l2.56 2.28c.04.04.07.09.07.15s-.03.12-.07.16l-2.56 2.31Z"/></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-document-share" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-document-share" 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='M13 1.501A.504.504 0 0 0 12.5 1h-11c-.271 0-.5.224-.5.501V12.5c0 .271.224.501.5.501h5.066l.096-1H2V2h10v3.5l1 .85V1.5ZM3 6v1h7.004l.001-1H3Zm0 3h4.991c.492-.68.992-1 .992-1H3v1Zm0 1v1h3.876c.125-.39.242-.721.447-1H3Zm0-7h8v2H3V3Zm9.37 9.57c-.07.06-.15.07-.23.04-.07-.04-.14-.11-.14-.2v-1.29s-2.69.192-4.03 3.88C7.97 8.534 12 9.12 12 9.12V7.83c0-.08.07-.16.14-.19.08-.03.17-.02.23.03l2.56 2.28c.04.04.07.09.07.15s-.03.12-.07.16l-2.56 2.31Z'/%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-document-share;
}
Alias
- actions-insert-reference