fast forward button emoji

fast-forward-button from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
fast-forward-button
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the fast forward button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m31 17l18.795 9.111l15.817 7.668c1.85.897 1.85 3.545 0 4.442L49.795 45.89L31 55"/><path d="m5 17l18.882 9.111l15.891 7.668c1.86.897 1.86 3.545 0 4.442l-15.89 7.668L5 55"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFastForwardButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="m31 17l18.795 9.111l15.817 7.668c1.85.897 1.85 3.545 0 4.442L49.795 45.89L31 55"/><path d="m5 17l18.882 9.111l15.891 7.668c1.86.897 1.86 3.545 0 4.442l-15.89 7.668L5 55"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m31 17l18.795 9.111l15.817 7.668c1.85.897 1.85 3.545 0 4.442L49.795 45.89L31 55"/><path d="m5 17l18.882 9.111l15.891 7.668c1.86.897 1.86 3.545 0 4.442l-15.89 7.668L5 55"/></g></svg>
</template>

CSS

.icon-fast-forward-button {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m31%2017l18.795%209.111l15.817%207.668c1.85.897%201.85%203.545%200%204.442L49.795%2045.89L31%2055%22%2F%3E%3Cpath%20d%3D%22m5%2017l18.882%209.111l15.891%207.668c1.86.897%201.86%203.545%200%204.442l-15.89%207.668L5%2055%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m31%2017l18.795%209.111l15.817%207.668c1.85.897%201.85%203.545%200%204.442L49.795%2045.89L31%2055%22%2F%3E%3Cpath%20d%3D%22m5%2017l18.882%209.111l15.891%207.668c1.86.897%201.86%203.545%200%204.442l-15.89%207.668L5%2055%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/fast-forward-button.svg?color=%231a73e8&size=48