workflow square 06 icon

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

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

Related icons in Huge Icons

Use the workflow square 06 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="M9 5c0-1.414 0-2.121.44-2.56C9.878 2 10.585 2 12 2s2.121 0 2.56.44C15 2.878 15 3.585 15 5s0 2.121-.44 2.56C14.122 8 13.415 8 12 8s-2.121 0-2.56-.44C9 7.122 9 6.415 9 5ZM2 19c0-1.414 0-2.121.44-2.56C2.878 16 3.585 16 5 16s2.121 0 2.56.44C8 16.878 8 17.585 8 19s0 2.121-.44 2.56C7.122 22 6.415 22 5 22s-2.121 0-2.56-.44C2 21.122 2 20.415 2 19Zm14 0c0-1.414 0-2.121.44-2.56C16.878 16 17.585 16 19 16s2.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-.44C16 21.122 16 20.415 16 19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8v1m0 0c0 .932 0 1.398.178 1.765c.236.49.69.88 1.262 1.083c.43.152.973.152 2.06.152s1.63 0 2.06.152c.571.203 1.026.593 1.262 1.083c.178.367.178.833.178 1.765v1m-7-7c0 .932 0 1.398-.178 1.765c-.236.49-.69.88-1.262 1.083C10.13 12 9.587 12 8.5 12s-1.63 0-2.06.152c-.571.203-1.026.593-1.262 1.083C5 13.602 5 14.068 5 15v1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWorkflowSquare06(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="M9 5c0-1.414 0-2.121.44-2.56C9.878 2 10.585 2 12 2s2.121 0 2.56.44C15 2.878 15 3.585 15 5s0 2.121-.44 2.56C14.122 8 13.415 8 12 8s-2.121 0-2.56-.44C9 7.122 9 6.415 9 5ZM2 19c0-1.414 0-2.121.44-2.56C2.878 16 3.585 16 5 16s2.121 0 2.56.44C8 16.878 8 17.585 8 19s0 2.121-.44 2.56C7.122 22 6.415 22 5 22s-2.121 0-2.56-.44C2 21.122 2 20.415 2 19Zm14 0c0-1.414 0-2.121.44-2.56C16.878 16 17.585 16 19 16s2.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-.44C16 21.122 16 20.415 16 19Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 8v1m0 0c0 .932 0 1.398.178 1.765c.236.49.69.88 1.262 1.083c.43.152.973.152 2.06.152s1.63 0 2.06.152c.571.203 1.026.593 1.262 1.083c.178.367.178.833.178 1.765v1m-7-7c0 .932 0 1.398-.178 1.765c-.236.49-.69.88-1.262 1.083C10.13 12 9.587 12 8.5 12s-1.63 0-2.06.152c-.571.203-1.026.593-1.262 1.083C5 13.602 5 14.068 5 15v1"/></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="M9 5c0-1.414 0-2.121.44-2.56C9.878 2 10.585 2 12 2s2.121 0 2.56.44C15 2.878 15 3.585 15 5s0 2.121-.44 2.56C14.122 8 13.415 8 12 8s-2.121 0-2.56-.44C9 7.122 9 6.415 9 5ZM2 19c0-1.414 0-2.121.44-2.56C2.878 16 3.585 16 5 16s2.121 0 2.56.44C8 16.878 8 17.585 8 19s0 2.121-.44 2.56C7.122 22 6.415 22 5 22s-2.121 0-2.56-.44C2 21.122 2 20.415 2 19Zm14 0c0-1.414 0-2.121.44-2.56C16.878 16 17.585 16 19 16s2.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-.44C16 21.122 16 20.415 16 19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 8v1m0 0c0 .932 0 1.398.178 1.765c.236.49.69.88 1.262 1.083c.43.152.973.152 2.06.152s1.63 0 2.06.152c.571.203 1.026.593 1.262 1.083c.178.367.178.833.178 1.765v1m-7-7c0 .932 0 1.398-.178 1.765c-.236.49-.69.88-1.262 1.083C10.13 12 9.587 12 8.5 12s-1.63 0-2.06.152c-.571.203-1.026.593-1.262 1.083C5 13.602 5 14.068 5 15v1"/></g></svg>
</template>

CSS

.icon-workflow-square-06 {
  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%22M9%205c0-1.414%200-2.121.44-2.56C9.878%202%2010.585%202%2012%202s2.121%200%202.56.44C15%202.878%2015%203.585%2015%205s0%202.121-.44%202.56C14.122%208%2013.415%208%2012%208s-2.121%200-2.56-.44C9%207.122%209%206.415%209%205ZM2%2019c0-1.414%200-2.121.44-2.56C2.878%2016%203.585%2016%205%2016s2.121%200%202.56.44C8%2016.878%208%2017.585%208%2019s0%202.121-.44%202.56C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.44C2%2021.122%202%2020.415%202%2019Zm14%200c0-1.414%200-2.121.44-2.56C16.878%2016%2017.585%2016%2019%2016s2.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-.44C16%2021.122%2016%2020.415%2016%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208v1m0%200c0%20.932%200%201.398.178%201.765c.236.49.69.88%201.262%201.083c.43.152.973.152%202.06.152s1.63%200%202.06.152c.571.203%201.026.593%201.262%201.083c.178.367.178.833.178%201.765v1m-7-7c0%20.932%200%201.398-.178%201.765c-.236.49-.69.88-1.262%201.083C10.13%2012%209.587%2012%208.5%2012s-1.63%200-2.06.152c-.571.203-1.026.593-1.262%201.083C5%2013.602%205%2014.068%205%2015v1%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%22M9%205c0-1.414%200-2.121.44-2.56C9.878%202%2010.585%202%2012%202s2.121%200%202.56.44C15%202.878%2015%203.585%2015%205s0%202.121-.44%202.56C14.122%208%2013.415%208%2012%208s-2.121%200-2.56-.44C9%207.122%209%206.415%209%205ZM2%2019c0-1.414%200-2.121.44-2.56C2.878%2016%203.585%2016%205%2016s2.121%200%202.56.44C8%2016.878%208%2017.585%208%2019s0%202.121-.44%202.56C7.122%2022%206.415%2022%205%2022s-2.121%200-2.56-.44C2%2021.122%202%2020.415%202%2019Zm14%200c0-1.414%200-2.121.44-2.56C16.878%2016%2017.585%2016%2019%2016s2.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-.44C16%2021.122%2016%2020.415%2016%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208v1m0%200c0%20.932%200%201.398.178%201.765c.236.49.69.88%201.262%201.083c.43.152.973.152%202.06.152s1.63%200%202.06.152c.571.203%201.026.593%201.262%201.083c.178.367.178.833.178%201.765v1m-7-7c0%20.932%200%201.398-.178%201.765c-.236.49-.69.88-1.262%201.083C10.13%2012%209.587%2012%208.5%2012s-1.63%200-2.06.152c-.571.203-1.026.593-1.262%201.083C5%2013.602%205%2014.068%205%2015v1%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-06.svg?color=%231a73e8&size=48