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
arrow-flow-square-multiple-16-filledarrow-flow-square-multiple-16-regulararrow-flow-square-multiple-20-filledarrow-flow-square-multiple-20-regulararrow-flow-square-multiple-24-filledarrow-flow-square-multiple-24-regulararrow-flow-square-multiple-28-filledarrow-flow-square-multiple-28-regulararrow-flow-square-multiple-32-filledarrow-flow-square-multiple-48-filledarrow-flow-square-multiple-48-regular
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
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