debug step over icon

debug-step-over from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
debug-step-over
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the debug step over icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 13c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2m3.25-11a.75.75 0 0 0-.75.75v1.277A5.98 5.98 0 0 0 8 2C5.033 2 2.48 4.211 2.06 7.144a.75.75 0 0 0 1.487.213C3.86 5.159 5.776 3.501 8 3.501c1.529 0 2.919.763 3.743 2H9.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconDebugStepOver(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 13c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2m3.25-11a.75.75 0 0 0-.75.75v1.277A5.98 5.98 0 0 0 8 2C5.033 2 2.48 4.211 2.06 7.144a.75.75 0 0 0 1.487.213C3.86 5.159 5.776 3.501 8 3.501c1.529 0 2.919.763 3.743 2H9.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10 13c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2m3.25-11a.75.75 0 0 0-.75.75v1.277A5.98 5.98 0 0 0 8 2C5.033 2 2.48 4.211 2.06 7.144a.75.75 0 0 0 1.487.213C3.86 5.159 5.776 3.501 8 3.501c1.529 0 2.919.763 3.743 2H9.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75z"/></svg>
</template>

CSS

.icon-debug-step-over {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2013c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.897%202%202m3.25-11a.75.75%200%200%200-.75.75v1.277A5.98%205.98%200%200%200%208%202C5.033%202%202.48%204.211%202.06%207.144a.75.75%200%200%200%201.487.213C3.86%205.159%205.776%203.501%208%203.501c1.529%200%202.919.763%203.743%202H9.75a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2013c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.897%202%202m3.25-11a.75.75%200%200%200-.75.75v1.277A5.98%205.98%200%200%200%208%202C5.033%202%202.48%204.211%202.06%207.144a.75.75%200%200%200%201.487.213C3.86%205.159%205.776%203.501%208%203.501c1.529%200%202.919.763%203.743%202H9.75a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%20.75-.75v-3.5a.75.75%200%200%200-.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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