content-elements-searchform
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="#E8A33D" d="m14.7 13.2-2.8-2.8c-.4.6-.9 1.1-1.5 1.5l2.8 2.7c.2.2.5.3.8.3.6 0 1.1-.5 1.1-1.1-.1-.2-.2-.4-.4-.6z"/><circle cx="7" cy="7" r="6" fill="#ABD7FF"/><path fill="#59F" d="M7 2.5c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5-4.5-2-4.5-4.5 2-4.5 4.5-4.5M7 1C3.7 1 1 3.7 1 7s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6z"/><circle cx="8.5" cy="5.5" r="1.5" fill="#FFF" opacity=".6"/></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="#E8A33D" d="m14.7 13.2-2.8-2.8c-.4.6-.9 1.1-1.5 1.5l2.8 2.7c.2.2.5.3.8.3.6 0 1.1-.5 1.1-1.1-.1-.2-.2-.4-.4-.6z"/><circle cx="7" cy="7" r="6" fill="#ABD7FF"/><path fill="#59F" d="M7 2.5c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5-4.5-2-4.5-4.5 2-4.5 4.5-4.5M7 1C3.7 1 1 3.7 1 7s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6z"/><circle cx="8.5" cy="5.5" r="1.5" fill="#FFF" opacity=".6"/></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-elements-searchform" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="content-elements-searchform" 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='%23E8A33D' d='m14.7 13.2-2.8-2.8c-.4.6-.9 1.1-1.5 1.5l2.8 2.7c.2.2.5.3.8.3.6 0 1.1-.5 1.1-1.1-.1-.2-.2-.4-.4-.6z'/%3e%3ccircle cx='7' cy='7' r='6' fill='%23ABD7FF'/%3e%3cpath fill='%2359F' d='M7 2.5c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5-4.5-2-4.5-4.5 2-4.5 4.5-4.5M7 1C3.7 1 1 3.7 1 7s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6z'/%3e%3ccircle cx='8.5' cy='5.5' r='1.5' fill='%23FFF' opacity='.6'/%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-elements-searchform;
}