install-password
Introduced in v1.8.0
Available in TYPO3
9.5 10.4 11.5
Usage
Markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#FFC857" d="M7 15h18v14H7zM9 14h14l2 1H7z"/><path fill="#212121" d="M9 14h14l2 1H7z" opacity=".25"/><path fill="#212121" d="M18 21c0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7V25h2v-2.3c.6-.3 1-1 1-1.7z" opacity=".3"/><path fill="#666" d="M13 7c0-.8.2-1 1-1h4c.8 0 1 .2 1 1v7.5h2V7c0-1.6-1.4-3-3-3h-4c-1.7 0-3 1.4-3 3v7.5h2V7z"/></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 32 32"><path fill="#FFC857" d="M7 15h18v14H7zM9 14h14l2 1H7z"/><path fill="#212121" d="M9 14h14l2 1H7z" opacity=".25"/><path fill="#212121" d="M18 21c0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7V25h2v-2.3c.6-.3 1-1 1-1.7z" opacity=".3"/><path fill="#666" d="M13 7c0-.8.2-1 1-1h4c.8 0 1 .2 1 1v7.5h2V7c0-1.6-1.4-3-3-3h-4c-1.7 0-3 1.4-3 3v7.5h2V7z"/></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/install.svg#install-password" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="install-password" 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 32 32'%3e%3cpath fill='%23FFC857' d='M7 15h18v14H7zM9 14h14l2 1H7z'/%3e%3cpath fill='%23212121' d='M9 14h14l2 1H7z' opacity='.25'/%3e%3cpath fill='%23212121' d='M18 21c0-1.1-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7V25h2v-2.3c.6-.3 1-1 1-1.7z' opacity='.3'/%3e%3cpath fill='%23666' d='M13 7c0-.8.2-1 1-1h4c.8 0 1 .2 1 1v7.5h2V7c0-1.6-1.4-3-3-3h-4c-1.7 0-3 1.4-3 3v7.5h2V7z'/%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-install.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-install-password;
}