steps icon
steps from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- steps
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- steps-rounded
3 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
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 9.5H2.2q.1-.35.263-.663t.387-.612l3.85-5.15q.425-.575 1.138-.763t1.362.163l.7.35q.525.275.813.75T11 4.625v2.1l1.85-.475q.75-.2 1.45.188t.95 1.112l1.625 4.9l4.25 4.25q.5.5.688 1.075T22 19q0 .925-.5 1.65t-1.3 1.075L8.85 10.875q-.725-.675-1.6-1.025T5.4 9.5M14.15 22q-.75 0-1.425-.275t-1.25-.775L3.35 13.575q-.475-.425-.775-.962T2.15 11.5H5.4q.575 0 1.113.2t.962.625L17.575 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSteps(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 9.5H2.2q.1-.35.263-.663t.387-.612l3.85-5.15q.425-.575 1.138-.763t1.362.163l.7.35q.525.275.813.75T11 4.625v2.1l1.85-.475q.75-.2 1.45.188t.95 1.112l1.625 4.9l4.25 4.25q.5.5.688 1.075T22 19q0 .925-.5 1.65t-1.3 1.075L8.85 10.875q-.725-.675-1.6-1.025T5.4 9.5M14.15 22q-.75 0-1.425-.275t-1.25-.775L3.35 13.575q-.475-.425-.775-.962T2.15 11.5H5.4q.575 0 1.113.2t.962.625L17.575 22z"/></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 9.5H2.2q.1-.35.263-.663t.387-.612l3.85-5.15q.425-.575 1.138-.763t1.362.163l.7.35q.525.275.813.75T11 4.625v2.1l1.85-.475q.75-.2 1.45.188t.95 1.112l1.625 4.9l4.25 4.25q.5.5.688 1.075T22 19q0 .925-.5 1.65t-1.3 1.075L8.85 10.875q-.725-.675-1.6-1.025T5.4 9.5M14.15 22q-.75 0-1.425-.275t-1.25-.775L3.35 13.575q-.475-.425-.775-.962T2.15 11.5H5.4q.575 0 1.113.2t.962.625L17.575 22z"/></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%209.5H2.2q.1-.35.263-.663t.387-.612l3.85-5.15q.425-.575%201.138-.763t1.362.163l.7.35q.525.275.813.75T11%204.625v2.1l1.85-.475q.75-.2%201.45.188t.95%201.112l1.625%204.9l4.25%204.25q.5.5.688%201.075T22%2019q0%20.925-.5%201.65t-1.3%201.075L8.85%2010.875q-.725-.675-1.6-1.025T5.4%209.5M14.15%2022q-.75%200-1.425-.275t-1.25-.775L3.35%2013.575q-.475-.425-.775-.962T2.15%2011.5H5.4q.575%200%201.113.2t.962.625L17.575%2022z%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%209.5H2.2q.1-.35.263-.663t.387-.612l3.85-5.15q.425-.575%201.138-.763t1.362.163l.7.35q.525.275.813.75T11%204.625v2.1l1.85-.475q.75-.2%201.45.188t.95%201.112l1.625%204.9l4.25%204.25q.5.5.688%201.075T22%2019q0%20.925-.5%201.65t-1.3%201.075L8.85%2010.875q-.725-.675-1.6-1.025T5.4%209.5M14.15%2022q-.75%200-1.425-.275t-1.25-.775L3.35%2013.575q-.475-.425-.775-.962T2.15%2011.5H5.4q.575%200%201.113.2t.962.625L17.575%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/steps.svg?color=%231a73e8&size=48