workflow square 01 icon
workflow-square-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- workflow-square-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the workflow square 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M6 5.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 3 7.565 3 8.5 3h3c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C14 4.098 14 4.565 14 5.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C12.902 8 12.435 8 11.5 8h-3c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 6.902 6 6.435 6 5.5Zm0 10c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 13 7.565 13 8.5 13h3c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201h-3c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 16.902 6 16.435 6 15.5Zm14.84 1.64c.773-.773 1.16-1.16 1.16-1.64s-.387-.867-1.16-1.64l-.2-.2c-.773-.773-1.16-1.16-1.64-1.16s-.867.387-1.64 1.16l-.2.2c-.773.773-1.16 1.16-1.16 1.64s.387.867 1.16 1.64l.2.2c.773.773 1.16 1.16 1.64 1.16s.867-.387 1.64-1.16z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.006 5.5H2.008m0 0V2m0 3.5V12c0 1.104-.151 2.468.888 3.163c.504.337 1.206.337 2.61.337m8.496 0h2m2.998-3v-3c0-1.886 0-2.828-.585-3.414c-.586-.586-1.528-.586-3.413-.586h-1M22 22c-.932 0-1.398 0-1.765-.13c-.49-.175-.88-.508-1.083-.928C19 20.627 19 20.227 19 19.429V19"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWorkflowSquare01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M6 5.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 3 7.565 3 8.5 3h3c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C14 4.098 14 4.565 14 5.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C12.902 8 12.435 8 11.5 8h-3c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 6.902 6 6.435 6 5.5Zm0 10c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 13 7.565 13 8.5 13h3c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201h-3c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 16.902 6 16.435 6 15.5Zm14.84 1.64c.773-.773 1.16-1.16 1.16-1.64s-.387-.867-1.16-1.64l-.2-.2c-.773-.773-1.16-1.16-1.64-1.16s-.867.387-1.64 1.16l-.2.2c-.773.773-1.16 1.16-1.16 1.64s.387.867 1.16 1.64l.2.2c.773.773 1.16 1.16 1.64 1.16s.867-.387 1.64-1.16z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6.006 5.5H2.008m0 0V2m0 3.5V12c0 1.104-.151 2.468.888 3.163c.504.337 1.206.337 2.61.337m8.496 0h2m2.998-3v-3c0-1.886 0-2.828-.585-3.414c-.586-.586-1.528-.586-3.413-.586h-1M22 22c-.932 0-1.398 0-1.765-.13c-.49-.175-.88-.508-1.083-.928C19 20.627 19 20.227 19 19.429V19"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M6 5.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 3 7.565 3 8.5 3h3c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C14 4.098 14 4.565 14 5.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C12.902 8 12.435 8 11.5 8h-3c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 6.902 6 6.435 6 5.5Zm0 10c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 13 7.565 13 8.5 13h3c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549c-.348.201-.815.201-1.75.201h-3c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 16.902 6 16.435 6 15.5Zm14.84 1.64c.773-.773 1.16-1.16 1.16-1.64s-.387-.867-1.16-1.64l-.2-.2c-.773-.773-1.16-1.16-1.64-1.16s-.867.387-1.64 1.16l-.2.2c-.773.773-1.16 1.16-1.16 1.64s.387.867 1.16 1.64l.2.2c.773.773 1.16 1.16 1.64 1.16s.867-.387 1.64-1.16z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.006 5.5H2.008m0 0V2m0 3.5V12c0 1.104-.151 2.468.888 3.163c.504.337 1.206.337 2.61.337m8.496 0h2m2.998-3v-3c0-1.886 0-2.828-.585-3.414c-.586-.586-1.528-.586-3.413-.586h-1M22 22c-.932 0-1.398 0-1.765-.13c-.49-.175-.88-.508-1.083-.928C19 20.627 19 20.227 19 19.429V19"/></g></svg> </template>
CSS
.icon-workflow-square-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%205.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C7.098%203%207.565%203%208.5%203h3c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C14%204.098%2014%204.565%2014%205.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549C12.902%208%2012.435%208%2011.5%208h-3c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C6%206.902%206%206.435%206%205.5Zm0%2010c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C7.098%2013%207.565%2013%208.5%2013h3c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201h-3c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C6%2016.902%206%2016.435%206%2015.5Zm14.84%201.64c.773-.773%201.16-1.16%201.16-1.64s-.387-.867-1.16-1.64l-.2-.2c-.773-.773-1.16-1.16-1.64-1.16s-.867.387-1.64%201.16l-.2.2c-.773.773-1.16%201.16-1.16%201.64s.387.867%201.16%201.64l.2.2c.773.773%201.16%201.16%201.64%201.16s.867-.387%201.64-1.16z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.006%205.5H2.008m0%200V2m0%203.5V12c0%201.104-.151%202.468.888%203.163c.504.337%201.206.337%202.61.337m8.496%200h2m2.998-3v-3c0-1.886%200-2.828-.585-3.414c-.586-.586-1.528-.586-3.413-.586h-1M22%2022c-.932%200-1.398%200-1.765-.13c-.49-.175-.88-.508-1.083-.928C19%2020.627%2019%2020.227%2019%2019.429V19%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%205.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C7.098%203%207.565%203%208.5%203h3c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C14%204.098%2014%204.565%2014%205.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549C12.902%208%2012.435%208%2011.5%208h-3c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C6%206.902%206%206.435%206%205.5Zm0%2010c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C7.098%2013%207.565%2013%208.5%2013h3c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549c.201.348.201.815.201%201.75s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549c-.348.201-.815.201-1.75.201h-3c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C6%2016.902%206%2016.435%206%2015.5Zm14.84%201.64c.773-.773%201.16-1.16%201.16-1.64s-.387-.867-1.16-1.64l-.2-.2c-.773-.773-1.16-1.16-1.64-1.16s-.867.387-1.64%201.16l-.2.2c-.773.773-1.16%201.16-1.16%201.64s.387.867%201.16%201.64l.2.2c.773.773%201.16%201.16%201.64%201.16s.867-.387%201.64-1.16z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.006%205.5H2.008m0%200V2m0%203.5V12c0%201.104-.151%202.468.888%203.163c.504.337%201.206.337%202.61.337m8.496%200h2m2.998-3v-3c0-1.886%200-2.828-.585-3.414c-.586-.586-1.528-.586-3.413-.586h-1M22%2022c-.932%200-1.398%200-1.765-.13c-.49-.175-.88-.508-1.083-.928C19%2020.627%2019%2020.227%2019%2019.429V19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/workflow-square-01.svg?color=%231a73e8&size=48