flow from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
flow
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the flow logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.593 6.937h-4.05c-.872 0-1.575.884-1.575 1.733v.517h-4.5V8.67c0-3.128 2.61-5.67 5.833-5.67h4.292zm-10.125 8.157c0 .883-.523 1.609-1.407 1.609c-1.125 0-1.608-.726-1.608-1.61c0-.882.725-1.406 1.608-1.406h1.407zm4.5-1.407v1.148c0 3.262-2.644 6.165-5.907 6.165a5.912 5.912 0 0 1 0-11.813h1.407v4.5zm0 0v-4.5h4.5v4.5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenFlow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M20.593 6.937h-4.05c-.872 0-1.575.884-1.575 1.733v.517h-4.5V8.67c0-3.128 2.61-5.67 5.833-5.67h4.292zm-10.125 8.157c0 .883-.523 1.609-1.407 1.609c-1.125 0-1.608-.726-1.608-1.61c0-.882.725-1.406 1.608-1.406h1.407zm4.5-1.407v1.148c0 3.262-2.644 6.165-5.907 6.165a5.912 5.912 0 0 1 0-11.813h1.407v4.5zm0 0v-4.5h4.5v4.5z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.593 6.937h-4.05c-.872 0-1.575.884-1.575 1.733v.517h-4.5V8.67c0-3.128 2.61-5.67 5.833-5.67h4.292zm-10.125 8.157c0 .883-.523 1.609-1.407 1.609c-1.125 0-1.608-.726-1.608-1.61c0-.882.725-1.406 1.608-1.406h1.407zm4.5-1.407v1.148c0 3.262-2.644 6.165-5.907 6.165a5.912 5.912 0 0 1 0-11.813h1.407v4.5zm0 0v-4.5h4.5v4.5z" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.593%206.937h-4.05c-.872%200-1.575.884-1.575%201.733v.517h-4.5V8.67c0-3.128%202.61-5.67%205.833-5.67h4.292zm-10.125%208.157c0%20.883-.523%201.609-1.407%201.609c-1.125%200-1.608-.726-1.608-1.61c0-.882.725-1.406%201.608-1.406h1.407zm4.5-1.407v1.148c0%203.262-2.644%206.165-5.907%206.165a5.912%205.912%200%200%201%200-11.813h1.407v4.5zm0%200v-4.5h4.5v4.5z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.593%206.937h-4.05c-.872%200-1.575.884-1.575%201.733v.517h-4.5V8.67c0-3.128%202.61-5.67%205.833-5.67h4.292zm-10.125%208.157c0%20.883-.523%201.609-1.407%201.609c-1.125%200-1.608-.726-1.608-1.61c0-.882.725-1.406%201.608-1.406h1.407zm4.5-1.407v1.148c0%203.262-2.644%206.165-5.907%206.165a5.912%205.912%200%200%201%200-11.813h1.407v4.5zm0%200v-4.5h4.5v4.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/flow.svg?color=%231a73e8&size=48