workflow from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
workflow
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the workflow 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="M3 19c0-.465 0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06C4.304 17 4.536 17 5 17h3c.465 0 .697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C8.696 21 8.464 21 8 21H5c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C3 19.697 3 19.464 3 19ZM14 5c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C15.303 3 15.536 3 16 3h3c.465 0 .698 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C21 4.304 21 4.536 21 5s0 .697-.051.888a1.5 1.5 0 0 1-1.06 1.06C19.697 7 19.464 7 19 7h-3c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C14 5.696 14 5.464 14 5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 12h-.5a3.5 3.5 0 0 1 0-7H14m-4 14h5.5a3.5 3.5 0 0 0 0-7H15"/><path stroke-linejoin="round" d="M10.633 10.467c.644-.645.966-.967 1.367-.967c.4 0 .723.322 1.367.967l.166.166c.645.644.967.967.967 1.367s-.322.723-.967 1.367l-.166.166c-.644.645-.967.967-1.367.967s-.723-.322-1.367-.967l-.166-.166C9.822 12.723 9.5 12.401 9.5 12c0-.4.322-.723.967-1.367z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWorkflow(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="M3 19c0-.465 0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06C4.304 17 4.536 17 5 17h3c.465 0 .697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C8.696 21 8.464 21 8 21H5c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C3 19.697 3 19.464 3 19ZM14 5c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C15.303 3 15.536 3 16 3h3c.465 0 .698 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C21 4.304 21 4.536 21 5s0 .697-.051.888a1.5 1.5 0 0 1-1.06 1.06C19.697 7 19.464 7 19 7h-3c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C14 5.696 14 5.464 14 5Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 12h-.5a3.5 3.5 0 0 1 0-7H14m-4 14h5.5a3.5 3.5 0 0 0 0-7H15"/><path strokeLinejoin="round" d="M10.633 10.467c.644-.645.966-.967 1.367-.967c.4 0 .723.322 1.367.967l.166.166c.645.644.967.967.967 1.367s-.322.723-.967 1.367l-.166.166c-.644.645-.967.967-1.367.967s-.723-.322-1.367-.967l-.166-.166C9.822 12.723 9.5 12.401 9.5 12c0-.4.322-.723.967-1.367z"/></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="M3 19c0-.465 0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06C4.304 17 4.536 17 5 17h3c.465 0 .697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C8.696 21 8.464 21 8 21H5c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C3 19.697 3 19.464 3 19ZM14 5c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C15.303 3 15.536 3 16 3h3c.465 0 .698 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C21 4.304 21 4.536 21 5s0 .697-.051.888a1.5 1.5 0 0 1-1.06 1.06C19.697 7 19.464 7 19 7h-3c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C14 5.696 14 5.464 14 5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 12h-.5a3.5 3.5 0 0 1 0-7H14m-4 14h5.5a3.5 3.5 0 0 0 0-7H15"/><path stroke-linejoin="round" d="M10.633 10.467c.644-.645.966-.967 1.367-.967c.4 0 .723.322 1.367.967l.166.166c.645.644.967.967.967 1.367s-.322.723-.967 1.367l-.166.166c-.644.645-.967.967-1.367.967s-.723-.322-1.367-.967l-.166-.166C9.822 12.723 9.5 12.401 9.5 12c0-.4.322-.723.967-1.367z"/></g></svg>
</template>

CSS

.icon-workflow {
  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%22M3%2019c0-.465%200-.698.051-.888a1.5%201.5%200%200%201%201.06-1.06C4.304%2017%204.536%2017%205%2017h3c.465%200%20.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06c.052.191.052.424.052.889s0%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C8.696%2021%208.464%2021%208%2021H5c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C3%2019.697%203%2019.464%203%2019ZM14%205c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.06-1.06C15.303%203%2015.536%203%2016%203h3c.465%200%20.698%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06C21%204.304%2021%204.536%2021%205s0%20.697-.051.888a1.5%201.5%200%200%201-1.06%201.06C19.697%207%2019.464%207%2019%207h-3c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C14%205.696%2014%205.464%2014%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012h-.5a3.5%203.5%200%200%201%200-7H14m-4%2014h5.5a3.5%203.5%200%200%200%200-7H15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.633%2010.467c.644-.645.966-.967%201.367-.967c.4%200%20.723.322%201.367.967l.166.166c.645.644.967.967.967%201.367s-.322.723-.967%201.367l-.166.166c-.644.645-.967.967-1.367.967s-.723-.322-1.367-.967l-.166-.166C9.822%2012.723%209.5%2012.401%209.5%2012c0-.4.322-.723.967-1.367z%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%22M3%2019c0-.465%200-.698.051-.888a1.5%201.5%200%200%201%201.06-1.06C4.304%2017%204.536%2017%205%2017h3c.465%200%20.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06c.052.191.052.424.052.889s0%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C8.696%2021%208.464%2021%208%2021H5c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C3%2019.697%203%2019.464%203%2019ZM14%205c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.06-1.06C15.303%203%2015.536%203%2016%203h3c.465%200%20.698%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06C21%204.304%2021%204.536%2021%205s0%20.697-.051.888a1.5%201.5%200%200%201-1.06%201.06C19.697%207%2019.464%207%2019%207h-3c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C14%205.696%2014%205.464%2014%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012h-.5a3.5%203.5%200%200%201%200-7H14m-4%2014h5.5a3.5%203.5%200%200%200%200-7H15%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10.633%2010.467c.644-.645.966-.967%201.367-.967c.4%200%20.723.322%201.367.967l.166.166c.645.644.967.967.967%201.367s-.322.723-.967%201.367l-.166.166c-.644.645-.967.967-1.367.967s-.723-.322-1.367-.967l-.166-.166C9.822%2012.723%209.5%2012.401%209.5%2012c0-.4.322-.723.967-1.367z%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.svg?color=%231a73e8&size=48