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

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

The same icon in other sets

Related icons in Huge Icons

Use the flow 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="M21 6.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Zm-18 0c0-1.65 0-2.475.513-2.987C4.025 3 4.85 3 6.5 3s2.475 0 2.987.513C10 4.025 10 4.85 10 6.5s0 2.475-.513 2.987C8.975 10 8.15 10 6.5 10s-2.475 0-2.987-.513C3 8.975 3 8.15 3 6.5Zm0 11c0-1.65 0-2.475.513-2.987C4.025 14 4.85 14 6.5 14s2.475 0 2.987.513C10 15.025 10 15.85 10 17.5s0 2.475-.513 2.987C8.975 21 8.15 21 6.5 21s-2.475 0-2.987-.513C3 19.975 3 19.15 3 17.5Zm11 0c0-1.65 0-2.475.513-2.987C15.025 14 15.85 14 17.5 14s2.475 0 2.987.513C21 15.025 21 15.85 21 17.5s0 2.475-.513 2.987C19.975 21 19.15 21 17.5 21s-2.475 0-2.987-.513C14 19.975 14 19.15 14 17.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 10v4M14 17.5h-4m0-11h4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlow(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="M21 6.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Zm-18 0c0-1.65 0-2.475.513-2.987C4.025 3 4.85 3 6.5 3s2.475 0 2.987.513C10 4.025 10 4.85 10 6.5s0 2.475-.513 2.987C8.975 10 8.15 10 6.5 10s-2.475 0-2.987-.513C3 8.975 3 8.15 3 6.5Zm0 11c0-1.65 0-2.475.513-2.987C4.025 14 4.85 14 6.5 14s2.475 0 2.987.513C10 15.025 10 15.85 10 17.5s0 2.475-.513 2.987C8.975 21 8.15 21 6.5 21s-2.475 0-2.987-.513C3 19.975 3 19.15 3 17.5Zm11 0c0-1.65 0-2.475.513-2.987C15.025 14 15.85 14 17.5 14s2.475 0 2.987.513C21 15.025 21 15.85 21 17.5s0 2.475-.513 2.987C19.975 21 19.15 21 17.5 21s-2.475 0-2.987-.513C14 19.975 14 19.15 14 17.5Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.5 10v4M14 17.5h-4m0-11h4"/></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="M21 6.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0Zm-18 0c0-1.65 0-2.475.513-2.987C4.025 3 4.85 3 6.5 3s2.475 0 2.987.513C10 4.025 10 4.85 10 6.5s0 2.475-.513 2.987C8.975 10 8.15 10 6.5 10s-2.475 0-2.987-.513C3 8.975 3 8.15 3 6.5Zm0 11c0-1.65 0-2.475.513-2.987C4.025 14 4.85 14 6.5 14s2.475 0 2.987.513C10 15.025 10 15.85 10 17.5s0 2.475-.513 2.987C8.975 21 8.15 21 6.5 21s-2.475 0-2.987-.513C3 19.975 3 19.15 3 17.5Zm11 0c0-1.65 0-2.475.513-2.987C15.025 14 15.85 14 17.5 14s2.475 0 2.987.513C21 15.025 21 15.85 21 17.5s0 2.475-.513 2.987C19.975 21 19.15 21 17.5 21s-2.475 0-2.987-.513C14 19.975 14 19.15 14 17.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 10v4M14 17.5h-4m0-11h4"/></g></svg>
</template>

CSS

.icon-flow {
  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%22M21%206.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Zm-18%200c0-1.65%200-2.475.513-2.987C4.025%203%204.85%203%206.5%203s2.475%200%202.987.513C10%204.025%2010%204.85%2010%206.5s0%202.475-.513%202.987C8.975%2010%208.15%2010%206.5%2010s-2.475%200-2.987-.513C3%208.975%203%208.15%203%206.5Zm0%2011c0-1.65%200-2.475.513-2.987C4.025%2014%204.85%2014%206.5%2014s2.475%200%202.987.513C10%2015.025%2010%2015.85%2010%2017.5s0%202.475-.513%202.987C8.975%2021%208.15%2021%206.5%2021s-2.475%200-2.987-.513C3%2019.975%203%2019.15%203%2017.5Zm11%200c0-1.65%200-2.475.513-2.987C15.025%2014%2015.85%2014%2017.5%2014s2.475%200%202.987.513C21%2015.025%2021%2015.85%2021%2017.5s0%202.475-.513%202.987C19.975%2021%2019.15%2021%2017.5%2021s-2.475%200-2.987-.513C14%2019.975%2014%2019.15%2014%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2010v4M14%2017.5h-4m0-11h4%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%22M21%206.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200Zm-18%200c0-1.65%200-2.475.513-2.987C4.025%203%204.85%203%206.5%203s2.475%200%202.987.513C10%204.025%2010%204.85%2010%206.5s0%202.475-.513%202.987C8.975%2010%208.15%2010%206.5%2010s-2.475%200-2.987-.513C3%208.975%203%208.15%203%206.5Zm0%2011c0-1.65%200-2.475.513-2.987C4.025%2014%204.85%2014%206.5%2014s2.475%200%202.987.513C10%2015.025%2010%2015.85%2010%2017.5s0%202.475-.513%202.987C8.975%2021%208.15%2021%206.5%2021s-2.475%200-2.987-.513C3%2019.975%203%2019.15%203%2017.5Zm11%200c0-1.65%200-2.475.513-2.987C15.025%2014%2015.85%2014%2017.5%2014s2.475%200%202.987.513C21%2015.025%2021%2015.85%2021%2017.5s0%202.475-.513%202.987C19.975%2021%2019.15%2021%2017.5%2021s-2.475%200-2.987-.513C14%2019.975%2014%2019.15%2014%2017.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2010v4M14%2017.5h-4m0-11h4%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/flow.svg?color=%231a73e8&size=48