forward step icon
forward-step from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- forward-step
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" d="M9.96 5.18c-1.556-1.104-3.71.009-3.71 1.917v9.796c0 1.908 2.154 3.02 3.71 1.917l6.732-4.776l.062-.045v4.51a.75.75 0 0 0 1.5 0v-13a.75.75 0 0 0-1.5 0v4.502l-.062-.045zM7.75 7.097a.85.85 0 0 1 1.342-.693l6.732 4.775a1 1 0 0 1 0 1.632l-6.732 4.776a.85.85 0 0 1-1.342-.694z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconForwardStep(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" fillRule="evenodd" d="M9.96 5.18c-1.556-1.104-3.71.009-3.71 1.917v9.796c0 1.908 2.154 3.02 3.71 1.917l6.732-4.776l.062-.045v4.51a.75.75 0 0 0 1.5 0v-13a.75.75 0 0 0-1.5 0v4.502l-.062-.045zM7.75 7.097a.85.85 0 0 1 1.342-.693l6.732 4.775a1 1 0 0 1 0 1.632l-6.732 4.776a.85.85 0 0 1-1.342-.694z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.96 5.18c-1.556-1.104-3.71.009-3.71 1.917v9.796c0 1.908 2.154 3.02 3.71 1.917l6.732-4.776l.062-.045v4.51a.75.75 0 0 0 1.5 0v-13a.75.75 0 0 0-1.5 0v4.502l-.062-.045zM7.75 7.097a.85.85 0 0 1 1.342-.693l6.732 4.775a1 1 0 0 1 0 1.632l-6.732 4.776a.85.85 0 0 1-1.342-.694z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-forward-step {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.96%205.18c-1.556-1.104-3.71.009-3.71%201.917v9.796c0%201.908%202.154%203.02%203.71%201.917l6.732-4.776l.062-.045v4.51a.75.75%200%200%200%201.5%200v-13a.75.75%200%200%200-1.5%200v4.502l-.062-.045zM7.75%207.097a.85.85%200%200%201%201.342-.693l6.732%204.775a1%201%200%200%201%200%201.632l-6.732%204.776a.85.85%200%200%201-1.342-.694z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.96%205.18c-1.556-1.104-3.71.009-3.71%201.917v9.796c0%201.908%202.154%203.02%203.71%201.917l6.732-4.776l.062-.045v4.51a.75.75%200%200%200%201.5%200v-13a.75.75%200%200%200-1.5%200v4.502l-.062-.045zM7.75%207.097a.85.85%200%200%201%201.342-.693l6.732%204.775a1%201%200%200%201%200%201.632l-6.732%204.776a.85.85%200%200%201-1.342-.694z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/forward-step.svg?color=%231a73e8&size=48