content-thumbtack
Introduced in v2.4.0
Available in TYPO3
11.5
Buttons
Button Label Button Label
Button Label Button Label
Usage
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#C83C3C" d="m11.308 5.964.943.471-5.816 5.816-.471-.943 5.344-5.344"/><path fill="#C83C3C" d="m11.111 4.747-.919.919-2.758-1.485.848-.848-2.121-2.122-4.95 4.95 2.122 2.121.848-.848 1.485 2.758-.919.919 1.414 2.828 7.778-7.778z"/><path fill="#212121" d="m11.111 4.747-.919.919-2.758-1.485.849-.849-2.122-2.121-4.95 4.95 2.121 2.121.849-.849 1.485 2.758-.919.919 1.414 2.828 7.778-7.778-2.828-1.413zM3.333 6.868l-.707-.707 3.535-3.536.707.707-.353.354-2.829 2.829-.353.353zm1.586-.172L6.695 4.92l2.758 1.485-3.049 3.048-1.485-2.757zm1.045 4.612 5.345-5.345.943.471-5.816 5.816-.472-.942z" opacity=".2"/><path fill="#666" d="M15 15h-1.414l-4.243-4.243.707-.707z"/><path fill="#AAA" d="M15 13.586V15l-4.95-4.95.707-.707z"/></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 16 16"><path fill="#C83C3C" d="m11.308 5.964.943.471-5.816 5.816-.471-.943 5.344-5.344"/><path fill="#C83C3C" d="m11.111 4.747-.919.919-2.758-1.485.848-.848-2.121-2.122-4.95 4.95 2.122 2.121.848-.848 1.485 2.758-.919.919 1.414 2.828 7.778-7.778z"/><path fill="#212121" d="m11.111 4.747-.919.919-2.758-1.485.849-.849-2.122-2.121-4.95 4.95 2.121 2.121.849-.849 1.485 2.758-.919.919 1.414 2.828 7.778-7.778-2.828-1.413zM3.333 6.868l-.707-.707 3.535-3.536.707.707-.353.354-2.829 2.829-.353.353zm1.586-.172L6.695 4.92l2.758 1.485-3.049 3.048-1.485-2.757zm1.045 4.612 5.345-5.345.943.471-5.816 5.816-.472-.942z" opacity=".2"/><path fill="#666" d="M15 15h-1.414l-4.243-4.243.707-.707z"/><path fill="#AAA" d="M15 13.586V15l-4.95-4.95.707-.707z"/></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-thumbtack" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="content-thumbtack" 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 16 16'%3e%3cpath fill='%23C83C3C' d='m11.308 5.964.943.471-5.816 5.816-.471-.943 5.344-5.344'/%3e%3cpath fill='%23C83C3C' d='m11.111 4.747-.919.919-2.758-1.485.848-.848-2.121-2.122-4.95 4.95 2.122 2.121.848-.848 1.485 2.758-.919.919 1.414 2.828 7.778-7.778z'/%3e%3cpath fill='%23212121' d='m11.111 4.747-.919.919-2.758-1.485.849-.849-2.122-2.121-4.95 4.95 2.121 2.121.849-.849 1.485 2.758-.919.919 1.414 2.828 7.778-7.778-2.828-1.413zM3.333 6.868l-.707-.707 3.535-3.536.707.707-.353.354-2.829 2.829-.353.353zm1.586-.172L6.695 4.92l2.758 1.485-3.049 3.048-1.485-2.757zm1.045 4.612 5.345-5.345.943.471-5.816 5.816-.472-.942z' opacity='.2'/%3e%3cpath fill='%23666' d='M15 15h-1.414l-4.243-4.243.707-.707z'/%3e%3cpath fill='%23AAA' d='M15 13.586V15l-4.95-4.95.707-.707z'/%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-thumbtack;
}