actions-surfboard

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="M15 1s-.326-.082-.91-.082C12.633.918 9.571 1.428 6 5c-4 4-5 8.25-5 8.25l1.25.5.5 1.25S7 14 11 10c5-5 4-9 4-9ZM8 11.249c-.34.249-.673.478-1 .687V9H4.064c.21-.327.438-.66.687-1H8v3.249Zm-4.822 2.13-.159-.398-.398-.16-.39-.156c.223-.624.62-1.57 1.232-2.665H6v2.537a18.026 18.026 0 0 1-2.665 1.233l-.157-.391Zm7.115-4.086c-.43.43-.862.811-1.293 1.171V7H5.536c.36-.43.741-.863 1.171-1.293 2.76-2.76 5.129-3.551 6.616-3.737l-1.177 1.176.708.708 1.185-1.185c-.178 1.436-.947 3.825-3.746 6.624Z"/></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="M15 1s-.326-.082-.91-.082C12.633.918 9.571 1.428 6 5c-4 4-5 8.25-5 8.25l1.25.5.5 1.25S7 14 11 10c5-5 4-9 4-9ZM8 11.249c-.34.249-.673.478-1 .687V9H4.064c.21-.327.438-.66.687-1H8v3.249Zm-4.822 2.13-.159-.398-.398-.16-.39-.156c.223-.624.62-1.57 1.232-2.665H6v2.537a18.026 18.026 0 0 1-2.665 1.233l-.157-.391Zm7.115-4.086c-.43.43-.862.811-1.293 1.171V7H5.536c.36-.43.741-.863 1.171-1.293 2.76-2.76 5.129-3.551 6.616-3.737l-1.177 1.176.708.708 1.185-1.185c-.178 1.436-.947 3.825-3.746 6.624Z"/></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-surfboard" /></svg>
    </span>
</span>

TYPO3 ViewHelper

<core:icon identifier="actions-surfboard" 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='M15 1s-.326-.082-.91-.082C12.633.918 9.571 1.428 6 5c-4 4-5 8.25-5 8.25l1.25.5.5 1.25S7 14 11 10c5-5 4-9 4-9ZM8 11.249c-.34.249-.673.478-1 .687V9H4.064c.21-.327.438-.66.687-1H8v3.249Zm-4.822 2.13-.159-.398-.398-.16-.39-.156c.223-.624.62-1.57 1.232-2.665H6v2.537a18.026 18.026 0 0 1-2.665 1.233l-.157-.391Zm7.115-4.086c-.43.43-.862.811-1.293 1.171V7H5.536c.36-.43.741-.863 1.171-1.293 2.76-2.76 5.129-3.551 6.616-3.737l-1.177 1.176.708.708 1.185-1.185c-.178 1.436-.947 3.825-3.746 6.624Z'/%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-surfboard;
}

Download

Download