actions-cloud
Introduced in v1.2.0
Available in TYPO3
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 7.5a1.5 1.5 0 0 0-2.249-1.3l-.75.434-.536-.68a2.501 2.501 0 0 0-4.444 1.219l-.093.718-.711.136A1.5 1.5 0 0 0 3.5 11H13a1 1 0 0 0 0-2h-.026l-1.254.031.25-1.23A1.5 1.5 0 0 0 12 7.5zm.95.501c.444 0 .879.179.879.179A2 2 0 0 1 13 12H3.5a2.5 2.5 0 0 1-.471-4.956A3.502 3.502 0 0 1 9.25 5.335 2.5 2.5 0 0 1 12.95 7s.117.545 0 1.001z"/></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 7.5a1.5 1.5 0 0 0-2.249-1.3l-.75.434-.536-.68a2.501 2.501 0 0 0-4.444 1.219l-.093.718-.711.136A1.5 1.5 0 0 0 3.5 11H13a1 1 0 0 0 0-2h-.026l-1.254.031.25-1.23A1.5 1.5 0 0 0 12 7.5zm.95.501c.444 0 .879.179.879.179A2 2 0 0 1 13 12H3.5a2.5 2.5 0 0 1-.471-4.956A3.502 3.502 0 0 1 9.25 5.335 2.5 2.5 0 0 1 12.95 7s.117.545 0 1.001z"/></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" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-cloud" 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 7.5a1.5 1.5 0 0 0-2.249-1.3l-.75.434-.536-.68a2.501 2.501 0 0 0-4.444 1.219l-.093.718-.711.136A1.5 1.5 0 0 0 3.5 11H13a1 1 0 0 0 0-2h-.026l-1.254.031.25-1.23A1.5 1.5 0 0 0 12 7.5zm.95.501c.444 0 .879.179.879.179A2 2 0 0 1 13 12H3.5a2.5 2.5 0 0 1-.471-4.956A3.502 3.502 0 0 1 9.25 5.335 2.5 2.5 0 0 1 12.95 7s.117.545 0 1.001z'/%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;
}
Alias
- actions-online-media-add