Skip to content

content-bookmark

Introduced in v4.4.4
Available in TYPO3

Buttons

Button Label Button Label

Usage

Icon Identifier

content-bookmark

Markup

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#c83c3c" d="M11 1H5a2 2 0 0 0-2 2v11.261a.5.5 0 0 0 .686.465l4.047-2.557a.5.5 0 0 1 .534 0l4.047 2.557A.5.5 0 0 0 13 14.26V3a2 2 0 0 0-2-2Z"/><path d="M11 2c.551 0 1 .449 1 1v10.344l-3.199-2.02a1.498 1.498 0 0 0-1.602 0L4 13.343V3c0-.551.449-1 1-1h6m0-1H5a2 2 0 0 0-2 2v11.261a.5.5 0 0 0 .686.465l4.047-2.557a.5.5 0 0 1 .534 0l4.047 2.557A.5.5 0 0 0 13 14.26V3a2 2 0 0 0-2-2Z" opacity=".2"/></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 1H5a2 2 0 0 0-2 2v11.261a.5.5 0 0 0 .686.465l4.047-2.557a.5.5 0 0 1 .534 0l4.047 2.557A.5.5 0 0 0 13 14.26V3a2 2 0 0 0-2-2Z"/><path d="M11 2c.551 0 1 .449 1 1v10.344l-3.199-2.02a1.498 1.498 0 0 0-1.602 0L4 13.343V3c0-.551.449-1 1-1h6m0-1H5a2 2 0 0 0-2 2v11.261a.5.5 0 0 0 .686.465l4.047-2.557a.5.5 0 0 1 .534 0l4.047 2.557A.5.5 0 0 0 13 14.26V3a2 2 0 0 0-2-2Z" opacity=".2"/></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?v=1787092859629#content-bookmark" /></svg> </span> </span>

TYPO3 ViewHelper

<core:icon identifier="content-bookmark" size="small" />

TYPO3 Web Component

<typo3-backend-icon identifier="content-bookmark" 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 16 16'%3e%3cpath fill='%23c83c3c' d='M11 1H5a2 2 0 0 0-2 2v11.261a.5.5 0 0 0 .686.465l4.047-2.557a.5.5 0 0 1 .534 0l4.047 2.557A.5.5 0 0 0 13 14.26V3a2 2 0 0 0-2-2Z'/%3e%3cpath d='M11 2c.551 0 1 .449 1 1v10.344l-3.199-2.02a1.498 1.498 0 0 0-1.602 0L4 13.343V3c0-.551.449-1 1-1h6m0-1H5a2 2 0 0 0-2 2v11.261a.5.5 0 0 0 .686.465l4.047-2.557a.5.5 0 0 1 .534 0l4.047 2.557A.5.5 0 0 0 13 14.26V3a2 2 0 0 0-2-2Z' opacity='.2'/%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-bookmark; }

Download

Download SVG