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

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

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="M17.67 20h1.92l.41-1.575l-4.875-4.875L13.35 8.2l-3.536.827L9 8.244V4.625l-.7-.35L4.035 10h3.173zm-4.295 0h2.837l-9.4-9h-3.3zm-.365 1L2.002 11.016l5.987-8.002L10 3.99v4.023l4.002-1.027l1.989 6.002L21 17.998L20.25 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStepsOutlineSharp(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="M17.67 20h1.92l.41-1.575l-4.875-4.875L13.35 8.2l-3.536.827L9 8.244V4.625l-.7-.35L4.035 10h3.173zm-4.295 0h2.837l-9.4-9h-3.3zm-.365 1L2.002 11.016l5.987-8.002L10 3.99v4.023l4.002-1.027l1.989 6.002L21 17.998L20.25 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="M17.67 20h1.92l.41-1.575l-4.875-4.875L13.35 8.2l-3.536.827L9 8.244V4.625l-.7-.35L4.035 10h3.173zm-4.295 0h2.837l-9.4-9h-3.3zm-.365 1L2.002 11.016l5.987-8.002L10 3.99v4.023l4.002-1.027l1.989 6.002L21 17.998L20.25 21z"/></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%22M17.67%2020h1.92l.41-1.575l-4.875-4.875L13.35%208.2l-3.536.827L9%208.244V4.625l-.7-.35L4.035%2010h3.173zm-4.295%200h2.837l-9.4-9h-3.3zm-.365%201L2.002%2011.016l5.987-8.002L10%203.99v4.023l4.002-1.027l1.989%206.002L21%2017.998L20.25%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%22M17.67%2020h1.92l.41-1.575l-4.875-4.875L13.35%208.2l-3.536.827L9%208.244V4.625l-.7-.35L4.035%2010h3.173zm-4.295%200h2.837l-9.4-9h-3.3zm-.365%201L2.002%2011.016l5.987-8.002L10%203.99v4.023l4.002-1.027l1.989%206.002L21%2017.998L20.25%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-sharp.svg?color=%231a73e8&size=48