round fast forward icon

round-fast-forward from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
round-fast-forward
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the round fast forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.58 16.89l5.77-4.07c.56-.4.56-1.24 0-1.63L5.58 7.11C4.91 6.65 4 7.12 4 7.93v8.14c0 .81.91 1.28 1.58.82M13 7.93v8.14c0 .81.91 1.28 1.58.82l5.77-4.07c.56-.4.56-1.24 0-1.63l-5.77-4.07c-.67-.47-1.58 0-1.58.81"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFastForward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.58 16.89l5.77-4.07c.56-.4.56-1.24 0-1.63L5.58 7.11C4.91 6.65 4 7.12 4 7.93v8.14c0 .81.91 1.28 1.58.82M13 7.93v8.14c0 .81.91 1.28 1.58.82l5.77-4.07c.56-.4.56-1.24 0-1.63l-5.77-4.07c-.67-.47-1.58 0-1.58.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.58 16.89l5.77-4.07c.56-.4.56-1.24 0-1.63L5.58 7.11C4.91 6.65 4 7.12 4 7.93v8.14c0 .81.91 1.28 1.58.82M13 7.93v8.14c0 .81.91 1.28 1.58.82l5.77-4.07c.56-.4.56-1.24 0-1.63l-5.77-4.07c-.67-.47-1.58 0-1.58.81"/></svg>
</template>

CSS

.icon-round-fast-forward {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.58%2016.89l5.77-4.07c.56-.4.56-1.24%200-1.63L5.58%207.11C4.91%206.65%204%207.12%204%207.93v8.14c0%20.81.91%201.28%201.58.82M13%207.93v8.14c0%20.81.91%201.28%201.58.82l5.77-4.07c.56-.4.56-1.24%200-1.63l-5.77-4.07c-.67-.47-1.58%200-1.58.81%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.58%2016.89l5.77-4.07c.56-.4.56-1.24%200-1.63L5.58%207.11C4.91%206.65%204%207.12%204%207.93v8.14c0%20.81.91%201.28%201.58.82M13%207.93v8.14c0%20.81.91%201.28%201.58.82l5.77-4.07c.56-.4.56-1.24%200-1.63l-5.77-4.07c-.67-.47-1.58%200-1.58.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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