step over icon
step-over from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- step-over
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- step-over-outline, step-over-outline-sharp, step-over-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the step over icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.23 17.77Q9.5 17.037 9.5 16t.73-1.77T12 13.5t1.77.73t.73 1.77t-.73 1.77t-1.77.73t-1.77-.73M5.19 11.5q.504-2.379 2.389-3.94T11.975 6q1.864 0 3.394.891q1.531.892 2.458 2.34V5.885h1V11.5h-5.616v-1h4.239q-.723-1.561-2.172-2.53Q13.828 7 12 7Q9.916 7 8.317 8.28Q6.72 9.563 6.215 11.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStepOver(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="M10.23 17.77Q9.5 17.037 9.5 16t.73-1.77T12 13.5t1.77.73t.73 1.77t-.73 1.77t-1.77.73t-1.77-.73M5.19 11.5q.504-2.379 2.389-3.94T11.975 6q1.864 0 3.394.891q1.531.892 2.458 2.34V5.885h1V11.5h-5.616v-1h4.239q-.723-1.561-2.172-2.53Q13.828 7 12 7Q9.916 7 8.317 8.28Q6.72 9.563 6.215 11.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.23 17.77Q9.5 17.037 9.5 16t.73-1.77T12 13.5t1.77.73t.73 1.77t-.73 1.77t-1.77.73t-1.77-.73M5.19 11.5q.504-2.379 2.389-3.94T11.975 6q1.864 0 3.394.891q1.531.892 2.458 2.34V5.885h1V11.5h-5.616v-1h4.239q-.723-1.561-2.172-2.53Q13.828 7 12 7Q9.916 7 8.317 8.28Q6.72 9.563 6.215 11.5z"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.23%2017.77Q9.5%2017.037%209.5%2016t.73-1.77T12%2013.5t1.77.73t.73%201.77t-.73%201.77t-1.77.73t-1.77-.73M5.19%2011.5q.504-2.379%202.389-3.94T11.975%206q1.864%200%203.394.891q1.531.892%202.458%202.34V5.885h1V11.5h-5.616v-1h4.239q-.723-1.561-2.172-2.53Q13.828%207%2012%207Q9.916%207%208.317%208.28Q6.72%209.563%206.215%2011.5z%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%22M10.23%2017.77Q9.5%2017.037%209.5%2016t.73-1.77T12%2013.5t1.77.73t.73%201.77t-.73%201.77t-1.77.73t-1.77-.73M5.19%2011.5q.504-2.379%202.389-3.94T11.975%206q1.864%200%203.394.891q1.531.892%202.458%202.34V5.885h1V11.5h-5.616v-1h4.239q-.723-1.561-2.172-2.53Q13.828%207%2012%207Q9.916%207%208.317%208.28Q6.72%209.563%206.215%2011.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/step-over.svg?color=%231a73e8&size=48