module-install-environment
Introduced in v1.1.1
Available in TYPO3
8.6 9.5 10.4 11.5 12.4 13.x
Module Menu Preview
Usage
Icon Identifier
module-install-environment
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="var(--icon-color-accent, #ff8700)" d="M42 28h-2v-4h2c1.1 0 2 .9 2 2s-.9 2-2 2Z"/><g opacity=".4"><path fill="currentColor" d="M22 28h18v-4H22c-1.1 0-2 .9-2 2s.9 2 2 2Z"/></g><path fill="var(--icon-color-accent, #ff8700)" d="M48 16v16H16V16h32m2-4H14c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2V14c0-1.1-.9-2-2-2Z"/><path fill="currentColor" d="M50 46H38c0-1.1-.9-2-2-2h-2v-8h-4v8h-2c-1.1 0-2 .9-2 2H14c-1.1 0-2 .9-2 2s.9 2 2 2h12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h12c1.1 0 2-.9 2-2s-.9-2-2-2Z"/></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 64 64"><path fill="var(--icon-color-accent, #ff8700)" d="M42 28h-2v-4h2c1.1 0 2 .9 2 2s-.9 2-2 2Z"/><g opacity=".4"><path fill="currentColor" d="M22 28h18v-4H22c-1.1 0-2 .9-2 2s.9 2 2 2Z"/></g><path fill="var(--icon-color-accent, #ff8700)" d="M48 16v16H16V16h32m2-4H14c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2V14c0-1.1-.9-2-2-2Z"/><path fill="currentColor" d="M50 46H38c0-1.1-.9-2-2-2h-2v-8h-4v8h-2c-1.1 0-2 .9-2 2H14c-1.1 0-2 .9-2 2s.9 2 2 2h12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h12c1.1 0 2-.9 2-2s-.9-2-2-2Z"/></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/module.svg?v=1772004282855#module-install-environment" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="module-install-environment" size="small" />
TYPO3 Web Component
<typo3-backend-icon identifier="module-install-environment" size="small"></typo3-backend-icon>
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 64 64'%3e%3cpath fill='var(--icon-color-accent, %23ff8700)' d='M42 28h-2v-4h2c1.1 0 2 .9 2 2s-.9 2-2 2Z'/%3e%3cg opacity='.4'%3e%3cpath fill='%23fff' d='M22 28h18v-4H22c-1.1 0-2 .9-2 2s.9 2 2 2Z'/%3e%3c/g%3e%3cpath fill='var(--icon-color-accent, %23ff8700)' d='M48 16v16H16V16h32m2-4H14c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2V14c0-1.1-.9-2-2-2Z'/%3e%3cpath fill='%23fff' d='M50 46H38c0-1.1-.9-2-2-2h-2v-8h-4v8h-2c-1.1 0-2 .9-2 2H14c-1.1 0-2 .9-2 2s.9 2 2 2h12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h12c1.1 0 2-.9 2-2s-.9-2-2-2Z'/%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-module.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-module-install-environment;
}