actions-phone
Introduced in v2.2.3
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"><g fill="currentColor"><path d="M10.486 2h3.492c-.166 3.723-1.278 6.635-3.31 8.668C8.635 12.7 5.723 13.812 2 13.978v-3.492c.995-.033 1.885-.126 2.721-.35l1.072 1.071.51.51.646-.324c2.018-1.014 3.43-2.426 4.444-4.444l.325-.645-.51-.511-1.073-1.072c.225-.836.318-1.726.35-2.721m-.126-1H9.5c0 1.535-.074 2.827-.5 4l1.5 1.5c-.92 1.83-2.17 3.08-4 4L5 9c-1.173.426-2.465.5-4 .5V15c9 0 14-5 14-14h-4.64z"/></g></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"><g fill="currentColor"><path d="M10.486 2h3.492c-.166 3.723-1.278 6.635-3.31 8.668C8.635 12.7 5.723 13.812 2 13.978v-3.492c.995-.033 1.885-.126 2.721-.35l1.072 1.071.51.51.646-.324c2.018-1.014 3.43-2.426 4.444-4.444l.325-.645-.51-.511-1.073-1.072c.225-.836.318-1.726.35-2.721m-.126-1H9.5c0 1.535-.074 2.827-.5 4l1.5 1.5c-.92 1.83-2.17 3.08-4 4L5 9c-1.173.426-2.465.5-4 .5V15c9 0 14-5 14-14h-4.64z"/></g></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/actions.svg#actions-phone" /></svg>
</span>
</span>
TYPO3 ViewHelper
<core:icon identifier="actions-phone" 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%3cg fill='%23fff'%3e%3cpath d='M10.486 2h3.492c-.166 3.723-1.278 6.635-3.31 8.668C8.635 12.7 5.723 13.812 2 13.978v-3.492c.995-.033 1.885-.126 2.721-.35l1.072 1.071.51.51.646-.324c2.018-1.014 3.43-2.426 4.444-4.444l.325-.645-.51-.511-1.073-1.072c.225-.836.318-1.726.35-2.721m-.126-1H9.5c0 1.535-.074 2.827-.5 4l1.5 1.5c-.92 1.83-2.17 3.08-4 4L5 9c-1.173.426-2.465.5-4 .5V15c9 0 14-5 14-14h-4.64z'/%3e%3c/g%3e%3c/svg%3e");
}
Sass Background Variable
@import "@typo3/icons/dist/icons.scss";
@import "@typo3/icons/dist/scss/icons-variables-actions.scss";
.myclass {
background-size: 1em 1em;
background-image: $icon-actions-phone;
}