flow square icon

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

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

Related icons in Huge Icons

Use the flow square 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="M12.5 4.5c0-1.179 0-1.768.366-2.134S13.822 2 15 2s1.768 0 2.134.366s.366.955.366 2.134s0 1.768-.366 2.134S16.178 7 15 7s-1.768 0-2.134-.366S12.5 5.679 12.5 4.5Zm0 15c0-1.178 0-1.768.366-2.134S13.822 17 15 17s1.768 0 2.134.366s.366.956.366 2.134s0 1.768-.366 2.134S16.178 22 15 22s-1.768 0-2.134-.366s-.366-.956-.366-2.134ZM2 12c0-1.414 0-2.121.513-2.56C3.025 9 3.85 9 5.5 9s2.475 0 2.987.44C9 9.878 9 10.585 9 12s0 2.121-.513 2.56C7.975 15 7.15 15 5.5 15s-2.475 0-2.987-.44C2 14.122 2 13.415 2 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M22 4.5h-4.5M5.5 9V8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C6.893 4.5 7.596 4.5 9 4.5h3.5m9.5 15h-4.5M5.5 15v1c0 1.405 0 2.107.337 2.612a2 2 0 0 0 .552.551c.504.337 1.207.337 2.611.337h3.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlowSquare(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="M12.5 4.5c0-1.179 0-1.768.366-2.134S13.822 2 15 2s1.768 0 2.134.366s.366.955.366 2.134s0 1.768-.366 2.134S16.178 7 15 7s-1.768 0-2.134-.366S12.5 5.679 12.5 4.5Zm0 15c0-1.178 0-1.768.366-2.134S13.822 17 15 17s1.768 0 2.134.366s.366.956.366 2.134s0 1.768-.366 2.134S16.178 22 15 22s-1.768 0-2.134-.366s-.366-.956-.366-2.134ZM2 12c0-1.414 0-2.121.513-2.56C3.025 9 3.85 9 5.5 9s2.475 0 2.987.44C9 9.878 9 10.585 9 12s0 2.121-.513 2.56C7.975 15 7.15 15 5.5 15s-2.475 0-2.987-.44C2 14.122 2 13.415 2 12Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M22 4.5h-4.5M5.5 9V8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C6.893 4.5 7.596 4.5 9 4.5h3.5m9.5 15h-4.5M5.5 15v1c0 1.405 0 2.107.337 2.612a2 2 0 0 0 .552.551c.504.337 1.207.337 2.611.337h3.5"/></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="M12.5 4.5c0-1.179 0-1.768.366-2.134S13.822 2 15 2s1.768 0 2.134.366s.366.955.366 2.134s0 1.768-.366 2.134S16.178 7 15 7s-1.768 0-2.134-.366S12.5 5.679 12.5 4.5Zm0 15c0-1.178 0-1.768.366-2.134S13.822 17 15 17s1.768 0 2.134.366s.366.956.366 2.134s0 1.768-.366 2.134S16.178 22 15 22s-1.768 0-2.134-.366s-.366-.956-.366-2.134ZM2 12c0-1.414 0-2.121.513-2.56C3.025 9 3.85 9 5.5 9s2.475 0 2.987.44C9 9.878 9 10.585 9 12s0 2.121-.513 2.56C7.975 15 7.15 15 5.5 15s-2.475 0-2.987-.44C2 14.122 2 13.415 2 12Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M22 4.5h-4.5M5.5 9V8c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C6.893 4.5 7.596 4.5 9 4.5h3.5m9.5 15h-4.5M5.5 15v1c0 1.405 0 2.107.337 2.612a2 2 0 0 0 .552.551c.504.337 1.207.337 2.611.337h3.5"/></g></svg>
</template>

CSS

.icon-flow-square {
  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%22M12.5%204.5c0-1.179%200-1.768.366-2.134S13.822%202%2015%202s1.768%200%202.134.366s.366.955.366%202.134s0%201.768-.366%202.134S16.178%207%2015%207s-1.768%200-2.134-.366S12.5%205.679%2012.5%204.5Zm0%2015c0-1.178%200-1.768.366-2.134S13.822%2017%2015%2017s1.768%200%202.134.366s.366.956.366%202.134s0%201.768-.366%202.134S16.178%2022%2015%2022s-1.768%200-2.134-.366s-.366-.956-.366-2.134ZM2%2012c0-1.414%200-2.121.513-2.56C3.025%209%203.85%209%205.5%209s2.475%200%202.987.44C9%209.878%209%2010.585%209%2012s0%202.121-.513%202.56C7.975%2015%207.15%2015%205.5%2015s-2.475%200-2.987-.44C2%2014.122%202%2013.415%202%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%204.5h-4.5M5.5%209V8c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C6.893%204.5%207.596%204.5%209%204.5h3.5m9.5%2015h-4.5M5.5%2015v1c0%201.405%200%202.107.337%202.612a2%202%200%200%200%20.552.551c.504.337%201.207.337%202.611.337h3.5%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%22M12.5%204.5c0-1.179%200-1.768.366-2.134S13.822%202%2015%202s1.768%200%202.134.366s.366.955.366%202.134s0%201.768-.366%202.134S16.178%207%2015%207s-1.768%200-2.134-.366S12.5%205.679%2012.5%204.5Zm0%2015c0-1.178%200-1.768.366-2.134S13.822%2017%2015%2017s1.768%200%202.134.366s.366.956.366%202.134s0%201.768-.366%202.134S16.178%2022%2015%2022s-1.768%200-2.134-.366s-.366-.956-.366-2.134ZM2%2012c0-1.414%200-2.121.513-2.56C3.025%209%203.85%209%205.5%209s2.475%200%202.987.44C9%209.878%209%2010.585%209%2012s0%202.121-.513%202.56C7.975%2015%207.15%2015%205.5%2015s-2.475%200-2.987-.44C2%2014.122%202%2013.415%202%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%204.5h-4.5M5.5%209V8c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C6.893%204.5%207.596%204.5%209%204.5h3.5m9.5%2015h-4.5M5.5%2015v1c0%201.405%200%202.107.337%202.612a2%202%200%200%200%20.552.551c.504.337%201.207.337%202.611.337h3.5%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-square.svg?color=%231a73e8&size=48