content-briefcase

Introduced in v1.1.0
Available in TYPO3 7.6 8.6 9.5 10.4 11.5 12.4 13.x

Buttons

Button Label Button Label

Button Label Button Label

Usage

Markup

<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 16 16"><path fill="#666" d="M10 3c.6 0 1 .4 1 1v1H5V4c0-.6.4-1 1-1h4m0-1H6c-1.1 0-2 .9-2 2v1c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V4c0-1.1-.9-2-2-2z"/><path fill="#9F6358" d="M1 4h14v10H1z"/><path fill="#6F453D" d="M14 5v8H2V5h12m1-1H1v10h14V4z"/><path fill="#BC928A" d="M11 9H5L1 4h14z"/><path fill="#6F453D" d="m12.9 5-2.4 3h-5L3.1 5h9.8M15 4H1l4 5h6l4-5z"/><path fill="#402823" d="M6 8h1v2H6zM9 8h1v2H9z"/></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 16 16"><path fill="#666" d="M10 3c.6 0 1 .4 1 1v1H5V4c0-.6.4-1 1-1h4m0-1H6c-1.1 0-2 .9-2 2v1c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V4c0-1.1-.9-2-2-2z"/><path fill="#9F6358" d="M1 4h14v10H1z"/><path fill="#6F453D" d="M14 5v8H2V5h12m1-1H1v10h14V4z"/><path fill="#BC928A" d="M11 9H5L1 4h14z"/><path fill="#6F453D" d="m12.9 5-2.4 3h-5L3.1 5h9.8M15 4H1l4 5h6l4-5z"/><path fill="#402823" d="M6 8h1v2H6zM9 8h1v2H9z"/></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/content.svg#content-briefcase" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="content-briefcase" 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 16 16'%3e%3cpath fill='%23666' d='M10 3c.6 0 1 .4 1 1v1H5V4c0-.6.4-1 1-1h4m0-1H6c-1.1 0-2 .9-2 2v1c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V4c0-1.1-.9-2-2-2z'/%3e%3cpath fill='%239F6358' d='M1 4h14v10H1z'/%3e%3cpath fill='%236F453D' d='M14 5v8H2V5h12m1-1H1v10h14V4z'/%3e%3cpath fill='%23BC928A' d='M11 9H5L1 4h14z'/%3e%3cpath fill='%236F453D' d='m12.9 5-2.4 3h-5L3.1 5h9.8M15 4H1l4 5h6l4-5z'/%3e%3cpath fill='%23402823' d='M6 8h1v2H6zM9 8h1v2H9z'/%3e%3c/svg%3e");
}

Sass Background Variable

@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-content.scss";

.myclass {
    background-size: 1em 1em;
    background-image: $icon-content-briefcase;
}

Download

Download