workflow square 04 icon

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

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

Related icons in Huge Icons

Use the workflow square 04 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="M15 18c0-1.414 0-2.121.44-2.56C15.878 15 16.585 15 18 15s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C15 20.122 15 19.415 15 18ZM3 9c0-1.414 0-2.121.44-2.56C3.878 6 4.585 6 6 6s2.121 0 2.56.44C9 6.878 9 7.585 9 9s0 2.121-.44 2.56C8.122 12 7.415 12 6 12s-2.121 0-2.56-.44C3 11.122 3 10.415 3 9Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 9h3c2.828 0 4.243 0 5.121.879C18 10.757 18 12.172 18 15M6 12v10M6 6V2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWorkflowSquare04(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="M15 18c0-1.414 0-2.121.44-2.56C15.878 15 16.585 15 18 15s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C15 20.122 15 19.415 15 18ZM3 9c0-1.414 0-2.121.44-2.56C3.878 6 4.585 6 6 6s2.121 0 2.56.44C9 6.878 9 7.585 9 9s0 2.121-.44 2.56C8.122 12 7.415 12 6 12s-2.121 0-2.56-.44C3 11.122 3 10.415 3 9Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 9h3c2.828 0 4.243 0 5.121.879C18 10.757 18 12.172 18 15M6 12v10M6 6V2"/></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="M15 18c0-1.414 0-2.121.44-2.56C15.878 15 16.585 15 18 15s2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44s-2.121 0-2.56-.44C15 20.122 15 19.415 15 18ZM3 9c0-1.414 0-2.121.44-2.56C3.878 6 4.585 6 6 6s2.121 0 2.56.44C9 6.878 9 7.585 9 9s0 2.121-.44 2.56C8.122 12 7.415 12 6 12s-2.121 0-2.56-.44C3 11.122 3 10.415 3 9Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 9h3c2.828 0 4.243 0 5.121.879C18 10.757 18 12.172 18 15M6 12v10M6 6V2"/></g></svg>
</template>

CSS

.icon-workflow-square-04 {
  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%22M15%2018c0-1.414%200-2.121.44-2.56C15.878%2015%2016.585%2015%2018%2015s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C15%2020.122%2015%2019.415%2015%2018ZM3%209c0-1.414%200-2.121.44-2.56C3.878%206%204.585%206%206%206s2.121%200%202.56.44C9%206.878%209%207.585%209%209s0%202.121-.44%202.56C8.122%2012%207.415%2012%206%2012s-2.121%200-2.56-.44C3%2011.122%203%2010.415%203%209Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209h3c2.828%200%204.243%200%205.121.879C18%2010.757%2018%2012.172%2018%2015M6%2012v10M6%206V2%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%22M15%2018c0-1.414%200-2.121.44-2.56C15.878%2015%2016.585%2015%2018%2015s2.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56c-.439.44-1.146.44-2.56.44s-2.121%200-2.56-.44C15%2020.122%2015%2019.415%2015%2018ZM3%209c0-1.414%200-2.121.44-2.56C3.878%206%204.585%206%206%206s2.121%200%202.56.44C9%206.878%209%207.585%209%209s0%202.121-.44%202.56C8.122%2012%207.415%2012%206%2012s-2.121%200-2.56-.44C3%2011.122%203%2010.415%203%209Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209h3c2.828%200%204.243%200%205.121.879C18%2010.757%2018%2012.172%2018%2015M6%2012v10M6%206V2%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-04.svg?color=%231a73e8&size=48