steps from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
steps
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
steps-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the steps icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.4 10H3.104q.062-.312.195-.605q.134-.293.34-.574l3.869-5.15q.213-.286.56-.378q.348-.091.67.086l.72.35q.275.14.408.375q.134.234.134.521v3.389l3.1-.802q.385-.104.72.091t.469.574l1.702 5.112l4.423 4.423q.345.346.466.748q.12.402.12.84q0 .752-.49 1.304t-1.233.633h-.635L8.504 11.24q-.648-.599-1.446-.92T5.4 10m8.75 11q-.558 0-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.417-.367-.65-.847t-.3-.997H5.4q.671 0 1.305.239q.634.238 1.116.72L17.248 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSteps(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="M5.4 10H3.104q.062-.312.195-.605q.134-.293.34-.574l3.869-5.15q.213-.286.56-.378q.348-.091.67.086l.72.35q.275.14.408.375q.134.234.134.521v3.389l3.1-.802q.385-.104.72.091t.469.574l1.702 5.112l4.423 4.423q.345.346.466.748q.12.402.12.84q0 .752-.49 1.304t-1.233.633h-.635L8.504 11.24q-.648-.599-1.446-.92T5.4 10m8.75 11q-.558 0-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.417-.367-.65-.847t-.3-.997H5.4q.671 0 1.305.239q.634.238 1.116.72L17.248 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.4 10H3.104q.062-.312.195-.605q.134-.293.34-.574l3.869-5.15q.213-.286.56-.378q.348-.091.67.086l.72.35q.275.14.408.375q.134.234.134.521v3.389l3.1-.802q.385-.104.72.091t.469.574l1.702 5.112l4.423 4.423q.345.346.466.748q.12.402.12.84q0 .752-.49 1.304t-1.233.633h-.635L8.504 11.24q-.648-.599-1.446-.92T5.4 10m8.75 11q-.558 0-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.417-.367-.65-.847t-.3-.997H5.4q.671 0 1.305.239q.634.238 1.116.72L17.248 21z"/></svg>
</template>

CSS

.icon-steps {
  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%22M5.4%2010H3.104q.062-.312.195-.605q.134-.293.34-.574l3.869-5.15q.213-.286.56-.378q.348-.091.67.086l.72.35q.275.14.408.375q.134.234.134.521v3.389l3.1-.802q.385-.104.72.091t.469.574l1.702%205.112l4.423%204.423q.345.346.466.748q.12.402.12.84q0%20.752-.49%201.304t-1.233.633h-.635L8.504%2011.24q-.648-.599-1.446-.92T5.4%2010m8.75%2011q-.558%200-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.417-.367-.65-.847t-.3-.997H5.4q.671%200%201.305.239q.634.238%201.116.72L17.248%2021z%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%22M5.4%2010H3.104q.062-.312.195-.605q.134-.293.34-.574l3.869-5.15q.213-.286.56-.378q.348-.091.67.086l.72.35q.275.14.408.375q.134.234.134.521v3.389l3.1-.802q.385-.104.72.091t.469.574l1.702%205.112l4.423%204.423q.345.346.466.748q.12.402.12.84q0%20.752-.49%201.304t-1.233.633h-.635L8.504%2011.24q-.648-.599-1.446-.92T5.4%2010m8.75%2011q-.558%200-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.417-.367-.65-.847t-.3-.997H5.4q.671%200%201.305.239q.634.238%201.116.72L17.248%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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