arrow flow square multiple icon

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

Name
arrow-flow-square-multiple-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M25.5 8.112A4.5 4.5 0 0 1 29 12.5v8a8.5 8.5 0 0 1-8.5 8.5h-8a4.5 4.5 0 0 1-4.387-3.5h2.097A2.5 2.5 0 0 0 12.5 27h8a6.5 6.5 0 0 0 6.5-6.5v-8a2.5 2.5 0 0 0-1.5-2.291zM19.5 3A4.5 4.5 0 0 1 24 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-12A4.5 4.5 0 0 1 3 19.5v-6.408a3.24 3.24 0 0 0 2 0V19.5A2.5 2.5 0 0 0 7.5 22h12a2.5 2.5 0 0 0 2.5-2.5v-12A2.5 2.5 0 0 0 19.5 5h-12a2.5 2.5 0 0 0-2.433 1.93a3.25 3.25 0 0 0-2.026-.036A4.5 4.5 0 0 1 7.5 3zM4 8.25c.595 0 1.12.297 1.436.75h.012a6.86 6.86 0 0 1 5.621 2.927A4.86 4.86 0 0 0 15.052 14h2.034l-2.293-2.293a1 1 0 1 1 1.414-1.414l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L17.086 16h-2.034a6.86 6.86 0 0 1-5.621-2.927A4.86 4.86 0 0 0 5.448 11h-.012A1.75 1.75 0 1 1 4 8.25"/></svg>

React

import type { SVGProps } from "react";

export function FluentArrowFlowSquareMultiple32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 8.112A4.5 4.5 0 0 1 29 12.5v8a8.5 8.5 0 0 1-8.5 8.5h-8a4.5 4.5 0 0 1-4.387-3.5h2.097A2.5 2.5 0 0 0 12.5 27h8a6.5 6.5 0 0 0 6.5-6.5v-8a2.5 2.5 0 0 0-1.5-2.291zM19.5 3A4.5 4.5 0 0 1 24 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-12A4.5 4.5 0 0 1 3 19.5v-6.408a3.24 3.24 0 0 0 2 0V19.5A2.5 2.5 0 0 0 7.5 22h12a2.5 2.5 0 0 0 2.5-2.5v-12A2.5 2.5 0 0 0 19.5 5h-12a2.5 2.5 0 0 0-2.433 1.93a3.25 3.25 0 0 0-2.026-.036A4.5 4.5 0 0 1 7.5 3zM4 8.25c.595 0 1.12.297 1.436.75h.012a6.86 6.86 0 0 1 5.621 2.927A4.86 4.86 0 0 0 15.052 14h2.034l-2.293-2.293a1 1 0 1 1 1.414-1.414l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L17.086 16h-2.034a6.86 6.86 0 0 1-5.621-2.927A4.86 4.86 0 0 0 5.448 11h-.012A1.75 1.75 0 1 1 4 8.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.5 8.112A4.5 4.5 0 0 1 29 12.5v8a8.5 8.5 0 0 1-8.5 8.5h-8a4.5 4.5 0 0 1-4.387-3.5h2.097A2.5 2.5 0 0 0 12.5 27h8a6.5 6.5 0 0 0 6.5-6.5v-8a2.5 2.5 0 0 0-1.5-2.291zM19.5 3A4.5 4.5 0 0 1 24 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-12A4.5 4.5 0 0 1 3 19.5v-6.408a3.24 3.24 0 0 0 2 0V19.5A2.5 2.5 0 0 0 7.5 22h12a2.5 2.5 0 0 0 2.5-2.5v-12A2.5 2.5 0 0 0 19.5 5h-12a2.5 2.5 0 0 0-2.433 1.93a3.25 3.25 0 0 0-2.026-.036A4.5 4.5 0 0 1 7.5 3zM4 8.25c.595 0 1.12.297 1.436.75h.012a6.86 6.86 0 0 1 5.621 2.927A4.86 4.86 0 0 0 15.052 14h2.034l-2.293-2.293a1 1 0 1 1 1.414-1.414l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 1 1-1.414-1.414L17.086 16h-2.034a6.86 6.86 0 0 1-5.621-2.927A4.86 4.86 0 0 0 5.448 11h-.012A1.75 1.75 0 1 1 4 8.25"/></svg>
</template>

CSS

.icon-arrow-flow-square-multiple-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.5%208.112A4.5%204.5%200%200%201%2029%2012.5v8a8.5%208.5%200%200%201-8.5%208.5h-8a4.5%204.5%200%200%201-4.387-3.5h2.097A2.5%202.5%200%200%200%2012.5%2027h8a6.5%206.5%200%200%200%206.5-6.5v-8a2.5%202.5%200%200%200-1.5-2.291zM19.5%203A4.5%204.5%200%200%201%2024%207.5v12a4.5%204.5%200%200%201-4.5%204.5h-12A4.5%204.5%200%200%201%203%2019.5v-6.408a3.24%203.24%200%200%200%202%200V19.5A2.5%202.5%200%200%200%207.5%2022h12a2.5%202.5%200%200%200%202.5-2.5v-12A2.5%202.5%200%200%200%2019.5%205h-12a2.5%202.5%200%200%200-2.433%201.93a3.25%203.25%200%200%200-2.026-.036A4.5%204.5%200%200%201%207.5%203zM4%208.25c.595%200%201.12.297%201.436.75h.012a6.86%206.86%200%200%201%205.621%202.927A4.86%204.86%200%200%200%2015.052%2014h2.034l-2.293-2.293a1%201%200%201%201%201.414-1.414l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%201%201-1.414-1.414L17.086%2016h-2.034a6.86%206.86%200%200%201-5.621-2.927A4.86%204.86%200%200%200%205.448%2011h-.012A1.75%201.75%200%201%201%204%208.25%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.5%208.112A4.5%204.5%200%200%201%2029%2012.5v8a8.5%208.5%200%200%201-8.5%208.5h-8a4.5%204.5%200%200%201-4.387-3.5h2.097A2.5%202.5%200%200%200%2012.5%2027h8a6.5%206.5%200%200%200%206.5-6.5v-8a2.5%202.5%200%200%200-1.5-2.291zM19.5%203A4.5%204.5%200%200%201%2024%207.5v12a4.5%204.5%200%200%201-4.5%204.5h-12A4.5%204.5%200%200%201%203%2019.5v-6.408a3.24%203.24%200%200%200%202%200V19.5A2.5%202.5%200%200%200%207.5%2022h12a2.5%202.5%200%200%200%202.5-2.5v-12A2.5%202.5%200%200%200%2019.5%205h-12a2.5%202.5%200%200%200-2.433%201.93a3.25%203.25%200%200%200-2.026-.036A4.5%204.5%200%200%201%207.5%203zM4%208.25c.595%200%201.12.297%201.436.75h.012a6.86%206.86%200%200%201%205.621%202.927A4.86%204.86%200%200%200%2015.052%2014h2.034l-2.293-2.293a1%201%200%201%201%201.414-1.414l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%201%201-1.414-1.414L17.086%2016h-2.034a6.86%206.86%200%200%201-5.621-2.927A4.86%204.86%200%200%200%205.448%2011h-.012A1.75%201.75%200%201%201%204%208.25%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-32-regular.svg?color=%231a73e8&size=48