install-update
Introduced in v1.8.0
Available in TYPO3
9.5 10.4 11.5
Usage
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#59F" d="M27 6H5V3c0-.6.4-1 1-1h20c.6 0 1 .4 1 1v3z"/><path fill="#515151" d="M26 30H6c-.6 0-1-.4-1-1V6h22v23c0 .6-.4 1-1 1z"/><path fill="#FFF" d="M23.5 18H22c0-3.3-2.7-6-6-6-1.1 0-2.2.3-3.1.8l.6 1c.7-.4 1.6-.7 2.4-.7 2.7 0 4.9 2.2 4.9 4.9h-1.4c-.2 0-.3.2-.2.4l2 3.3c.1.2.3.2.4 0l2-3.3c.3-.2.1-.4-.1-.4zM18.4 22.2c-.7.4-1.5.6-2.4.6-2.7 0-4.9-2.2-4.9-4.9h1.4c.2 0 .3-.2.2-.4l-2-3.3c-.1-.2-.3-.2-.4 0l-2 3.3c-.1.2 0 .4.2.4H10c0 3.3 2.7 6 6 6 1.1 0 2.1-.3 3-.8l-.6-.9z"/></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 32 32"><path fill="#59F" d="M27 6H5V3c0-.6.4-1 1-1h20c.6 0 1 .4 1 1v3z"/><path fill="#515151" d="M26 30H6c-.6 0-1-.4-1-1V6h22v23c0 .6-.4 1-1 1z"/><path fill="#FFF" d="M23.5 18H22c0-3.3-2.7-6-6-6-1.1 0-2.2.3-3.1.8l.6 1c.7-.4 1.6-.7 2.4-.7 2.7 0 4.9 2.2 4.9 4.9h-1.4c-.2 0-.3.2-.2.4l2 3.3c.1.2.3.2.4 0l2-3.3c.3-.2.1-.4-.1-.4zM18.4 22.2c-.7.4-1.5.6-2.4.6-2.7 0-4.9-2.2-4.9-4.9h1.4c.2 0 .3-.2.2-.4l-2-3.3c-.1-.2-.3-.2-.4 0l-2 3.3c-.1.2 0 .4.2.4H10c0 3.3 2.7 6 6 6 1.1 0 2.1-.3 3-.8l-.6-.9z"/></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/install.svg#install-update" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="install-update" 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 32 32'%3e%3cpath fill='%2359F' d='M27 6H5V3c0-.6.4-1 1-1h20c.6 0 1 .4 1 1v3z'/%3e%3cpath fill='%23515151' d='M26 30H6c-.6 0-1-.4-1-1V6h22v23c0 .6-.4 1-1 1z'/%3e%3cpath fill='%23FFF' d='M23.5 18H22c0-3.3-2.7-6-6-6-1.1 0-2.2.3-3.1.8l.6 1c.7-.4 1.6-.7 2.4-.7 2.7 0 4.9 2.2 4.9 4.9h-1.4c-.2 0-.3.2-.2.4l2 3.3c.1.2.3.2.4 0l2-3.3c.3-.2.1-.4-.1-.4zM18.4 22.2c-.7.4-1.5.6-2.4.6-2.7 0-4.9-2.2-4.9-4.9h1.4c.2 0 .3-.2.2-.4l-2-3.3c-.1-.2-.3-.2-.4 0l-2 3.3c-.1.2 0 .4.2.4H10c0 3.3 2.7 6 6 6 1.1 0 2.1-.3 3-.8l-.6-.9z'/%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-install.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-install-update;
}