stairs 01 icon

stairs-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
stairs-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the stairs 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M17.5 3.5h1c.943 0 1.414 0 1.707.293s.293.764.293 1.707v11c0 1.886 0 2.828-.586 3.414s-1.528.586-3.414.586h-11c-.943 0-1.414 0-1.707-.293S3.5 19.443 3.5 18.5v-1c0-.943 0-1.414.293-1.707S4.557 15.5 5.5 15.5h2v-2c0-.943 0-1.414.293-1.707S8.557 11.5 9.5 11.5h2v-2c0-.943 0-1.414.293-1.707S12.557 7.5 13.5 7.5h2v-2c0-.943 0-1.414.293-1.707S16.557 3.5 17.5 3.5Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStairs01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M17.5 3.5h1c.943 0 1.414 0 1.707.293s.293.764.293 1.707v11c0 1.886 0 2.828-.586 3.414s-1.528.586-3.414.586h-11c-.943 0-1.414 0-1.707-.293S3.5 19.443 3.5 18.5v-1c0-.943 0-1.414.293-1.707S4.557 15.5 5.5 15.5h2v-2c0-.943 0-1.414.293-1.707S8.557 11.5 9.5 11.5h2v-2c0-.943 0-1.414.293-1.707S12.557 7.5 13.5 7.5h2v-2c0-.943 0-1.414.293-1.707S16.557 3.5 17.5 3.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M17.5 3.5h1c.943 0 1.414 0 1.707.293s.293.764.293 1.707v11c0 1.886 0 2.828-.586 3.414s-1.528.586-3.414.586h-11c-.943 0-1.414 0-1.707-.293S3.5 19.443 3.5 18.5v-1c0-.943 0-1.414.293-1.707S4.557 15.5 5.5 15.5h2v-2c0-.943 0-1.414.293-1.707S8.557 11.5 9.5 11.5h2v-2c0-.943 0-1.414.293-1.707S12.557 7.5 13.5 7.5h2v-2c0-.943 0-1.414.293-1.707S16.557 3.5 17.5 3.5Z"/></svg>
</template>

CSS

.icon-stairs-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.5%203.5h1c.943%200%201.414%200%201.707.293s.293.764.293%201.707v11c0%201.886%200%202.828-.586%203.414s-1.528.586-3.414.586h-11c-.943%200-1.414%200-1.707-.293S3.5%2019.443%203.5%2018.5v-1c0-.943%200-1.414.293-1.707S4.557%2015.5%205.5%2015.5h2v-2c0-.943%200-1.414.293-1.707S8.557%2011.5%209.5%2011.5h2v-2c0-.943%200-1.414.293-1.707S12.557%207.5%2013.5%207.5h2v-2c0-.943%200-1.414.293-1.707S16.557%203.5%2017.5%203.5Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.5%203.5h1c.943%200%201.414%200%201.707.293s.293.764.293%201.707v11c0%201.886%200%202.828-.586%203.414s-1.528.586-3.414.586h-11c-.943%200-1.414%200-1.707-.293S3.5%2019.443%203.5%2018.5v-1c0-.943%200-1.414.293-1.707S4.557%2015.5%205.5%2015.5h2v-2c0-.943%200-1.414.293-1.707S8.557%2011.5%209.5%2011.5h2v-2c0-.943%200-1.414.293-1.707S12.557%207.5%2013.5%207.5h2v-2c0-.943%200-1.414.293-1.707S16.557%203.5%2017.5%203.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/stairs-01.svg?color=%231a73e8&size=48