steppers from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
steppers
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
steppers-outline, steppers-outline-rounded, steppers-outline-sharp, steppers-rounded, steppers-sharp

The same icon in other sets

More ui actions icons from Material Symbols

Use the steppers icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.875 14.125Q2 13.25 2 12t.875-2.125T5 9t2.125.875T8 12t-.875 2.125T5 15t-2.125-.875m2.838-1.412Q6 12.425 6 12t-.288-.712T5 11t-.712.288T4 12t.288.713T5 13t.713-.288m4.162 1.413Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m2.838-1.412Q13 12.425 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m4.162 1.413Q16 13.25 16 12t.875-2.125T19 9t2.125.875T22 12t-.875 2.125T19 15t-2.125-.875"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSteppers(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="M2.875 14.125Q2 13.25 2 12t.875-2.125T5 9t2.125.875T8 12t-.875 2.125T5 15t-2.125-.875m2.838-1.412Q6 12.425 6 12t-.288-.712T5 11t-.712.288T4 12t.288.713T5 13t.713-.288m4.162 1.413Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m2.838-1.412Q13 12.425 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m4.162 1.413Q16 13.25 16 12t.875-2.125T19 9t2.125.875T22 12t-.875 2.125T19 15t-2.125-.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.875 14.125Q2 13.25 2 12t.875-2.125T5 9t2.125.875T8 12t-.875 2.125T5 15t-2.125-.875m2.838-1.412Q6 12.425 6 12t-.288-.712T5 11t-.712.288T4 12t.288.713T5 13t.713-.288m4.162 1.413Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m2.838-1.412Q13 12.425 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m4.162 1.413Q16 13.25 16 12t.875-2.125T19 9t2.125.875T22 12t-.875 2.125T19 15t-2.125-.875"/></svg>
</template>

CSS

.icon-steppers {
  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%22M2.875%2014.125Q2%2013.25%202%2012t.875-2.125T5%209t2.125.875T8%2012t-.875%202.125T5%2015t-2.125-.875m2.838-1.412Q6%2012.425%206%2012t-.288-.712T5%2011t-.712.288T4%2012t.288.713T5%2013t.713-.288m4.162%201.413Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875m2.838-1.412Q13%2012.425%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m4.162%201.413Q16%2013.25%2016%2012t.875-2.125T19%209t2.125.875T22%2012t-.875%202.125T19%2015t-2.125-.875%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%22M2.875%2014.125Q2%2013.25%202%2012t.875-2.125T5%209t2.125.875T8%2012t-.875%202.125T5%2015t-2.125-.875m2.838-1.412Q6%2012.425%206%2012t-.288-.712T5%2011t-.712.288T4%2012t.288.713T5%2013t.713-.288m4.162%201.413Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875m2.838-1.412Q13%2012.425%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m4.162%201.413Q16%2013.25%2016%2012t.875-2.125T19%209t2.125.875T22%2012t-.875%202.125T19%2015t-2.125-.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/steppers.svg?color=%231a73e8&size=48