steps-outline-sharp from Material Symbols by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.

Name
steps-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Activities
Viewbox
24×24
License
Apache 2.0

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="M18.4 20h1.325L20 18.425l-4.875-4.875L13.35 8.2l-3.325.75L9 7.975v-3.35l-.7-.35L4.4 9.5h3zm-5.025 0H15.5l-8.9-8.5H4.05zm-.75 2L.675 11.15L7.7 1.725l3.3 1.65v3.35l3.675-.95l2.2 6.675L22 17.575L21.25 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStepsOutlineSharp(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="M18.4 20h1.325L20 18.425l-4.875-4.875L13.35 8.2l-3.325.75L9 7.975v-3.35l-.7-.35L4.4 9.5h3zm-5.025 0H15.5l-8.9-8.5H4.05zm-.75 2L.675 11.15L7.7 1.725l3.3 1.65v3.35l3.675-.95l2.2 6.675L22 17.575L21.25 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="M18.4 20h1.325L20 18.425l-4.875-4.875L13.35 8.2l-3.325.75L9 7.975v-3.35l-.7-.35L4.4 9.5h3zm-5.025 0H15.5l-8.9-8.5H4.05zm-.75 2L.675 11.15L7.7 1.725l3.3 1.65v3.35l3.675-.95l2.2 6.675L22 17.575L21.25 22z"/></svg>
</template>

CSS

.icon-steps-outline-sharp {
  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%22M18.4%2020h1.325L20%2018.425l-4.875-4.875L13.35%208.2l-3.325.75L9%207.975v-3.35l-.7-.35L4.4%209.5h3zm-5.025%200H15.5l-8.9-8.5H4.05zm-.75%202L.675%2011.15L7.7%201.725l3.3%201.65v3.35l3.675-.95l2.2%206.675L22%2017.575L21.25%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%22M18.4%2020h1.325L20%2018.425l-4.875-4.875L13.35%208.2l-3.325.75L9%207.975v-3.35l-.7-.35L4.4%209.5h3zm-5.025%200H15.5l-8.9-8.5H4.05zm-.75%202L.675%2011.15L7.7%201.725l3.3%201.65v3.35l3.675-.95l2.2%206.675L22%2017.575L21.25%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-sharp.svg?color=%231a73e8&size=48