arrow flow square multiple icon

arrow-flow-square-multiple-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
arrow-flow-square-multiple-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the arrow flow square multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.998 5.174c1.165.412 2 1.52 2 2.826v5a5 5 0 0 1-5 5h-5a3 3 0 0 1-2.826-2h1.096c.346.597.99 1 1.73 1h5a4 4 0 0 0 4-4V8c0-.74-.403-1.385-1-1.73zM12 2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8.434c.16.04.327.066.5.066s.34-.025.5-.066V12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-1.954 1.577a2 2 0 0 0-1.014-.02A3 3 0 0 1 5 2zM2.5 5.5c.37 0 .692.201.865.5h.832c1.294 0 2.502.646 3.219 1.723A2.87 2.87 0 0 0 9.803 9h1.49L9.646 7.354a.5.5 0 1 1 .707-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.707-.707L11.293 10h-1.49a3.87 3.87 0 0 1-3.219-1.723A2.87 2.87 0 0 0 4.197 7h-.832A.999.999 0 0 1 1.5 6.5a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowFlowSquareMultiple20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.998 5.174c1.165.412 2 1.52 2 2.826v5a5 5 0 0 1-5 5h-5a3 3 0 0 1-2.826-2h1.096c.346.597.99 1 1.73 1h5a4 4 0 0 0 4-4V8c0-.74-.403-1.385-1-1.73zM12 2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8.434c.16.04.327.066.5.066s.34-.025.5-.066V12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-1.954 1.577a2 2 0 0 0-1.014-.02A3 3 0 0 1 5 2zM2.5 5.5c.37 0 .692.201.865.5h.832c1.294 0 2.502.646 3.219 1.723A2.87 2.87 0 0 0 9.803 9h1.49L9.646 7.354a.5.5 0 1 1 .707-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.707-.707L11.293 10h-1.49a3.87 3.87 0 0 1-3.219-1.723A2.87 2.87 0 0 0 4.197 7h-.832A.999.999 0 0 1 1.5 6.5a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.998 5.174c1.165.412 2 1.52 2 2.826v5a5 5 0 0 1-5 5h-5a3 3 0 0 1-2.826-2h1.096c.346.597.99 1 1.73 1h5a4 4 0 0 0 4-4V8c0-.74-.403-1.385-1-1.73zM12 2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8.434c.16.04.327.066.5.066s.34-.025.5-.066V12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-1.954 1.577a2 2 0 0 0-1.014-.02A3 3 0 0 1 5 2zM2.5 5.5c.37 0 .692.201.865.5h.832c1.294 0 2.502.646 3.219 1.723A2.87 2.87 0 0 0 9.803 9h1.49L9.646 7.354a.5.5 0 1 1 .707-.708l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.707-.707L11.293 10h-1.49a3.87 3.87 0 0 1-3.219-1.723A2.87 2.87 0 0 0 4.197 7h-.832A.999.999 0 0 1 1.5 6.5a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-arrow-flow-square-multiple-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.998%205.174c1.165.412%202%201.52%202%202.826v5a5%205%200%200%201-5%205h-5a3%203%200%200%201-2.826-2h1.096c.346.597.99%201%201.73%201h5a4%204%200%200%200%204-4V8c0-.74-.403-1.385-1-1.73zM12%202a3%203%200%200%201%203%203v7a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3V8.434c.16.04.327.066.5.066s.34-.025.5-.066V12a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2H5a2%202%200%200%200-1.954%201.577a2%202%200%200%200-1.014-.02A3%203%200%200%201%205%202zM2.5%205.5c.37%200%20.692.201.865.5h.832c1.294%200%202.502.646%203.219%201.723A2.87%202.87%200%200%200%209.803%209h1.49L9.646%207.354a.5.5%200%201%201%20.707-.708l2.5%202.5a.5.5%200%200%201%200%20.708l-2.5%202.5a.5.5%200%201%201-.707-.707L11.293%2010h-1.49a3.87%203.87%200%200%201-3.219-1.723A2.87%202.87%200%200%200%204.197%207h-.832A.999.999%200%200%201%201.5%206.5a1%201%200%200%201%201-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.998%205.174c1.165.412%202%201.52%202%202.826v5a5%205%200%200%201-5%205h-5a3%203%200%200%201-2.826-2h1.096c.346.597.99%201%201.73%201h5a4%204%200%200%200%204-4V8c0-.74-.403-1.385-1-1.73zM12%202a3%203%200%200%201%203%203v7a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3V8.434c.16.04.327.066.5.066s.34-.025.5-.066V12a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2H5a2%202%200%200%200-1.954%201.577a2%202%200%200%200-1.014-.02A3%203%200%200%201%205%202zM2.5%205.5c.37%200%20.692.201.865.5h.832c1.294%200%202.502.646%203.219%201.723A2.87%202.87%200%200%200%209.803%209h1.49L9.646%207.354a.5.5%200%201%201%20.707-.708l2.5%202.5a.5.5%200%200%201%200%20.708l-2.5%202.5a.5.5%200%201%201-.707-.707L11.293%2010h-1.49a3.87%203.87%200%200%201-3.219-1.723A2.87%202.87%200%200%200%204.197%207h-.832A.999.999%200%200%201%201.5%206.5a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-flow-square-multiple-20-regular.svg?color=%231a73e8&size=48