steps icon
steps-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- steps-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- steps-outline-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.5q.975 0 1.85.35t1.6 1.025L18.4 20h.6q.425 0 .713-.288T20 19q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35 8.2l-1.85.45q-.95.25-1.725-.35T9 6.725v-2.1l-.7-.35l-3.85 5.15q-.025.025-.025.037T4.4 9.5zm0 2H4.25q.075.175.188.325t.262.275l8.1 7.375q.275.275.625.4t.725.125h1.35l-8.025-7.675q-.425-.425-.962-.625T5.4 11.5M14.15 22q-.75 0-1.425-.275t-1.25-.775L3.35 13.575Q2.2 12.525 2.062 11t.788-2.775l3.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 1.25-.875 2.125T19 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsStepsOutline(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.5q.975 0 1.85.35t1.6 1.025L18.4 20h.6q.425 0 .713-.288T20 19q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35 8.2l-1.85.45q-.95.25-1.725-.35T9 6.725v-2.1l-.7-.35l-3.85 5.15q-.025.025-.025.037T4.4 9.5zm0 2H4.25q.075.175.188.325t.262.275l8.1 7.375q.275.275.625.4t.725.125h1.35l-8.025-7.675q-.425-.425-.962-.625T5.4 11.5M14.15 22q-.75 0-1.425-.275t-1.25-.775L3.35 13.575Q2.2 12.525 2.062 11t.788-2.775l3.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 1.25-.875 2.125T19 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.5q.975 0 1.85.35t1.6 1.025L18.4 20h.6q.425 0 .713-.288T20 19q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35 8.2l-1.85.45q-.95.25-1.725-.35T9 6.725v-2.1l-.7-.35l-3.85 5.15q-.025.025-.025.037T4.4 9.5zm0 2H4.25q.075.175.188.325t.262.275l8.1 7.375q.275.275.625.4t.725.125h1.35l-8.025-7.675q-.425-.425-.962-.625T5.4 11.5M14.15 22q-.75 0-1.425-.275t-1.25-.775L3.35 13.575Q2.2 12.525 2.062 11t.788-2.775l3.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 1.25-.875 2.125T19 22z"/></svg> </template>
CSS
.icon-steps-outline {
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.5q.975%200%201.85.35t1.6%201.025L18.4%2020h.6q.425%200%20.713-.288T20%2019q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35%208.2l-1.85.45q-.95.25-1.725-.35T9%206.725v-2.1l-.7-.35l-3.85%205.15q-.025.025-.025.037T4.4%209.5zm0%202H4.25q.075.175.188.325t.262.275l8.1%207.375q.275.275.625.4t.725.125h1.35l-8.025-7.675q-.425-.425-.962-.625T5.4%2011.5M14.15%2022q-.75%200-1.425-.275t-1.25-.775L3.35%2013.575Q2.2%2012.525%202.062%2011t.788-2.775l3.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%201.25-.875%202.125T19%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.5q.975%200%201.85.35t1.6%201.025L18.4%2020h.6q.425%200%20.713-.288T20%2019q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35%208.2l-1.85.45q-.95.25-1.725-.35T9%206.725v-2.1l-.7-.35l-3.85%205.15q-.025.025-.025.037T4.4%209.5zm0%202H4.25q.075.175.188.325t.262.275l8.1%207.375q.275.275.625.4t.725.125h1.35l-8.025-7.675q-.425-.425-.962-.625T5.4%2011.5M14.15%2022q-.75%200-1.425-.275t-1.25-.775L3.35%2013.575Q2.2%2012.525%202.062%2011t.788-2.775l3.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%201.25-.875%202.125T19%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-outline.svg?color=%231a73e8&size=48