mimetypes-x-sys_note
Introduced in v1.0.0
Available in TYPO3
7.6 8.6 9.5 10.4 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="#FFC857" d="m15 10-5 5H1.5c-.3 0-.5-.2-.5-.5v-13c0-.3.2-.5.5-.5h13c.3 0 .5.2.5.5V10z"/><path fill="#E8A33D" d="M9 14H2V2h12v7h1V1.5c0-.3-.2-.5-.5-.5h-13c-.3 0-.5.2-.5.5v13c0 .3.2.5.5.5H9v-1z"/><path fill="#FFE3AB" d="M10 15H9V9.5c0-.3.2-.5.5-.5H15v1l-5 5z"/><path fill="#EEBA6E" d="M13.6 10 10 13.6V10h3.6M15 9H9.5c-.3 0-.5.2-.5.5V15h1l5-5V9z"/></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="#FFC857" d="m15 10-5 5H1.5c-.3 0-.5-.2-.5-.5v-13c0-.3.2-.5.5-.5h13c.3 0 .5.2.5.5V10z"/><path fill="#E8A33D" d="M9 14H2V2h12v7h1V1.5c0-.3-.2-.5-.5-.5h-13c-.3 0-.5.2-.5.5v13c0 .3.2.5.5.5H9v-1z"/><path fill="#FFE3AB" d="M10 15H9V9.5c0-.3.2-.5.5-.5H15v1l-5 5z"/><path fill="#EEBA6E" d="M13.6 10 10 13.6V10h3.6M15 9H9.5c-.3 0-.5.2-.5.5V15h1l5-5V9z"/></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/mimetypes.svg#mimetypes-x-sys_note" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="mimetypes-x-sys_note" 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='%23FFC857' d='m15 10-5 5H1.5c-.3 0-.5-.2-.5-.5v-13c0-.3.2-.5.5-.5h13c.3 0 .5.2.5.5V10z'/%3e%3cpath fill='%23E8A33D' d='M9 14H2V2h12v7h1V1.5c0-.3-.2-.5-.5-.5h-13c-.3 0-.5.2-.5.5v13c0 .3.2.5.5.5H9v-1z'/%3e%3cpath fill='%23FFE3AB' d='M10 15H9V9.5c0-.3.2-.5.5-.5H15v1l-5 5z'/%3e%3cpath fill='%23EEBA6E' d='M13.6 10 10 13.6V10h3.6M15 9H9.5c-.3 0-.5.2-.5.5V15h1l5-5V9z'/%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-mimetypes.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-mimetypes-x-sys_note;
}