modulegroup-user
Introduced in v1.10.0
Available in TYPO3
10.4 11.5
Usage
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="currentColor"><path d="M43.374 39.172c-2.952-.842-5.014-1.996-7.066-2.788-.198-.644-.666-1.786-.78-4.41 1.412-1.424 2.424-3.432 2.424-5.05v-3.852c0-2.8-2.276-5.074-5.252-5.074h-1.4c-2.8 0-5.252 2.274-5.252 5.074v3.852c0 1.632 1.024 3.662 2.456 5.088-.048 2.576-.532 3.712-.762 4.356-2.07.788-4.142 1.958-7.116 2.806 0 0-2.452 1.4-2.626 6.826h28c-.174-5.602-2.626-6.828-2.626-6.828z"/></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 64 64"><g fill="currentColor"><path d="M43.374 39.172c-2.952-.842-5.014-1.996-7.066-2.788-.198-.644-.666-1.786-.78-4.41 1.412-1.424 2.424-3.432 2.424-5.05v-3.852c0-2.8-2.276-5.074-5.252-5.074h-1.4c-2.8 0-5.252 2.274-5.252 5.074v3.852c0 1.632 1.024 3.662 2.456 5.088-.048 2.576-.532 3.712-.762 4.356-2.07.788-4.142 1.958-7.116 2.806 0 0-2.452 1.4-2.626 6.826h28c-.174-5.602-2.626-6.828-2.626-6.828z"/></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/modulegroup.svg#modulegroup-user" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="modulegroup-user" 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 64 64'%3e%3cg fill='%23fff'%3e%3cpath d='M43.374 39.172c-2.952-.842-5.014-1.996-7.066-2.788-.198-.644-.666-1.786-.78-4.41 1.412-1.424 2.424-3.432 2.424-5.05v-3.852c0-2.8-2.276-5.074-5.252-5.074h-1.4c-2.8 0-5.252 2.274-5.252 5.074v3.852c0 1.632 1.024 3.662 2.456 5.088-.048 2.576-.532 3.712-.762 4.356-2.07.788-4.142 1.958-7.116 2.806 0 0-2.452 1.4-2.626 6.826h28c-.174-5.602-2.626-6.828-2.626-6.828z'/%3e%3c/g%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-modulegroup.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-modulegroup-user;
}