actions-cloud-slash
Introduced in v1.9.0
Available in TYPO3
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="M8.172 11H3.5a1.5 1.5 0 0 1-.284-2.973l.711-.135.093-.718c.012-.091.038-.177.06-.264l-.784-.786a3.483 3.483 0 0 0-.267.92A2.501 2.501 0 0 0 3.5 12h5.672l-1-1zM15 10a2 2 0 0 0-1.171-1.821S13.394 8 12.95 8c.117-.456 0-1 0-1a2.5 2.5 0 0 0-3.7-1.665A3.494 3.494 0 0 0 6.5 4c-.571 0-1.103.148-1.579.391L2.608 2.078l-.53.53 11.314 11.314.53-.53L12.53 12H13a2 2 0 0 0 2-2zM5.676 5.146C5.935 5.055 6.211 5 6.5 5c.777 0 1.493.355 1.965.954l.536.68.75-.434a1.5 1.5 0 0 1 2.219 1.601l-.25 1.23L12.974 9H13a1 1 0 0 1 0 2h-1.47L5.676 5.146z"/></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.172 11H3.5a1.5 1.5 0 0 1-.284-2.973l.711-.135.093-.718c.012-.091.038-.177.06-.264l-.784-.786a3.483 3.483 0 0 0-.267.92A2.501 2.501 0 0 0 3.5 12h5.672l-1-1zM15 10a2 2 0 0 0-1.171-1.821S13.394 8 12.95 8c.117-.456 0-1 0-1a2.5 2.5 0 0 0-3.7-1.665A3.494 3.494 0 0 0 6.5 4c-.571 0-1.103.148-1.579.391L2.608 2.078l-.53.53 11.314 11.314.53-.53L12.53 12H13a2 2 0 0 0 2-2zM5.676 5.146C5.935 5.055 6.211 5 6.5 5c.777 0 1.493.355 1.965.954l.536.68.75-.434a1.5 1.5 0 0 1 2.219 1.601l-.25 1.23L12.974 9H13a1 1 0 0 1 0 2h-1.47L5.676 5.146z"/></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-cloud-slash" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-cloud-slash" 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='M8.172 11H3.5a1.5 1.5 0 0 1-.284-2.973l.711-.135.093-.718c.012-.091.038-.177.06-.264l-.784-.786a3.483 3.483 0 0 0-.267.92A2.501 2.501 0 0 0 3.5 12h5.672l-1-1zM15 10a2 2 0 0 0-1.171-1.821S13.394 8 12.95 8c.117-.456 0-1 0-1a2.5 2.5 0 0 0-3.7-1.665A3.494 3.494 0 0 0 6.5 4c-.571 0-1.103.148-1.579.391L2.608 2.078l-.53.53 11.314 11.314.53-.53L12.53 12H13a2 2 0 0 0 2-2zM5.676 5.146C5.935 5.055 6.211 5 6.5 5c.777 0 1.493.355 1.965.954l.536.68.75-.434a1.5 1.5 0 0 1 2.219 1.601l-.25 1.23L12.974 9H13a1 1 0 0 1 0 2h-1.47L5.676 5.146z'/%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-cloud-slash;
}