steps icon
steps-outline from Material Symbols Light by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- steps-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- steps-outline-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 10q.86 0 1.658.321t1.446.92L17.669 20H19q.425 0 .713-.288T20 19q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35 8.2l-3.061.758Q9.8 9.092 9.4 8.77T9 7.956V4.625l-.7-.35l-3.83 5.13q-.103.141-.18.288q-.076.148-.12.307zm0 1H4.096q.056.31.188.575t.378.487l8.138 7.413q.275.275.625.4t.725.125h2.062l-8.39-8.04q-.483-.483-1.117-.722Q6.07 11 5.4 11m8.75 10q-.558 0-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.861-.8-.97-1.94t.586-2.083l3.869-5.15q.213-.287.56-.378t.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 .827-.577 1.414Q19.846 21 19 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStepsOutline(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 10q.86 0 1.658.321t1.446.92L17.669 20H19q.425 0 .713-.288T20 19q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35 8.2l-3.061.758Q9.8 9.092 9.4 8.77T9 7.956V4.625l-.7-.35l-3.83 5.13q-.103.141-.18.288q-.076.148-.12.307zm0 1H4.096q.056.31.188.575t.378.487l8.138 7.413q.275.275.625.4t.725.125h2.062l-8.39-8.04q-.483-.483-1.117-.722Q6.07 11 5.4 11m8.75 10q-.558 0-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.861-.8-.97-1.94t.586-2.083l3.869-5.15q.213-.287.56-.378t.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 .827-.577 1.414Q19.846 21 19 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 10q.86 0 1.658.321t1.446.92L17.669 20H19q.425 0 .713-.288T20 19q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35 8.2l-3.061.758Q9.8 9.092 9.4 8.77T9 7.956V4.625l-.7-.35l-3.83 5.13q-.103.141-.18.288q-.076.148-.12.307zm0 1H4.096q.056.31.188.575t.378.487l8.138 7.413q.275.275.625.4t.725.125h2.062l-8.39-8.04q-.483-.483-1.117-.722Q6.07 11 5.4 11m8.75 10q-.558 0-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.861-.8-.97-1.94t.586-2.083l3.869-5.15q.213-.287.56-.378t.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 .827-.577 1.414Q19.846 21 19 21z"/></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%2010q.86%200%201.658.321t1.446.92L17.669%2020H19q.425%200%20.713-.288T20%2019q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35%208.2l-3.061.758Q9.8%209.092%209.4%208.77T9%207.956V4.625l-.7-.35l-3.83%205.13q-.103.141-.18.288q-.076.148-.12.307zm0%201H4.096q.056.31.188.575t.378.487l8.138%207.413q.275.275.625.4t.725.125h2.062l-8.39-8.04q-.483-.483-1.117-.722Q6.07%2011%205.4%2011m8.75%2010q-.558%200-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.861-.8-.97-1.94t.586-2.083l3.869-5.15q.213-.287.56-.378t.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.827-.577%201.414Q19.846%2021%2019%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%2010q.86%200%201.658.321t1.446.92L17.669%2020H19q.425%200%20.713-.288T20%2019q0-.2-.038-.425t-.262-.45l-4.575-4.575L13.35%208.2l-3.061.758Q9.8%209.092%209.4%208.77T9%207.956V4.625l-.7-.35l-3.83%205.13q-.103.141-.18.288q-.076.148-.12.307zm0%201H4.096q.056.31.188.575t.378.487l8.138%207.413q.275.275.625.4t.725.125h2.062l-8.39-8.04q-.483-.483-1.117-.722Q6.07%2011%205.4%2011m8.75%2010q-.558%200-1.07-.198q-.51-.198-.932-.583l-8.125-7.375q-.861-.8-.97-1.94t.586-2.083l3.869-5.15q.213-.287.56-.378t.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.827-.577%201.414Q19.846%2021%2019%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-outline.svg?color=%231a73e8&size=48