John KuehJohn Kueh

step over icon

HugeIcons · StepOverIcon · MIT

Download SVG

The HugeIcons step over icon visually represents the action of executing a single line of code and then pausing execution, commonly used in debugging interfaces.

Common uses

  • Debugger 'Step Over' button
  • Code execution control panel
  • IDE debugging toolbar

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StepOverIcon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={StepOverIcon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
next lineexecute linedebug step overcontinue to next

FAQ

What does the step over icon signify?
It signifies advancing the debugger to the next line of code without stepping into any functions called on the current line.
How do I use the StepOverIcon in React?
Import both HugeiconsIcon and StepOverIcon, then render <HugeiconsIcon icon={StepOverIcon} />.
What is the license for this icon?
This icon is released under the MIT license, allowing for free use in commercial and non-commercial projects.

Related icons

The same idea in other libraries, and near matches in HugeIcons.

Looking for something else? Search HugeIcons and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →