forward step icon

forward-step-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
forward-step-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All forward step icons →

More ui icons from Reicon

Use the forward step icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.254 5.5a.75.75 0 0 0-1.5 0v4.825a2 2 0 0 0-.207-.165L9.815 5.384C8.425 4.398 6.5 5.392 6.5 7.097v9.796c0 1.705 1.924 2.7 3.315 1.713l6.732-4.776a2 2 0 0 0 .207-.165V18.5a.75.75 0 0 0 1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconForwardStepFilled(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="M18.254 5.5a.75.75 0 0 0-1.5 0v4.825a2 2 0 0 0-.207-.165L9.815 5.384C8.425 4.398 6.5 5.392 6.5 7.097v9.796c0 1.705 1.924 2.7 3.315 1.713l6.732-4.776a2 2 0 0 0 .207-.165V18.5a.75.75 0 0 0 1.5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.254 5.5a.75.75 0 0 0-1.5 0v4.825a2 2 0 0 0-.207-.165L9.815 5.384C8.425 4.398 6.5 5.392 6.5 7.097v9.796c0 1.705 1.924 2.7 3.315 1.713l6.732-4.776a2 2 0 0 0 .207-.165V18.5a.75.75 0 0 0 1.5 0z"/></svg>
</template>

CSS

.icon-forward-step-filled {
  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%22M18.254%205.5a.75.75%200%200%200-1.5%200v4.825a2%202%200%200%200-.207-.165L9.815%205.384C8.425%204.398%206.5%205.392%206.5%207.097v9.796c0%201.705%201.924%202.7%203.315%201.713l6.732-4.776a2%202%200%200%200%20.207-.165V18.5a.75.75%200%200%200%201.5%200z%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%22M18.254%205.5a.75.75%200%200%200-1.5%200v4.825a2%202%200%200%200-.207-.165L9.815%205.384C8.425%204.398%206.5%205.392%206.5%207.097v9.796c0%201.705%201.924%202.7%203.315%201.713l6.732-4.776a2%202%200%200%200%20.207-.165V18.5a.75.75%200%200%200%201.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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