install-manage-features

Introduced in v1.8.0
Available in TYPO3 9.5 10.4 11.5 12.4 13.x

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 32 32"><path fill="#CCE9FF" d="M27.3 25.5 20 15.9V4h-8v11.9l-7.3 9.6C3.6 27.5 5 30 7.3 30h17.3c2.4 0 3.8-2.5 2.7-4.5z"/><path fill="#59F" d="m27.3 25.5-2-2.5c-1.4.1-2.7.2-3.6.1-4.2-.1-4.4-2.9-8.7-2.9-1.6 0-3.2.3-4.7.6l-3.5 4.7C3.6 27.5 5 30 7.3 30c0 0 4.7 1 8.7 1 4.7 0 8.7-1 8.7-1 2.3 0 3.7-2.5 2.6-4.5z"/><circle cx="17" cy="16" r="1" fill="#59F"/><circle cx="17.5" cy="9" r=".5" fill="#59F"/><circle cx="15.5" cy="12" r=".5" fill="#59F"/><circle cx="13.5" cy="18" r=".5" fill="#59F"/><circle cx="15" cy="7" r="1" fill="#59F"/><ellipse cx="16" cy="4" fill="#ABD7FF" rx="4" ry="1"/><g opacity=".25"><ellipse cx="16" cy="4" fill="#59F" rx="3.8" ry=".8"/><path fill="#212121" d="M16 3.5c1.8 0 2.9.3 3.4.5-.4.2-1.6.5-3.4.5s-2.9-.3-3.4-.5c.5-.2 1.6-.5 3.4-.5m0-.5c-2.2 0-4 .4-4 1s1.8 1 4 1 4-.4 4-1-1.8-1-4-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" xml:space="preserve" viewBox="0 0 32 32"><path fill="#CCE9FF" d="M27.3 25.5 20 15.9V4h-8v11.9l-7.3 9.6C3.6 27.5 5 30 7.3 30h17.3c2.4 0 3.8-2.5 2.7-4.5z"/><path fill="#59F" d="m27.3 25.5-2-2.5c-1.4.1-2.7.2-3.6.1-4.2-.1-4.4-2.9-8.7-2.9-1.6 0-3.2.3-4.7.6l-3.5 4.7C3.6 27.5 5 30 7.3 30c0 0 4.7 1 8.7 1 4.7 0 8.7-1 8.7-1 2.3 0 3.7-2.5 2.6-4.5z"/><circle cx="17" cy="16" r="1" fill="#59F"/><circle cx="17.5" cy="9" r=".5" fill="#59F"/><circle cx="15.5" cy="12" r=".5" fill="#59F"/><circle cx="13.5" cy="18" r=".5" fill="#59F"/><circle cx="15" cy="7" r="1" fill="#59F"/><ellipse cx="16" cy="4" fill="#ABD7FF" rx="4" ry="1"/><g opacity=".25"><ellipse cx="16" cy="4" fill="#59F" rx="3.8" ry=".8"/><path fill="#212121" d="M16 3.5c1.8 0 2.9.3 3.4.5-.4.2-1.6.5-3.4.5s-2.9-.3-3.4-.5c.5-.2 1.6-.5 3.4-.5m0-.5c-2.2 0-4 .4-4 1s1.8 1 4 1 4-.4 4-1-1.8-1-4-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/install.svg#install-manage-features" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="install-manage-features" 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' xml:space='preserve' viewBox='0 0 32 32'%3e%3cpath fill='%23CCE9FF' d='M27.3 25.5 20 15.9V4h-8v11.9l-7.3 9.6C3.6 27.5 5 30 7.3 30h17.3c2.4 0 3.8-2.5 2.7-4.5z'/%3e%3cpath fill='%2359F' d='m27.3 25.5-2-2.5c-1.4.1-2.7.2-3.6.1-4.2-.1-4.4-2.9-8.7-2.9-1.6 0-3.2.3-4.7.6l-3.5 4.7C3.6 27.5 5 30 7.3 30c0 0 4.7 1 8.7 1 4.7 0 8.7-1 8.7-1 2.3 0 3.7-2.5 2.6-4.5z'/%3e%3ccircle cx='17' cy='16' r='1' fill='%2359F'/%3e%3ccircle cx='17.5' cy='9' r='.5' fill='%2359F'/%3e%3ccircle cx='15.5' cy='12' r='.5' fill='%2359F'/%3e%3ccircle cx='13.5' cy='18' r='.5' fill='%2359F'/%3e%3ccircle cx='15' cy='7' r='1' fill='%2359F'/%3e%3cellipse cx='16' cy='4' fill='%23ABD7FF' rx='4' ry='1'/%3e%3cg opacity='.25'%3e%3cellipse cx='16' cy='4' fill='%2359F' rx='3.8' ry='.8'/%3e%3cpath fill='%23212121' d='M16 3.5c1.8 0 2.9.3 3.4.5-.4.2-1.6.5-3.4.5s-2.9-.3-3.4-.5c.5-.2 1.6-.5 3.4-.5m0-.5c-2.2 0-4 .4-4 1s1.8 1 4 1 4-.4 4-1-1.8-1-4-1z'/%3e%3c/g%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-manage-features;
}

Download

Download