actions-document-edit-access
Introduced in v1.0.0
Available in TYPO3
7.6 8.6 9.5 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="m12 9 2 2-4.9 4.9c-.1.1-.1.1-.2.1H7v-1.9c0-.1 0-.1.1-.2L12 9zM14.2 7.2l1.6 1.6c.1.1.1.3 0 .4l-1.3 1.3-2-2 1.3-1.3c.1-.1.3-.1.4 0zM5 14v-.8l.4-.4c-1.7-.9-2.9-2.7-2.9-4.8C2.5 5 5 2.5 8 2.5c2.1 0 3.9 1.2 4.8 2.9l1.1-1.1C12.7 2.3 10.5 1 8 1 4.1 1 1 4.1 1 8c0 2.8 1.6 5.2 4 6.3V14z"/><path d="M9.2 8.9c0 .1-.2.3-.3.3H6c-.2 0-.3-.2-.3-.3v-.6c0-.2.1-.3.3-.3h2V4.8c0-.2.1-.3.3-.3h.6c.2 0 .3.1.3.3v4.1z"/></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 9 2 2-4.9 4.9c-.1.1-.1.1-.2.1H7v-1.9c0-.1 0-.1.1-.2L12 9zM14.2 7.2l1.6 1.6c.1.1.1.3 0 .4l-1.3 1.3-2-2 1.3-1.3c.1-.1.3-.1.4 0zM5 14v-.8l.4-.4c-1.7-.9-2.9-2.7-2.9-4.8C2.5 5 5 2.5 8 2.5c2.1 0 3.9 1.2 4.8 2.9l1.1-1.1C12.7 2.3 10.5 1 8 1 4.1 1 1 4.1 1 8c0 2.8 1.6 5.2 4 6.3V14z"/><path d="M9.2 8.9c0 .1-.2.3-.3.3H6c-.2 0-.3-.2-.3-.3v-.6c0-.2.1-.3.3-.3h2V4.8c0-.2.1-.3.3-.3h.6c.2 0 .3.1.3.3v4.1z"/></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-edit-access" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-document-edit-access" 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 9 2 2-4.9 4.9c-.1.1-.1.1-.2.1H7v-1.9c0-.1 0-.1.1-.2L12 9zM14.2 7.2l1.6 1.6c.1.1.1.3 0 .4l-1.3 1.3-2-2 1.3-1.3c.1-.1.3-.1.4 0zM5 14v-.8l.4-.4c-1.7-.9-2.9-2.7-2.9-4.8C2.5 5 5 2.5 8 2.5c2.1 0 3.9 1.2 4.8 2.9l1.1-1.1C12.7 2.3 10.5 1 8 1 4.1 1 1 4.1 1 8c0 2.8 1.6 5.2 4 6.3V14z'/%3e%3cpath d='M9.2 8.9c0 .1-.2.3-.3.3H6c-.2 0-.3-.2-.3-.3v-.6c0-.2.1-.3.3-.3h2V4.8c0-.2.1-.3.3-.3h.6c.2 0 .3.1.3.3v4.1z'/%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-edit-access;
}