stair stepper icon

stair-stepper-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
stair-stepper-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the stair stepper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.883 8.69a3 3 0 0 1 3.263.38l1.605 1.336l1.507-.376a1 1 0 1 1 .484 1.94l-2 .5a1 1 0 0 1-.883-.201L10 11.552V14h.434a1.5 1.5 0 0 1 1.488 1.687l-.43 3.437a1 1 0 1 1-1.984-.248L9.868 16H8.795l-.274 1.917a2 2 0 0 1-.316.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.236-1.66A1 1 0 0 1 6 15v-3.633l-.598.299l-.416 2.498a1 1 0 0 1-1.972-.328l.458-2.75l.04-.174a1.5 1.5 0 0 1 .768-.92zM20 16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-9a1 1 0 1 1 0-2h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1zM12 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteStairStepperFill(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="M6.883 8.69a3 3 0 0 1 3.263.38l1.605 1.336l1.507-.376a1 1 0 1 1 .484 1.94l-2 .5a1 1 0 0 1-.883-.201L10 11.552V14h.434a1.5 1.5 0 0 1 1.488 1.687l-.43 3.437a1 1 0 1 1-1.984-.248L9.868 16H8.795l-.274 1.917a2 2 0 0 1-.316.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.236-1.66A1 1 0 0 1 6 15v-3.633l-.598.299l-.416 2.498a1 1 0 0 1-1.972-.328l.458-2.75l.04-.174a1.5 1.5 0 0 1 .768-.92zM20 16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-9a1 1 0 1 1 0-2h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1zM12 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.883 8.69a3 3 0 0 1 3.263.38l1.605 1.336l1.507-.376a1 1 0 1 1 .484 1.94l-2 .5a1 1 0 0 1-.883-.201L10 11.552V14h.434a1.5 1.5 0 0 1 1.488 1.687l-.43 3.437a1 1 0 1 1-1.984-.248L9.868 16H8.795l-.274 1.917a2 2 0 0 1-.316.826l-1.874 2.812a1 1 0 1 1-1.664-1.11l1.874-2.811l.236-1.66A1 1 0 0 1 6 15v-3.633l-.598.299l-.416 2.498a1 1 0 0 1-1.972-.328l.458-2.75l.04-.174a1.5 1.5 0 0 1 .768-.92zM20 16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-9a1 1 0 1 1 0-2h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1zM12 5a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-stair-stepper-fill {
  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%22M6.883%208.69a3%203%200%200%201%203.263.38l1.605%201.336l1.507-.376a1%201%200%201%201%20.484%201.94l-2%20.5a1%201%200%200%201-.883-.201L10%2011.552V14h.434a1.5%201.5%200%200%201%201.488%201.687l-.43%203.437a1%201%200%201%201-1.984-.248L9.868%2016H8.795l-.274%201.917a2%202%200%200%201-.316.826l-1.874%202.812a1%201%200%201%201-1.664-1.11l1.874-2.811l.236-1.66A1%201%200%200%201%206%2015v-3.633l-.598.299l-.416%202.498a1%201%200%200%201-1.972-.328l.458-2.75l.04-.174a1.5%201.5%200%200%201%20.768-.92zM20%2016a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201h-9a1%201%200%201%201%200-2h1a1%201%200%200%201%201-1h1a1%201%200%200%201%201-1h1a1%201%200%200%201%201-1h1a1%201%200%200%201%201-1zM12%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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%22M6.883%208.69a3%203%200%200%201%203.263.38l1.605%201.336l1.507-.376a1%201%200%201%201%20.484%201.94l-2%20.5a1%201%200%200%201-.883-.201L10%2011.552V14h.434a1.5%201.5%200%200%201%201.488%201.687l-.43%203.437a1%201%200%201%201-1.984-.248L9.868%2016H8.795l-.274%201.917a2%202%200%200%201-.316.826l-1.874%202.812a1%201%200%201%201-1.664-1.11l1.874-2.811l.236-1.66A1%201%200%200%201%206%2015v-3.633l-.598.299l-.416%202.498a1%201%200%200%201-1.972-.328l.458-2.75l.04-.174a1.5%201.5%200%200%201%20.768-.92zM20%2016a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201h-9a1%201%200%201%201%200-2h1a1%201%200%200%201%201-1h1a1%201%200%200%201%201-1h1a1%201%200%200%201%201-1h1a1%201%200%200%201%201-1zM12%205a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/stair-stepper-fill.svg?color=%231a73e8&size=48