steps icon
steps-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- steps-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
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="M12 3.375C12 2.615 12.616 2 13.375 2h3.75c.76 0 1.375.616 1.375 1.375V9H17V3.5h-3.5v3.625c0 .76-.616 1.375-1.375 1.375H8.5v3.625c0 .76-.616 1.375-1.375 1.375H3.5V17H9v1.5H3.375C2.615 18.5 2 17.884 2 17.125v-3.75C2 12.615 2.616 12 3.375 12H7V8.375C7 7.615 7.616 7 8.375 7H12zm3 8c0-.76.616-1.375 1.375-1.375h3.75c.76 0 1.375.616 1.375 1.375v6.875a3.25 3.25 0 0 1-3.25 3.25h-6.875c-.76 0-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375 1.375-1.375H15z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSteps24Filled(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="M12 3.375C12 2.615 12.616 2 13.375 2h3.75c.76 0 1.375.616 1.375 1.375V9H17V3.5h-3.5v3.625c0 .76-.616 1.375-1.375 1.375H8.5v3.625c0 .76-.616 1.375-1.375 1.375H3.5V17H9v1.5H3.375C2.615 18.5 2 17.884 2 17.125v-3.75C2 12.615 2.616 12 3.375 12H7V8.375C7 7.615 7.616 7 8.375 7H12zm3 8c0-.76.616-1.375 1.375-1.375h3.75c.76 0 1.375.616 1.375 1.375v6.875a3.25 3.25 0 0 1-3.25 3.25h-6.875c-.76 0-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375 1.375-1.375H15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.375C12 2.615 12.616 2 13.375 2h3.75c.76 0 1.375.616 1.375 1.375V9H17V3.5h-3.5v3.625c0 .76-.616 1.375-1.375 1.375H8.5v3.625c0 .76-.616 1.375-1.375 1.375H3.5V17H9v1.5H3.375C2.615 18.5 2 17.884 2 17.125v-3.75C2 12.615 2.616 12 3.375 12H7V8.375C7 7.615 7.616 7 8.375 7H12zm3 8c0-.76.616-1.375 1.375-1.375h3.75c.76 0 1.375.616 1.375 1.375v6.875a3.25 3.25 0 0 1-3.25 3.25h-6.875c-.76 0-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375 1.375-1.375H15z"/></svg> </template>
CSS
.icon-steps-24-filled {
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%22M12%203.375C12%202.615%2012.616%202%2013.375%202h3.75c.76%200%201.375.616%201.375%201.375V9H17V3.5h-3.5v3.625c0%20.76-.616%201.375-1.375%201.375H8.5v3.625c0%20.76-.616%201.375-1.375%201.375H3.5V17H9v1.5H3.375C2.615%2018.5%202%2017.884%202%2017.125v-3.75C2%2012.615%202.616%2012%203.375%2012H7V8.375C7%207.615%207.616%207%208.375%207H12zm3%208c0-.76.616-1.375%201.375-1.375h3.75c.76%200%201.375.616%201.375%201.375v6.875a3.25%203.25%200%200%201-3.25%203.25h-6.875c-.76%200-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375%201.375-1.375H15z%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%22M12%203.375C12%202.615%2012.616%202%2013.375%202h3.75c.76%200%201.375.616%201.375%201.375V9H17V3.5h-3.5v3.625c0%20.76-.616%201.375-1.375%201.375H8.5v3.625c0%20.76-.616%201.375-1.375%201.375H3.5V17H9v1.5H3.375C2.615%2018.5%202%2017.884%202%2017.125v-3.75C2%2012.615%202.616%2012%203.375%2012H7V8.375C7%207.615%207.616%207%208.375%207H12zm3%208c0-.76.616-1.375%201.375-1.375h3.75c.76%200%201.375.616%201.375%201.375v6.875a3.25%203.25%200%200%201-3.25%203.25h-6.875c-.76%200-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375%201.375-1.375H15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/steps-24-filled.svg?color=%231a73e8&size=48