workflow square 07 icon

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

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

Related icons in Huge Icons

Use the workflow square 07 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 5c0-1.414 0-2.121.44-2.56C3.878 2 4.585 2 6 2s2.121 0 2.56.44C9 2.878 9 3.585 9 5s0 2.121-.44 2.56C8.122 8 7.415 8 6 8s-2.121 0-2.56-.44C3 7.122 3 6.415 3 5Zm0 14c0-1.414 0-2.121.44-2.56C3.878 16 4.585 16 6 16s2.121 0 2.56.44C9 16.878 9 17.585 9 19s0 2.121-.44 2.56C8.122 22 7.415 22 6 22s-2.121 0-2.56-.44C3 21.122 3 20.415 3 19ZM15 7c0-1.414 0-2.121.44-2.56C15.878 4 16.585 4 18 4s2.121 0 2.56.44C21 4.878 21 5.585 21 7s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C15 9.122 15 8.415 15 7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 16V8m12 2a3 3 0 0 1-3 3H9a3 3 0 0 0-3 3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWorkflowSquare07(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 5c0-1.414 0-2.121.44-2.56C3.878 2 4.585 2 6 2s2.121 0 2.56.44C9 2.878 9 3.585 9 5s0 2.121-.44 2.56C8.122 8 7.415 8 6 8s-2.121 0-2.56-.44C3 7.122 3 6.415 3 5Zm0 14c0-1.414 0-2.121.44-2.56C3.878 16 4.585 16 6 16s2.121 0 2.56.44C9 16.878 9 17.585 9 19s0 2.121-.44 2.56C8.122 22 7.415 22 6 22s-2.121 0-2.56-.44C3 21.122 3 20.415 3 19ZM15 7c0-1.414 0-2.121.44-2.56C15.878 4 16.585 4 18 4s2.121 0 2.56.44C21 4.878 21 5.585 21 7s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C15 9.122 15 8.415 15 7Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 16V8m12 2a3 3 0 0 1-3 3H9a3 3 0 0 0-3 3"/></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 5c0-1.414 0-2.121.44-2.56C3.878 2 4.585 2 6 2s2.121 0 2.56.44C9 2.878 9 3.585 9 5s0 2.121-.44 2.56C8.122 8 7.415 8 6 8s-2.121 0-2.56-.44C3 7.122 3 6.415 3 5Zm0 14c0-1.414 0-2.121.44-2.56C3.878 16 4.585 16 6 16s2.121 0 2.56.44C9 16.878 9 17.585 9 19s0 2.121-.44 2.56C8.122 22 7.415 22 6 22s-2.121 0-2.56-.44C3 21.122 3 20.415 3 19ZM15 7c0-1.414 0-2.121.44-2.56C15.878 4 16.585 4 18 4s2.121 0 2.56.44C21 4.878 21 5.585 21 7s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C15 9.122 15 8.415 15 7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 16V8m12 2a3 3 0 0 1-3 3H9a3 3 0 0 0-3 3"/></g></svg>
</template>

CSS

.icon-workflow-square-07 {
  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%205c0-1.414%200-2.121.44-2.56C3.878%202%204.585%202%206%202s2.121%200%202.56.44C9%202.878%209%203.585%209%205s0%202.121-.44%202.56C8.122%208%207.415%208%206%208s-2.121%200-2.56-.44C3%207.122%203%206.415%203%205Zm0%2014c0-1.414%200-2.121.44-2.56C3.878%2016%204.585%2016%206%2016s2.121%200%202.56.44C9%2016.878%209%2017.585%209%2019s0%202.121-.44%202.56C8.122%2022%207.415%2022%206%2022s-2.121%200-2.56-.44C3%2021.122%203%2020.415%203%2019ZM15%207c0-1.414%200-2.121.44-2.56C15.878%204%2016.585%204%2018%204s2.121%200%202.56.44C21%204.878%2021%205.585%2021%207s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C15%209.122%2015%208.415%2015%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2016V8m12%202a3%203%200%200%201-3%203H9a3%203%200%200%200-3%203%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%205c0-1.414%200-2.121.44-2.56C3.878%202%204.585%202%206%202s2.121%200%202.56.44C9%202.878%209%203.585%209%205s0%202.121-.44%202.56C8.122%208%207.415%208%206%208s-2.121%200-2.56-.44C3%207.122%203%206.415%203%205Zm0%2014c0-1.414%200-2.121.44-2.56C3.878%2016%204.585%2016%206%2016s2.121%200%202.56.44C9%2016.878%209%2017.585%209%2019s0%202.121-.44%202.56C8.122%2022%207.415%2022%206%2022s-2.121%200-2.56-.44C3%2021.122%203%2020.415%203%2019ZM15%207c0-1.414%200-2.121.44-2.56C15.878%204%2016.585%204%2018%204s2.121%200%202.56.44C21%204.878%2021%205.585%2021%207s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C15%209.122%2015%208.415%2015%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2016V8m12%202a3%203%200%200%201-3%203H9a3%203%200%200%200-3%203%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-07.svg?color=%231a73e8&size=48