workflow square 08 icon
workflow-square-08 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- workflow-square-08
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the workflow square 08 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 1.414 0 2.121.44 2.56C3.878 22 4.585 22 6 22s2.121 0 2.56-.44C9 21.122 9 20.415 9 19s0-2.121-.44-2.56C8.122 16 7.415 16 6 16s-2.121 0-2.56.44C3 16.878 3 17.585 3 19ZM3 5c0 1.414 0 2.121.44 2.56C3.878 8 4.585 8 6 8s2.121 0 2.56-.44C9 7.122 9 6.415 9 5s0-2.121-.44-2.56C8.122 2 7.415 2 6 2s-2.121 0-2.56.44C3 2.878 3 3.585 3 5Zm12 9c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44s2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122 11 19.415 11 18 11s-2.121 0-2.56.44C15 11.878 15 12.585 15 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 8v8m9-2h-3a6 6 0 0 1-6-6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWorkflowSquare08(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 1.414 0 2.121.44 2.56C3.878 22 4.585 22 6 22s2.121 0 2.56-.44C9 21.122 9 20.415 9 19s0-2.121-.44-2.56C8.122 16 7.415 16 6 16s-2.121 0-2.56.44C3 16.878 3 17.585 3 19ZM3 5c0 1.414 0 2.121.44 2.56C3.878 8 4.585 8 6 8s2.121 0 2.56-.44C9 7.122 9 6.415 9 5s0-2.121-.44-2.56C8.122 2 7.415 2 6 2s-2.121 0-2.56.44C3 2.878 3 3.585 3 5Zm12 9c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44s2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122 11 19.415 11 18 11s-2.121 0-2.56.44C15 11.878 15 12.585 15 14Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 8v8m9-2h-3a6 6 0 0 1-6-6"/></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 1.414 0 2.121.44 2.56C3.878 22 4.585 22 6 22s2.121 0 2.56-.44C9 21.122 9 20.415 9 19s0-2.121-.44-2.56C8.122 16 7.415 16 6 16s-2.121 0-2.56.44C3 16.878 3 17.585 3 19ZM3 5c0 1.414 0 2.121.44 2.56C3.878 8 4.585 8 6 8s2.121 0 2.56-.44C9 7.122 9 6.415 9 5s0-2.121-.44-2.56C8.122 2 7.415 2 6 2s-2.121 0-2.56.44C3 2.878 3 3.585 3 5Zm12 9c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44s2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122 11 19.415 11 18 11s-2.121 0-2.56.44C15 11.878 15 12.585 15 14Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 8v8m9-2h-3a6 6 0 0 1-6-6"/></g></svg> </template>
CSS
.icon-workflow-square-08 {
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%201.414%200%202.121.44%202.56C3.878%2022%204.585%2022%206%2022s2.121%200%202.56-.44C9%2021.122%209%2020.415%209%2019s0-2.121-.44-2.56C8.122%2016%207.415%2016%206%2016s-2.121%200-2.56.44C3%2016.878%203%2017.585%203%2019ZM3%205c0%201.414%200%202.121.44%202.56C3.878%208%204.585%208%206%208s2.121%200%202.56-.44C9%207.122%209%206.415%209%205s0-2.121-.44-2.56C8.122%202%207.415%202%206%202s-2.121%200-2.56.44C3%202.878%203%203.585%203%205Zm12%209c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44s2.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122%2011%2019.415%2011%2018%2011s-2.121%200-2.56.44C15%2011.878%2015%2012.585%2015%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%208v8m9-2h-3a6%206%200%200%201-6-6%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%201.414%200%202.121.44%202.56C3.878%2022%204.585%2022%206%2022s2.121%200%202.56-.44C9%2021.122%209%2020.415%209%2019s0-2.121-.44-2.56C8.122%2016%207.415%2016%206%2016s-2.121%200-2.56.44C3%2016.878%203%2017.585%203%2019ZM3%205c0%201.414%200%202.121.44%202.56C3.878%208%204.585%208%206%208s2.121%200%202.56-.44C9%207.122%209%206.415%209%205s0-2.121-.44-2.56C8.122%202%207.415%202%206%202s-2.121%200-2.56.44C3%202.878%203%203.585%203%205Zm12%209c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44s2.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122%2011%2019.415%2011%2018%2011s-2.121%200-2.56.44C15%2011.878%2015%2012.585%2015%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%208v8m9-2h-3a6%206%200%200%201-6-6%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-08.svg?color=%231a73e8&size=48