Skip to content

module-taskcenter

Introduced in v1.0.0
Available in TYPO3

Module Menu Preview

Usage

Icon Identifier

module-taskcenter

Markup

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="currentColor" d="M48 16v8H16v-8h32m2-4H14c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2V14c0-1.1-.9-2-2-2Z"/><rect width="40" height="8" x="12" y="32" fill="currentColor" opacity=".4" rx="2" ry="2"/><rect width="40" height="8" x="12" y="44" fill="currentColor" opacity=".4" rx="2" ry="2"/><path fill="currentColor" d="M14 32h22v8H14c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2ZM14 44h14v8H14c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2Z"/><path fill="var(--icon-color-accent, #ff8700)" d="M16 16h24v8H16z"/></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="currentColor" d="M48 16v8H16v-8h32m2-4H14c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2V14c0-1.1-.9-2-2-2Z"/><rect width="40" height="8" x="12" y="32" fill="currentColor" opacity=".4" rx="2" ry="2"/><rect width="40" height="8" x="12" y="44" fill="currentColor" opacity=".4" rx="2" ry="2"/><path fill="currentColor" d="M14 32h22v8H14c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2ZM14 44h14v8H14c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2Z"/><path fill="var(--icon-color-accent, #ff8700)" d="M16 16h24v8H16z"/></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=1787092859629#module-taskcenter" /></svg> </span> </span>

TYPO3 ViewHelper

<core:icon identifier="module-taskcenter" size="small" />

TYPO3 Web Component

<typo3-backend-icon identifier="module-taskcenter" 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='%23fff' d='M48 16v8H16v-8h32m2-4H14c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h36c1.1 0 2-.9 2-2V14c0-1.1-.9-2-2-2Z'/%3e%3crect width='40' height='8' x='12' y='32' fill='%23fff' opacity='.4' rx='2' ry='2'/%3e%3crect width='40' height='8' x='12' y='44' fill='%23fff' opacity='.4' rx='2' ry='2'/%3e%3cpath fill='%23fff' d='M14 32h22v8H14c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2ZM14 44h14v8H14c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2Z'/%3e%3cpath fill='var(--icon-color-accent, %23ff8700)' d='M16 16h24v8H16z'/%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-taskcenter; }

Download

Download SVG